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 1030 matching lines...) Loading... | |
1041 // motion path | 1041 // motion path |
1042 path | 1042 path |
1043 | 1043 |
1044 calc | 1044 calc |
1045 -webkit-calc | 1045 -webkit-calc |
1046 | 1046 |
1047 // scroll-snap-type | 1047 // scroll-snap-type |
1048 // none | 1048 // none |
1049 mandatory | 1049 mandatory |
1050 proximity | 1050 proximity |
1051 from-image | |
OLD | NEW |