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 947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
958 difference | 958 difference |
959 exclusion | 959 exclusion |
960 hue | 960 hue |
961 saturation | 961 saturation |
962 color | 962 color |
963 luminosity | 963 luminosity |
964 | 964 |
965 // object-fit | 965 // object-fit |
966 scale-down | 966 scale-down |
967 | 967 |
| 968 // column-fill |
| 969 balance |
| 970 |
968 // overflow | 971 // overflow |
969 -webkit-paged-x | 972 -webkit-paged-x |
970 -webkit-paged-y | 973 -webkit-paged-y |
971 | 974 |
972 // -webkit-app-region | 975 // -webkit-app-region |
973 drag | 976 drag |
974 no-drag | 977 no-drag |
975 | 978 |
976 // -webkit-grid-{start|end|before|after} | 979 // -webkit-grid-{start|end|before|after} |
977 span | 980 span |
(...skipping 12 matching lines...) Expand all Loading... |
990 markers | 993 markers |
991 | 994 |
992 // | 995 // |
993 // CSS3 viewport-length keywords | 996 // CSS3 viewport-length keywords |
994 // | 997 // |
995 -internal-extend-to-zoom | 998 -internal-extend-to-zoom |
996 | 999 |
997 // isolation | 1000 // isolation |
998 // auto | 1001 // auto |
999 isolate | 1002 isolate |
OLD | NEW |