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 automatically | 6 // CSSParserModes. Values that have the prefix -internal- are automatically |
7 // only for UASheetMode. | 7 // only for UASheetMode. |
8 | 8 |
9 inherit | 9 inherit |
10 initial | 10 initial |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 no-close-quote | 447 no-close-quote |
448 no-open-quote | 448 no-open-quote |
449 nowrap | 449 nowrap |
450 open-quote | 450 open-quote |
451 overlay | 451 overlay |
452 overline | 452 overline |
453 portrait | 453 portrait |
454 pre | 454 pre |
455 pre-line | 455 pre-line |
456 pre-wrap | 456 pre-wrap |
| 457 -internal-presence |
457 relative | 458 relative |
458 scroll | 459 scroll |
459 separate | 460 separate |
460 show | 461 show |
461 static | 462 static |
462 thick | 463 thick |
463 thin | 464 thin |
464 underline | 465 underline |
465 wavy | 466 wavy |
466 -webkit-nowrap | 467 -webkit-nowrap |
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
976 | 977 |
977 // -webkit-grid-{start|end|before|after} | 978 // -webkit-grid-{start|end|before|after} |
978 span | 979 span |
979 | 980 |
980 // text-indent | 981 // text-indent |
981 -webkit-each-line condition=CSS3_TEXT | 982 -webkit-each-line condition=CSS3_TEXT |
982 | 983 |
983 // (scan:) media feature | 984 // (scan:) media feature |
984 progressive | 985 progressive |
985 interlace | 986 interlace |
OLD | NEW |