| 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 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 936 | 936 |
| 937 // | 937 // |
| 938 // CSS3 viewport-length keywords | 938 // CSS3 viewport-length keywords |
| 939 // | 939 // |
| 940 -internal-extend-to-zoom | 940 -internal-extend-to-zoom |
| 941 | 941 |
| 942 // isolation | 942 // isolation |
| 943 // auto | 943 // auto |
| 944 isolate | 944 isolate |
| 945 | 945 |
| 946 // touch-action-delay | 946 // scroll-blocks-on |
| 947 // none | 947 // none |
| 948 script | 948 start-touch |
| 949 wheel-event |
| 950 scroll-event |
| 949 | 951 |
| 950 // touch-action | 952 // touch-action |
| 951 pan-x | 953 pan-x |
| 952 pan-y | 954 pan-y |
| 953 manipulation | 955 manipulation |
| 954 | 956 |
| 955 // justify-items / justify-self | 957 // justify-items / justify-self |
| 956 // auto | 958 // auto |
| 957 // stretch | 959 // stretch |
| 958 // baseline | 960 // baseline |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1053 skewx | 1055 skewx |
| 1054 skewy | 1056 skewy |
| 1055 translate | 1057 translate |
| 1056 translatex | 1058 translatex |
| 1057 translatey | 1059 translatey |
| 1058 translatez | 1060 translatez |
| 1059 translate3d | 1061 translate3d |
| 1060 | 1062 |
| 1061 calc | 1063 calc |
| 1062 -webkit-calc | 1064 -webkit-calc |
| OLD | NEW |