File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " string_cache"
4
- version = " 0.1.15 "
4
+ version = " 0.1.16 "
5
5
authors = [ " The Servo Project Developers" ]
6
6
description = " A string interning library for Rust, developed as part of the Servo project."
7
7
license = " MIT / Apache-2.0"
Original file line number Diff line number Diff line change @@ -330,7 +330,9 @@ pub static ATOMS: &'static [&'static str] = &[
330
330
"datalist" ,
331
331
"datasrc" ,
332
332
"datatemplate" ,
333
+ "date" ,
333
334
"datetime" ,
335
+ "datetime-local" ,
334
336
"declare" ,
335
337
"default" ,
336
338
"defer" ,
@@ -374,6 +376,7 @@ pub static ATOMS: &'static [&'static str] = &[
374
376
"elevation" ,
375
377
"ellipse" ,
376
378
"em" ,
379
+ "email" ,
377
380
"emptyset" ,
378
381
"enable-background" ,
379
382
"encoding" ,
@@ -686,6 +689,7 @@ pub static ATOMS: &'static [&'static str] = &[
686
689
"mn" ,
687
690
"mo" ,
688
691
"mode" ,
692
+ "month" ,
689
693
"moment" ,
690
694
"momentabout" ,
691
695
"movablelimits" ,
@@ -732,6 +736,7 @@ pub static ATOMS: &'static [&'static str] = &[
732
736
"notprsubset" ,
733
737
"notsubset" ,
734
738
"nowrap" ,
739
+ "number" ,
735
740
"numoctaves" ,
736
741
"numOctaves" ,
737
742
"occurrence" ,
@@ -860,6 +865,7 @@ pub static ATOMS: &'static [&'static str] = &[
860
865
"padding-top" ,
861
866
"panose-1" ,
862
867
"partialdiff" ,
868
+ "password" ,
863
869
"path" ,
864
870
"pathlength" ,
865
871
"pathLength" ,
@@ -973,6 +979,7 @@ pub static ATOMS: &'static [&'static str] = &[
973
979
"scrolling" ,
974
980
"sdev" ,
975
981
"seamless" ,
982
+ "search" ,
976
983
"sec" ,
977
984
"sech" ,
978
985
"section" ,
@@ -1064,6 +1071,7 @@ pub static ATOMS: &'static [&'static str] = &[
1064
1071
"targety" ,
1065
1072
"targetY" ,
1066
1073
"tbreak" ,
1074
+ "tel" ,
1067
1075
"tendsto" ,
1068
1076
"text" ,
1069
1077
"text-align" ,
@@ -1106,6 +1114,7 @@ pub static ATOMS: &'static [&'static str] = &[
1106
1114
"units-per-em" ,
1107
1115
"unselectable" ,
1108
1116
"uplimit" ,
1117
+ "url" ,
1109
1118
"use" ,
1110
1119
"usemap" ,
1111
1120
"valign" ,
@@ -1140,6 +1149,7 @@ pub static ATOMS: &'static [&'static str] = &[
1140
1149
"v-mathematical" ,
1141
1150
"vspace" ,
1142
1151
"wbr" ,
1152
+ "week" ,
1143
1153
"when" ,
1144
1154
"white-space" ,
1145
1155
"width" ,
You can’t perform that action at this time.
0 commit comments