| 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 flex | 353 flex |
| 354 inline-flex | 354 inline-flex |
| 355 grid | 355 grid |
| 356 inline-grid | 356 inline-grid |
| 357 contents | 357 contents |
| 358 //none | 358 //none |
| 359 -webkit-flex | 359 -webkit-flex |
| 360 -webkit-inline-flex | 360 -webkit-inline-flex |
| 361 // | 361 // |
| 362 // cursor | 362 // cursor |
| 363 // The order here must match the order of the ECursor enum in ComputedStyleConst
ants.h. | |
| 364 // | 363 // |
| 365 auto | 364 auto |
| 366 crosshair | 365 crosshair |
| 367 default | 366 default |
| 368 pointer | 367 pointer |
| 369 move | 368 move |
| 370 vertical-text | 369 vertical-text |
| 371 cell | 370 cell |
| 372 context-menu | 371 context-menu |
| 373 alias | 372 alias |
| (...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1099 | 1098 |
| 1100 var | 1099 var |
| 1101 -internal-variable-value | 1100 -internal-variable-value |
| 1102 | 1101 |
| 1103 // break-before, break-after, break-inside | 1102 // break-before, break-after, break-inside |
| 1104 avoid-page | 1103 avoid-page |
| 1105 page | 1104 page |
| 1106 recto | 1105 recto |
| 1107 verso | 1106 verso |
| 1108 avoid-column | 1107 avoid-column |
| OLD | NEW |