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