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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
576 intrinsic | 576 intrinsic |
577 min-intrinsic | 577 min-intrinsic |
578 | 578 |
579 // | 579 // |
580 // CSS3 intrinsic dimension keywords | 580 // CSS3 intrinsic dimension keywords |
581 // | 581 // |
582 -webkit-min-content | 582 -webkit-min-content |
583 -webkit-max-content | 583 -webkit-max-content |
584 -webkit-fill-available | 584 -webkit-fill-available |
585 -webkit-fit-content | 585 -webkit-fit-content |
| 586 // Unprefixed for CSS Grid Layout. |
| 587 min-content |
| 588 max-content |
586 | 589 |
587 // | 590 // |
588 // CSS_PROP_TEXT_OVERFLOW | 591 // CSS_PROP_TEXT_OVERFLOW |
589 // | 592 // |
590 clip | 593 clip |
591 ellipsis | 594 ellipsis |
592 | 595 |
593 // | 596 // |
594 // CSS_PROP__KHTML_MARGIN_COLLAPSE | 597 // CSS_PROP__KHTML_MARGIN_COLLAPSE |
595 // | 598 // |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
977 | 980 |
978 // -webkit-grid-{start|end|before|after} | 981 // -webkit-grid-{start|end|before|after} |
979 span | 982 span |
980 | 983 |
981 // text-indent | 984 // text-indent |
982 -webkit-each-line condition=CSS3_TEXT | 985 -webkit-each-line condition=CSS3_TEXT |
983 | 986 |
984 // (scan:) media feature | 987 // (scan:) media feature |
985 progressive | 988 progressive |
986 interlace | 989 interlace |
OLD | NEW |