| 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 contain | 562 contain |
| 563 cover | 563 cover |
| 564 | 564 |
| 565 // | 565 // |
| 566 // -webkit-rtl-ordering | 566 // -webkit-rtl-ordering |
| 567 // | 567 // |
| 568 logical | 568 logical |
| 569 visual | 569 visual |
| 570 | 570 |
| 571 // | 571 // |
| 572 // -webkit-border-fit | |
| 573 // | |
| 574 lines | |
| 575 | |
| 576 // | |
| 577 // animation-direction | 572 // animation-direction |
| 578 // | 573 // |
| 579 // alternate | 574 // alternate |
| 580 | 575 |
| 581 alternate-reverse | 576 alternate-reverse |
| 582 | 577 |
| 583 // | 578 // |
| 584 // animation-fill-mode | 579 // animation-fill-mode |
| 585 // | 580 // |
| 586 // forwards | 581 // forwards |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 | 822 |
| 828 // will-change | 823 // will-change |
| 829 // auto | 824 // auto |
| 830 contents | 825 contents |
| 831 scroll-position | 826 scroll-position |
| 832 | 827 |
| 833 // all | 828 // all |
| 834 // initial | 829 // initial |
| 835 // inherit | 830 // inherit |
| 836 unset | 831 unset |
| OLD | NEW |