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 automatically | 6 // CSSParserModes. Values that have the prefix -internal- are automatically |
7 // only for UASheetMode. | 7 // only for UASheetMode. |
8 | 8 |
9 inherit | 9 inherit |
10 initial | 10 initial |
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
959 color-burn | 959 color-burn |
960 hard-light | 960 hard-light |
961 soft-light | 961 soft-light |
962 difference | 962 difference |
963 exclusion | 963 exclusion |
964 hue | 964 hue |
965 saturation | 965 saturation |
966 color | 966 color |
967 luminosity | 967 luminosity |
968 | 968 |
| 969 // object-fit |
| 970 scale-down |
| 971 |
969 // overflow | 972 // overflow |
970 -webkit-paged-x | 973 -webkit-paged-x |
971 -webkit-paged-y | 974 -webkit-paged-y |
972 | 975 |
973 // -webkit-app-region | 976 // -webkit-app-region |
974 drag | 977 drag |
975 no-drag | 978 no-drag |
976 | 979 |
977 // -webkit-grid-{start|end|before|after} | 980 // -webkit-grid-{start|end|before|after} |
978 span | 981 span |
979 | 982 |
980 // text-indent | 983 // text-indent |
981 -webkit-each-line condition=CSS3_TEXT | 984 -webkit-each-line condition=CSS3_TEXT |
982 | 985 |
983 // (scan:) media feature | 986 // (scan:) media feature |
984 progressive | 987 progressive |
985 interlace | 988 interlace |
986 | 989 |
987 // | 990 // |
988 // CSS3 viewport-length keywords | 991 // CSS3 viewport-length keywords |
989 // | 992 // |
990 -internal-extend-to-zoom | 993 -internal-extend-to-zoom |
OLD | NEW |