| 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 975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 986 // initial | 986 // initial |
| 987 // inherit | 987 // inherit |
| 988 revert | 988 revert |
| 989 unset | 989 unset |
| 990 | 990 |
| 991 // background-image, etc. | 991 // background-image, etc. |
| 992 linear-gradient | 992 linear-gradient |
| 993 radial-gradient | 993 radial-gradient |
| 994 repeating-linear-gradient | 994 repeating-linear-gradient |
| 995 repeating-radial-gradient | 995 repeating-radial-gradient |
| 996 image-set |
| 996 paint | 997 paint |
| 997 -webkit-cross-fade | 998 -webkit-cross-fade |
| 998 -webkit-gradient | 999 -webkit-gradient |
| 999 -webkit-linear-gradient | 1000 -webkit-linear-gradient |
| 1000 -webkit-radial-gradient | 1001 -webkit-radial-gradient |
| 1001 -webkit-repeating-linear-gradient | 1002 -webkit-repeating-linear-gradient |
| 1002 -webkit-repeating-radial-gradient | 1003 -webkit-repeating-radial-gradient |
| 1003 -webkit-image-set | 1004 -webkit-image-set |
| 1004 | 1005 |
| 1005 // deprecated gradients | 1006 // deprecated gradients |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1088 | 1089 |
| 1089 var | 1090 var |
| 1090 -internal-variable-value | 1091 -internal-variable-value |
| 1091 | 1092 |
| 1092 // break-before, break-after, break-inside | 1093 // break-before, break-after, break-inside |
| 1093 avoid-page | 1094 avoid-page |
| 1094 page | 1095 page |
| 1095 recto | 1096 recto |
| 1096 verso | 1097 verso |
| 1097 avoid-column | 1098 avoid-column |
| OLD | NEW |