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 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
811 farthest-corner | 811 farthest-corner |
812 // contain | 812 // contain |
813 // cover | 813 // cover |
814 | 814 |
815 // -webkit-text-orientation | 815 // -webkit-text-orientation |
816 sideways | 816 sideways |
817 sideways-right | 817 sideways-right |
818 upright | 818 upright |
819 vertical-right | 819 vertical-right |
820 | 820 |
821 // -webkit-line-box-contain | |
822 font | |
823 glyphs | |
824 inline-box | |
825 replaced | |
826 | |
827 // -webkit-font-feature-settings | 821 // -webkit-font-feature-settings |
828 on | 822 on |
829 off | 823 off |
830 | 824 |
831 // image-rendering | 825 // image-rendering |
832 //auto | 826 //auto |
833 //optimizeSpeed | 827 //optimizeSpeed |
834 optimizeQuality | 828 optimizeQuality |
835 pixelated | 829 pixelated |
836 -webkit-optimize-contrast | 830 -webkit-optimize-contrast |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1046 path | 1040 path |
1047 | 1041 |
1048 calc | 1042 calc |
1049 -webkit-calc | 1043 -webkit-calc |
1050 | 1044 |
1051 // scroll-snap-type | 1045 // scroll-snap-type |
1052 // none | 1046 // none |
1053 mandatory | 1047 mandatory |
1054 proximity | 1048 proximity |
1055 from-image | 1049 from-image |
OLD | NEW |