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 878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
889 // closest-side | 889 // closest-side |
890 // farthest-side | 890 // farthest-side |
891 | 891 |
892 alphabetic | 892 alphabetic |
893 | 893 |
894 // (pointer:) media feature | 894 // (pointer:) media feature |
895 // none | 895 // none |
896 coarse | 896 coarse |
897 fine | 897 fine |
898 | 898 |
| 899 // (hover:) media feature |
| 900 // none |
| 901 on-demand |
| 902 hover |
| 903 |
899 // blend modes | 904 // blend modes |
900 // normal | 905 // normal |
901 multiply | 906 multiply |
902 screen | 907 screen |
903 // overlay | 908 // overlay |
904 darken | 909 darken |
905 lighten | 910 lighten |
906 color-dodge | 911 color-dodge |
907 color-burn | 912 color-burn |
908 hard-light | 913 hard-light |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
989 | 994 |
990 // will-change | 995 // will-change |
991 // auto | 996 // auto |
992 contents | 997 contents |
993 scroll-position | 998 scroll-position |
994 | 999 |
995 // all | 1000 // all |
996 // initial | 1001 // initial |
997 // inherit | 1002 // inherit |
998 unset | 1003 unset |
OLD | NEW |