| 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 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 707 contain | 707 contain |
| 708 cover | 708 cover |
| 709 | 709 |
| 710 // | 710 // |
| 711 // -webkit-rtl-ordering | 711 // -webkit-rtl-ordering |
| 712 // | 712 // |
| 713 logical | 713 logical |
| 714 visual | 714 visual |
| 715 | 715 |
| 716 // | 716 // |
| 717 // -webkit-border-fit | |
| 718 // | |
| 719 lines | |
| 720 | |
| 721 // | |
| 722 // animation-direction | 717 // animation-direction |
| 723 // | 718 // |
| 724 // alternate | 719 // alternate |
| 725 | 720 |
| 726 alternate-reverse | 721 alternate-reverse |
| 727 | 722 |
| 728 // | 723 // |
| 729 // animation-fill-mode | 724 // animation-fill-mode |
| 730 // | 725 // |
| 731 // forwards | 726 // forwards |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 990 | 985 |
| 991 // will-change | 986 // will-change |
| 992 // auto | 987 // auto |
| 993 contents | 988 contents |
| 994 scroll-position | 989 scroll-position |
| 995 | 990 |
| 996 // all | 991 // all |
| 997 // initial | 992 // initial |
| 998 // inherit | 993 // inherit |
| 999 unset | 994 unset |
| OLD | NEW |