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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
574 intrinsic | 574 intrinsic |
575 min-intrinsic | 575 min-intrinsic |
576 | 576 |
577 // | 577 // |
578 // CSS3 intrinsic dimension keywords | 578 // CSS3 intrinsic dimension keywords |
579 // | 579 // |
580 -webkit-min-content | 580 -webkit-min-content |
581 -webkit-max-content | 581 -webkit-max-content |
582 -webkit-fill-available | 582 -webkit-fill-available |
583 -webkit-fit-content | 583 -webkit-fit-content |
584 // Unprefixed for CSS Grid Layout. | |
ojan
2013/06/26 21:34:14
Incidentally, grid's minmax should probably suppor
| |
585 min-content | |
586 max-content | |
584 | 587 |
585 // | 588 // |
586 // CSS_PROP_TEXT_OVERFLOW | 589 // CSS_PROP_TEXT_OVERFLOW |
587 // | 590 // |
588 clip | 591 clip |
589 ellipsis | 592 ellipsis |
590 | 593 |
591 // | 594 // |
592 // CSS_PROP__KHTML_MARGIN_COLLAPSE | 595 // CSS_PROP__KHTML_MARGIN_COLLAPSE |
593 // | 596 // |
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
985 | 988 |
986 // -webkit-grid-{start|end|before|after} | 989 // -webkit-grid-{start|end|before|after} |
987 span | 990 span |
988 | 991 |
989 // text-indent | 992 // text-indent |
990 -webkit-each-line condition=CSS3_TEXT | 993 -webkit-each-line condition=CSS3_TEXT |
991 | 994 |
992 // (scan:) media feature | 995 // (scan:) media feature |
993 progressive | 996 progressive |
994 interlace | 997 interlace |
OLD | NEW |