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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
908 | 908 |
909 // shape-inside | 909 // shape-inside |
910 // shape-outside | 910 // shape-outside |
911 nonzero | 911 nonzero |
912 evenodd | 912 evenodd |
913 outside-shape | 913 outside-shape |
914 at | 914 at |
915 // closest-side | 915 // closest-side |
916 // farthest-side | 916 // farthest-side |
917 | 917 |
918 // -webkit-region-fragment | |
919 // auto | |
920 break | |
921 | |
922 // -webkit-wrap-flow | 918 // -webkit-wrap-flow |
923 // auto | 919 // auto |
924 // both | 920 // both |
925 // left | 921 // left |
926 // right | 922 // right |
927 maximum | 923 maximum |
928 // clear | 924 // clear |
929 | 925 |
930 // -webkit-wrap-through | 926 // -webkit-wrap-through |
931 wrap | 927 wrap |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1025 // flex-start | 1021 // flex-start |
1026 // flex-end | 1022 // flex-end |
1027 // left | 1023 // left |
1028 // right | 1024 // right |
1029 true | 1025 true |
1030 safe | 1026 safe |
1031 | 1027 |
1032 // scroll-behavior | 1028 // scroll-behavior |
1033 instant | 1029 instant |
1034 smooth | 1030 smooth |
OLD | NEW |