Skip to content

Commit 2bd834f

Browse files
author
bors-servo
authored
Auto merge of #257 - servo:revert-256, r=emilio
Revert "Add "contents" and "scroll-position" keywords to local names" This reverts PR #256 / commit 6089ea4. Turns out these atoms are needed in `servo_atoms::Atom`, not `LocalName`. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/html5ever/257) <!-- Reviewable:end -->
2 parents ff157f8 + cc2f8db commit 2bd834f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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.1"
3+
version = "0.2.0"
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ compose
183183
condition
184184
conjugate
185185
content
186-
contents
187186
contentScriptType
188187
contentStyleType
189188
contenteditable
@@ -792,7 +791,6 @@ scriptminsize
792791
scriptsizemultiplier
793792
scrolldelay
794793
scrolling
795-
scroll-position
796794
sdev
797795
seamless
798796
sec

0 commit comments

Comments
 (0)