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 1045 matching lines...) Loading... |
1056 // none | 1056 // none |
1057 mandatory | 1057 mandatory |
1058 proximity | 1058 proximity |
1059 from-image | 1059 from-image |
1060 | 1060 |
1061 // containment | 1061 // containment |
1062 paint | 1062 paint |
1063 style | 1063 style |
1064 layout | 1064 layout |
1065 | 1065 |
| 1066 // grid auto-repeat |
| 1067 auto-fill |
| 1068 auto-fit |
| 1069 |
1066 var | 1070 var |
1067 -internal-variable-value | 1071 -internal-variable-value |
OLD | NEW |