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 898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
909 //auto | 909 //auto |
910 //optimizeSpeed | 910 //optimizeSpeed |
911 optimizeQuality | 911 optimizeQuality |
912 -webkit-optimize-contrast | 912 -webkit-optimize-contrast |
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 |
| 920 // closest-side |
| 921 // farthest-side |
919 | 922 |
920 // -webkit-region-fragment | 923 // -webkit-region-fragment |
921 // auto | 924 // auto |
922 break | 925 break |
923 | 926 |
924 // -webkit-wrap-flow | 927 // -webkit-wrap-flow |
925 // auto | 928 // auto |
926 // both | 929 // both |
927 // left | 930 // left |
928 // right | 931 // right |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1010 // auto | 1013 // auto |
1011 isolate | 1014 isolate |
1012 | 1015 |
1013 // touch-action-delay | 1016 // touch-action-delay |
1014 // none | 1017 // none |
1015 script | 1018 script |
1016 | 1019 |
1017 // touch-action | 1020 // touch-action |
1018 pan-x | 1021 pan-x |
1019 pan-y | 1022 pan-y |
OLD | NEW |