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 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
947 isolate | 947 isolate |
948 | 948 |
949 // touch-action | 949 // touch-action |
950 pan-x | 950 pan-x |
951 pan-y | 951 pan-y |
952 pan-left | 952 pan-left |
953 pan-right | 953 pan-right |
954 pan-up | 954 pan-up |
955 pan-down | 955 pan-down |
956 manipulation | 956 manipulation |
| 957 pinch-zoom |
957 | 958 |
958 // justify-items / justify-self | 959 // justify-items / justify-self |
959 // auto | 960 // auto |
960 // stretch | 961 // stretch |
961 // baseline | 962 // baseline |
962 last-baseline | 963 last-baseline |
963 // center | 964 // center |
964 // start | 965 // start |
965 // end | 966 // end |
966 self-start | 967 self-start |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1088 | 1089 |
1089 var | 1090 var |
1090 -internal-variable-value | 1091 -internal-variable-value |
1091 | 1092 |
1092 // break-before, break-after, break-inside | 1093 // break-before, break-after, break-inside |
1093 avoid-page | 1094 avoid-page |
1094 page | 1095 page |
1095 recto | 1096 recto |
1096 verso | 1097 verso |
1097 avoid-column | 1098 avoid-column |
OLD | NEW |