| 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 table-column-group | 344 table-column-group |
| 345 table-column | 345 table-column |
| 346 table-cell | 346 table-cell |
| 347 table-caption | 347 table-caption |
| 348 -webkit-box | 348 -webkit-box |
| 349 -webkit-inline-box | 349 -webkit-inline-box |
| 350 flex | 350 flex |
| 351 inline-flex | 351 inline-flex |
| 352 grid | 352 grid |
| 353 inline-grid | 353 inline-grid |
| 354 lazy-block | |
| 355 //none | 354 //none |
| 356 -webkit-flex | 355 -webkit-flex |
| 357 -webkit-inline-flex | 356 -webkit-inline-flex |
| 358 // | 357 // |
| 359 // CSS_PROP_CURSOR: | 358 // CSS_PROP_CURSOR: |
| 360 // The order here must match the order of the ECursor enum in RenderStyleConstan
ts.h. | 359 // The order here must match the order of the ECursor enum in RenderStyleConstan
ts.h. |
| 361 // | 360 // |
| 362 auto | 361 auto |
| 363 crosshair | 362 crosshair |
| 364 default | 363 default |
| (...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1023 safe | 1022 safe |
| 1024 | 1023 |
| 1025 // scroll-behavior | 1024 // scroll-behavior |
| 1026 instant | 1025 instant |
| 1027 smooth | 1026 smooth |
| 1028 | 1027 |
| 1029 // will-change | 1028 // will-change |
| 1030 // auto | 1029 // auto |
| 1031 contents | 1030 contents |
| 1032 scroll-position | 1031 scroll-position |
| OLD | NEW |