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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
861 | 861 |
862 // shape-outside | 862 // shape-outside |
863 nonzero | 863 nonzero |
864 evenodd | 864 evenodd |
865 at | 865 at |
866 // closest-side | 866 // closest-side |
867 // farthest-side | 867 // farthest-side |
868 | 868 |
869 alphabetic | 869 alphabetic |
870 | 870 |
| 871 // (display-mode:) media feature |
| 872 fullscreen |
| 873 standalone |
| 874 minimal-ui |
| 875 browser |
| 876 |
871 // (pointer:) media feature | 877 // (pointer:) media feature |
872 // none | 878 // none |
873 coarse | 879 coarse |
874 fine | 880 fine |
875 | 881 |
876 // (hover:) media feature | 882 // (hover:) media feature |
877 // none | 883 // none |
878 on-demand | 884 on-demand |
879 hover | 885 hover |
880 | 886 |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1056 translatex | 1062 translatex |
1057 translatey | 1063 translatey |
1058 translatez | 1064 translatez |
1059 translate3d | 1065 translate3d |
1060 | 1066 |
1061 // motion path | 1067 // motion path |
1062 path | 1068 path |
1063 | 1069 |
1064 calc | 1070 calc |
1065 -webkit-calc | 1071 -webkit-calc |
OLD | NEW |