| 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 //none | 264 //none |
| 265 inter-word | 265 inter-word |
| 266 distribute | 266 distribute |
| 267 // | 267 // |
| 268 // list-style-position | 268 // list-style-position |
| 269 // | 269 // |
| 270 outside | 270 outside |
| 271 inside | 271 inside |
| 272 // | 272 // |
| 273 // list-style-type | 273 // list-style-type |
| 274 // The order here must match the order of the EListStyleType enum in ComputedSty
leConstants.h. | 274 // The order of this enum must match the order found in CSSParserFastPaths::isVa
lidKeywordPropertyAndValue(). |
| 275 // | 275 // |
| 276 disc | 276 disc |
| 277 circle | 277 circle |
| 278 square | 278 square |
| 279 decimal | 279 decimal |
| 280 decimal-leading-zero | 280 decimal-leading-zero |
| 281 arabic-indic | 281 arabic-indic |
| 282 bengali | 282 bengali |
| 283 cambodian | 283 cambodian |
| 284 khmer | 284 khmer |
| (...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1097 | 1097 |
| 1098 var | 1098 var |
| 1099 -internal-variable-value | 1099 -internal-variable-value |
| 1100 | 1100 |
| 1101 // break-before, break-after, break-inside | 1101 // break-before, break-after, break-inside |
| 1102 avoid-page | 1102 avoid-page |
| 1103 page | 1103 page |
| 1104 recto | 1104 recto |
| 1105 verso | 1105 verso |
| 1106 avoid-column | 1106 avoid-column |
| OLD | NEW |