Skip to content

Commit b5c4552

Browse files
author
bors-servo
authored
Auto merge of #230 - servo:more-names, r=SimonSapin
Add more interned strings; bump version. <!-- 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/230) <!-- Reviewable:end -->
2 parents 4ecc81f + 587afe3 commit b5c4552

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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.1.0"
3+
version = "0.1.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ contentScriptType
186186
contentStyleType
187187
contenteditable
188188
contextmenu
189+
controllerchange
189190
controls
190191
coords
191192
cos
@@ -298,6 +299,7 @@ feSpotLight
298299
feTile
299300
feTurbulence
300301
fence
302+
fetch
301303
fieldset
302304
figcaption
303305
figure
@@ -828,6 +830,7 @@ srcdoc
828830
standby
829831
start
830832
startOffset
833+
statechange
831834
stdDeviation
832835
stemh
833836
stemv
@@ -893,6 +896,7 @@ time
893896
times
894897
title
895898
to
899+
toggle
896900
tr
897901
track
898902
transform

0 commit comments

Comments
 (0)