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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
773 lr | 773 lr |
774 rl | 774 rl |
775 tb | 775 tb |
776 lr-tb | 776 lr-tb |
777 rl-tb | 777 rl-tb |
778 tb-rl | 778 tb-rl |
779 // Standard values from CSS3 | 779 // Standard values from CSS3 |
780 horizontal-tb | 780 horizontal-tb |
781 vertical-rl | 781 vertical-rl |
782 vertical-lr | 782 vertical-lr |
783 horizontal-bt | |
784 | 783 |
785 // -webkit-ruby-position | 784 // -webkit-ruby-position |
786 after | 785 after |
787 before | 786 before |
788 | 787 |
789 // -webkit-text-emphasis-position | 788 // -webkit-text-emphasis-position |
790 over | 789 over |
791 under | 790 under |
792 | 791 |
793 // -webkit-text-emphasis-style | 792 // -webkit-text-emphasis-style |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1037 path | 1036 path |
1038 | 1037 |
1039 calc | 1038 calc |
1040 -webkit-calc | 1039 -webkit-calc |
1041 | 1040 |
1042 // scroll-snap-type | 1041 // scroll-snap-type |
1043 // none | 1042 // none |
1044 mandatory | 1043 mandatory |
1045 proximity | 1044 proximity |
1046 from-image | 1045 from-image |
OLD | NEW |