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 //auto | 908 //auto |
909 //optimizeSpeed | 909 //optimizeSpeed |
910 optimizeQuality | 910 optimizeQuality |
911 -webkit-optimize-contrast | 911 -webkit-optimize-contrast |
912 | 912 |
913 // shape-inside | 913 // shape-inside |
914 // shape-outside | 914 // shape-outside |
915 nonzero | 915 nonzero |
916 evenodd | 916 evenodd |
917 outside-shape | 917 outside-shape |
| 918 at |
| 919 // closest-side |
| 920 // farthest-side |
918 | 921 |
919 // -webkit-region-fragment | 922 // -webkit-region-fragment |
920 // auto | 923 // auto |
921 break | 924 break |
922 | 925 |
923 // -webkit-wrap-flow | 926 // -webkit-wrap-flow |
924 // auto | 927 // auto |
925 // both | 928 // both |
926 // left | 929 // left |
927 // right | 930 // right |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1005 // | 1008 // |
1006 -internal-extend-to-zoom | 1009 -internal-extend-to-zoom |
1007 | 1010 |
1008 // isolation | 1011 // isolation |
1009 // auto | 1012 // auto |
1010 isolate | 1013 isolate |
1011 | 1014 |
1012 // touch-action-delay | 1015 // touch-action-delay |
1013 // none | 1016 // none |
1014 script | 1017 script |
OLD | NEW |