OLD | NEW |
1 // | 1 // |
2 // CSS value names | 2 // CSS value names |
3 // | 3 // |
4 | 4 |
5 // The mode argument is used to limit the keyword to be used only for certain | 5 // The mode argument is used to limit the keyword to be used only for certain |
6 // CSSParserModes. Values that have the prefix -internal- are only allowed by | 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by |
7 // CSSParserModes listed in allowInternalPropertyAndValue() | 7 // CSSParserModes listed in allowInternalPropertyAndValue() |
8 | 8 |
9 inherit | 9 inherit |
10 initial | 10 initial |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 upper-latin | 280 upper-latin |
281 cjk-earthly-branch | 281 cjk-earthly-branch |
282 cjk-heavenly-stem | 282 cjk-heavenly-stem |
283 ethiopic-halehame | 283 ethiopic-halehame |
284 ethiopic-halehame-am | 284 ethiopic-halehame-am |
285 ethiopic-halehame-ti-er | 285 ethiopic-halehame-ti-er |
286 ethiopic-halehame-ti-et | 286 ethiopic-halehame-ti-et |
287 hangul | 287 hangul |
288 hangul-consonant | 288 hangul-consonant |
289 korean-hangul-formal | 289 korean-hangul-formal |
| 290 korean-hanja-formal |
| 291 korean-hanja-informal |
290 hebrew | 292 hebrew |
291 armenian | 293 armenian |
292 lower-armenian | 294 lower-armenian |
293 upper-armenian | 295 upper-armenian |
294 georgian | 296 georgian |
295 cjk-ideographic | 297 cjk-ideographic |
296 simp-chinese-formal | 298 simp-chinese-formal |
297 simp-chinese-informal | 299 simp-chinese-informal |
298 trad-chinese-formal | 300 trad-chinese-formal |
299 trad-chinese-informal | 301 trad-chinese-informal |
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1046 // motion path | 1048 // motion path |
1047 path | 1049 path |
1048 | 1050 |
1049 calc | 1051 calc |
1050 -webkit-calc | 1052 -webkit-calc |
1051 | 1053 |
1052 // scroll-snap-type | 1054 // scroll-snap-type |
1053 // none | 1055 // none |
1054 mandatory | 1056 mandatory |
1055 proximity | 1057 proximity |
OLD | NEW |