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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
659 // border/content/padding are deprecated and ultimately will only apply to the -
webkit- form of these properties. | 659 // border/content/padding are deprecated and ultimately will only apply to the -
webkit- form of these properties. |
660 // border-box/content-box/padding-box should be used instead. | 660 // border-box/content-box/padding-box should be used instead. |
661 // | 661 // |
662 border | 662 border |
663 border-box | 663 border-box |
664 content | 664 content |
665 content-box | 665 content-box |
666 padding | 666 padding |
667 padding-box | 667 padding-box |
668 | 668 |
| 669 // CSS 3 Directional Focus Navigation |
| 670 current |
| 671 root |
| 672 |
669 // CSS 3 SHAPES | 673 // CSS 3 SHAPES |
670 margin-box | 674 margin-box |
671 | 675 |
672 // | 676 // |
673 // background-size | 677 // background-size |
674 // | 678 // |
675 contain | 679 contain |
676 cover | 680 cover |
677 | 681 |
678 // | 682 // |
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1067 | 1071 |
1068 var | 1072 var |
1069 -internal-variable-value | 1073 -internal-variable-value |
1070 | 1074 |
1071 // break-before, break-after, break-inside | 1075 // break-before, break-after, break-inside |
1072 avoid-page | 1076 avoid-page |
1073 page | 1077 page |
1074 recto | 1078 recto |
1075 verso | 1079 verso |
1076 avoid-column | 1080 avoid-column |
OLD | NEW |