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 automatically | 6 // CSSParserModes. Values that have the prefix -internal- are automatically |
7 // only for UASheetMode. | 7 // only for UASheetMode. |
8 | 8 |
9 inherit | 9 inherit |
10 initial | 10 initial |
(...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
914 //optimizeSpeed | 914 //optimizeSpeed |
915 optimizeQuality | 915 optimizeQuality |
916 -webkit-optimize-contrast | 916 -webkit-optimize-contrast |
917 | 917 |
918 // -webkit-shape-inside | 918 // -webkit-shape-inside |
919 // -webkit-shape-outside | 919 // -webkit-shape-outside |
920 nonzero | 920 nonzero |
921 evenodd | 921 evenodd |
922 outside-shape | 922 outside-shape |
923 | 923 |
924 // -webkit-region-overflow | 924 // -webkit-region-fragment |
925 // auto | 925 // auto |
926 break | 926 break |
927 | 927 |
928 // -webkit-wrap-flow | 928 // -webkit-wrap-flow |
929 // auto | 929 // auto |
930 // both | 930 // both |
931 // left | 931 // left |
932 // right | 932 // right |
933 maximum | 933 maximum |
934 // clear | 934 // clear |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
985 | 985 |
986 // -webkit-grid-{start|end|before|after} | 986 // -webkit-grid-{start|end|before|after} |
987 span | 987 span |
988 | 988 |
989 // text-indent | 989 // text-indent |
990 -webkit-each-line condition=CSS3_TEXT | 990 -webkit-each-line condition=CSS3_TEXT |
991 | 991 |
992 // (scan:) media feature | 992 // (scan:) media feature |
993 progressive | 993 progressive |
994 interlace | 994 interlace |
OLD | NEW |