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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
950 | 950 |
951 // scroll-blocks-on | 951 // scroll-blocks-on |
952 // none | 952 // none |
953 start-touch | 953 start-touch |
954 wheel-event | 954 wheel-event |
955 scroll-event | 955 scroll-event |
956 | 956 |
957 // touch-action | 957 // touch-action |
958 pan-x | 958 pan-x |
959 pan-y | 959 pan-y |
| 960 pan-left |
| 961 pan-right |
| 962 pan-up |
| 963 pan-down |
960 manipulation | 964 manipulation |
961 | 965 |
962 // justify-items / justify-self | 966 // justify-items / justify-self |
963 // auto | 967 // auto |
964 // stretch | 968 // stretch |
965 // baseline | 969 // baseline |
966 last-baseline | 970 last-baseline |
967 // center | 971 // center |
968 // start | 972 // start |
969 // end | 973 // end |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1064 translateX | 1068 translateX |
1065 translateY | 1069 translateY |
1066 translateZ | 1070 translateZ |
1067 translate3d | 1071 translate3d |
1068 | 1072 |
1069 // motion path | 1073 // motion path |
1070 path | 1074 path |
1071 | 1075 |
1072 calc | 1076 calc |
1073 -webkit-calc | 1077 -webkit-calc |
OLD | NEW |