| 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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 966 // initial | 966 // initial |
| 967 // inherit | 967 // inherit |
| 968 revert | 968 revert |
| 969 unset | 969 unset |
| 970 | 970 |
| 971 // background-image, etc. | 971 // background-image, etc. |
| 972 linear-gradient | 972 linear-gradient |
| 973 radial-gradient | 973 radial-gradient |
| 974 repeating-linear-gradient | 974 repeating-linear-gradient |
| 975 repeating-radial-gradient | 975 repeating-radial-gradient |
| 976 paint |
| 976 -webkit-cross-fade | 977 -webkit-cross-fade |
| 977 -webkit-gradient | 978 -webkit-gradient |
| 978 -webkit-linear-gradient | 979 -webkit-linear-gradient |
| 979 -webkit-radial-gradient | 980 -webkit-radial-gradient |
| 980 -webkit-repeating-linear-gradient | 981 -webkit-repeating-linear-gradient |
| 981 -webkit-repeating-radial-gradient | 982 -webkit-repeating-radial-gradient |
| 982 -webkit-image-set | 983 -webkit-image-set |
| 983 | 984 |
| 984 // deprecated gradients | 985 // deprecated gradients |
| 985 from | 986 from |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1066 | 1067 |
| 1067 var | 1068 var |
| 1068 -internal-variable-value | 1069 -internal-variable-value |
| 1069 | 1070 |
| 1070 // break-before, break-after, break-inside | 1071 // break-before, break-after, break-inside |
| 1071 avoid-page | 1072 avoid-page |
| 1072 page | 1073 page |
| 1073 recto | 1074 recto |
| 1074 verso | 1075 verso |
| 1075 avoid-column | 1076 avoid-column |
| OLD | NEW |