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 952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
963 // all | 963 // all |
964 // initial | 964 // initial |
965 // inherit | 965 // inherit |
966 unset | 966 unset |
967 | 967 |
968 // background-image, etc. | 968 // background-image, etc. |
969 linear-gradient | 969 linear-gradient |
970 radial-gradient | 970 radial-gradient |
971 repeating-linear-gradient | 971 repeating-linear-gradient |
972 repeating-radial-gradient | 972 repeating-radial-gradient |
973 -webkit-canvas | |
974 -webkit-cross-fade | 973 -webkit-cross-fade |
975 -webkit-gradient | 974 -webkit-gradient |
976 -webkit-linear-gradient | 975 -webkit-linear-gradient |
977 -webkit-radial-gradient | 976 -webkit-radial-gradient |
978 -webkit-repeating-linear-gradient | 977 -webkit-repeating-linear-gradient |
979 -webkit-repeating-radial-gradient | 978 -webkit-repeating-radial-gradient |
980 -webkit-image-set | 979 -webkit-image-set |
981 | 980 |
982 // deprecated gradients | 981 // deprecated gradients |
983 from | 982 from |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1044 path | 1043 path |
1045 | 1044 |
1046 calc | 1045 calc |
1047 -webkit-calc | 1046 -webkit-calc |
1048 | 1047 |
1049 // scroll-snap-type | 1048 // scroll-snap-type |
1050 // none | 1049 // none |
1051 mandatory | 1050 mandatory |
1052 proximity | 1051 proximity |
1053 from-image | 1052 from-image |
OLD | NEW |