| 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 automatically | 6 // CSSParserModes. Values that have the prefix -internal- are automatically |
| 7 // only for UASheetMode. | 7 // only for UASheetMode. |
| 8 | 8 |
| 9 inherit | 9 inherit |
| 10 initial | 10 initial |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 table-row-group | 333 table-row-group |
| 334 table-header-group | 334 table-header-group |
| 335 table-footer-group | 335 table-footer-group |
| 336 table-row | 336 table-row |
| 337 table-column-group | 337 table-column-group |
| 338 table-column | 338 table-column |
| 339 table-cell | 339 table-cell |
| 340 table-caption | 340 table-caption |
| 341 -webkit-box | 341 -webkit-box |
| 342 -webkit-inline-box | 342 -webkit-inline-box |
| 343 -webkit-flex | 343 flex |
| 344 -webkit-inline-flex | 344 inline-flex |
| 345 grid | 345 grid |
| 346 inline-grid | 346 inline-grid |
| 347 lazy-block | 347 lazy-block |
| 348 //none | 348 //none |
| 349 -webkit-flex |
| 350 -webkit-inline-flex |
| 349 // | 351 // |
| 350 // CSS_PROP_CURSOR: | 352 // CSS_PROP_CURSOR: |
| 351 // The order here must match the order of the ECursor enum in RenderStyleConstan
ts.h. | 353 // The order here must match the order of the ECursor enum in RenderStyleConstan
ts.h. |
| 352 // | 354 // |
| 353 auto | 355 auto |
| 354 crosshair | 356 crosshair |
| 355 default | 357 default |
| 356 pointer | 358 pointer |
| 357 move | 359 move |
| 358 vertical-text | 360 vertical-text |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 975 | 977 |
| 976 // -webkit-grid-{start|end|before|after} | 978 // -webkit-grid-{start|end|before|after} |
| 977 span | 979 span |
| 978 | 980 |
| 979 // text-indent | 981 // text-indent |
| 980 -webkit-each-line condition=CSS3_TEXT | 982 -webkit-each-line condition=CSS3_TEXT |
| 981 | 983 |
| 982 // (scan:) media feature | 984 // (scan:) media feature |
| 983 progressive | 985 progressive |
| 984 interlace | 986 interlace |
| OLD | NEW |