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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
985 | 987 |
986 // -webkit-grid-{start|end|before|after} | 988 // -webkit-grid-{start|end|before|after} |
987 span | 989 span |
988 | 990 |
989 // text-indent | 991 // text-indent |
990 -webkit-each-line condition=CSS3_TEXT | 992 -webkit-each-line condition=CSS3_TEXT |
991 | 993 |
992 // (scan:) media feature | 994 // (scan:) media feature |
993 progressive | 995 progressive |
994 interlace | 996 interlace |
OLD | NEW |