| 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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 forwards | 541 forwards |
| 542 backwards | 542 backwards |
| 543 ahead | 543 ahead |
| 544 // reverse | 544 // reverse |
| 545 // left | 545 // left |
| 546 // right | 546 // right |
| 547 up | 547 up |
| 548 down | 548 down |
| 549 // auto | 549 // auto |
| 550 | 550 |
| 551 // -internal-marquee-speed | |
| 552 slow | |
| 553 // normal | |
| 554 fast | |
| 555 | |
| 556 // -internal-marquee-repetition | 551 // -internal-marquee-repetition |
| 557 infinite | 552 infinite |
| 558 | 553 |
| 559 // -internal-marquee-style | 554 // -internal-marquee-style |
| 560 // none | 555 // none |
| 561 slide | 556 slide |
| 562 // scroll | 557 // scroll |
| 563 alternate | 558 alternate |
| 564 | 559 |
| 565 // | 560 // |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 989 | 984 |
| 990 // will-change | 985 // will-change |
| 991 // auto | 986 // auto |
| 992 contents | 987 contents |
| 993 scroll-position | 988 scroll-position |
| 994 | 989 |
| 995 // all | 990 // all |
| 996 // initial | 991 // initial |
| 997 // inherit | 992 // inherit |
| 998 unset | 993 unset |
| OLD | NEW |