Skip to content

Commit 6089ea4

Browse files
committed
Add "contents" and "scroll-position" keywords to local names
1 parent 8df535c commit 6089ea4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

atoms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "html5ever-atoms"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT / Apache-2.0"
66
repository = "https://github.com/servo/html5ever"

atoms/local_names.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ compose
183183
condition
184184
conjugate
185185
content
186+
contents
186187
contentScriptType
187188
contentStyleType
188189
contenteditable
@@ -791,6 +792,7 @@ scriptminsize
791792
scriptsizemultiplier
792793
scrolldelay
793794
scrolling
795+
scroll-position
794796
sdev
795797
seamless
796798
sec

0 commit comments

Comments
 (0)