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