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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 // | 194 // |
195 // background-repeat | 195 // background-repeat |
196 // | 196 // |
197 repeat | 197 repeat |
198 repeat-x | 198 repeat-x |
199 repeat-y | 199 repeat-y |
200 no-repeat | 200 no-repeat |
201 // round | 201 // round |
202 // space | 202 // space |
203 // | 203 // |
204 // -webkit-background-composite | 204 // -webkit-mask-composite |
205 // | 205 // |
206 clear | 206 clear |
207 copy | 207 copy |
208 source-over | 208 source-over |
209 source-in | 209 source-in |
210 source-out | 210 source-out |
211 source-atop | 211 source-atop |
212 destination-over | 212 destination-over |
213 destination-in | 213 destination-in |
214 destination-out | 214 destination-out |
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1070 | 1070 |
1071 var | 1071 var |
1072 -internal-variable-value | 1072 -internal-variable-value |
1073 | 1073 |
1074 // break-before, break-after, break-inside | 1074 // break-before, break-after, break-inside |
1075 avoid-page | 1075 avoid-page |
1076 page | 1076 page |
1077 recto | 1077 recto |
1078 verso | 1078 verso |
1079 avoid-column | 1079 avoid-column |
OLD | NEW |