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 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
959 | 959 |
960 // touch-action-delay | 960 // touch-action-delay |
961 // none | 961 // none |
962 script | 962 script |
963 | 963 |
964 // touch-action | 964 // touch-action |
965 pan-x | 965 pan-x |
966 pan-y | 966 pan-y |
967 manipulation | 967 manipulation |
968 | 968 |
969 // justify-self | 969 // justify-items / justify-self |
970 // auto | 970 // auto |
971 // stretch | 971 // stretch |
972 // baseline | 972 // baseline |
| 973 last-baseline |
973 // center | 974 // center |
974 // start | 975 // start |
975 // end | 976 // end |
976 self-start | 977 self-start |
977 self-end | 978 self-end |
978 // flex-start | 979 // flex-start |
979 // flex-end | 980 // flex-end |
980 // left | 981 // left |
981 // right | 982 // right |
982 true | 983 true |
983 safe | 984 safe |
| 985 legacy |
984 | 986 |
985 // scroll-behavior | 987 // scroll-behavior |
986 instant | 988 instant |
987 smooth | 989 smooth |
988 | 990 |
989 // will-change | 991 // will-change |
990 // auto | 992 // auto |
991 contents | 993 contents |
992 scroll-position | 994 scroll-position |
993 | 995 |
994 // all | 996 // all |
995 // initial | 997 // initial |
996 // inherit | 998 // inherit |
997 unset | 999 unset |
OLD | NEW |