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 902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
913 | 913 |
914 // shape-inside | 914 // shape-inside |
915 // shape-outside | 915 // shape-outside |
916 nonzero | 916 nonzero |
917 evenodd | 917 evenodd |
918 outside-shape | 918 outside-shape |
919 at | 919 at |
920 // closest-side | 920 // closest-side |
921 // farthest-side | 921 // farthest-side |
922 | 922 |
923 // -webkit-region-fragment | |
924 // auto | |
925 break | |
926 | |
927 // -webkit-wrap-flow | 923 // -webkit-wrap-flow |
928 // auto | 924 // auto |
929 // both | 925 // both |
930 // left | 926 // left |
931 // right | 927 // right |
932 maximum | 928 maximum |
933 // clear | 929 // clear |
934 | 930 |
935 // -webkit-wrap-through | 931 // -webkit-wrap-through |
936 wrap | 932 wrap |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1029 // start | 1025 // start |
1030 // end | 1026 // end |
1031 self-start | 1027 self-start |
1032 self-end | 1028 self-end |
1033 // flex-start | 1029 // flex-start |
1034 // flex-end | 1030 // flex-end |
1035 // left | 1031 // left |
1036 // right | 1032 // right |
1037 true | 1033 true |
1038 safe | 1034 safe |
OLD | NEW |