Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: third_party/WebKit/Source/core/css/CSSValueKeywords.in

Issue 1419813004: Remove the "horizontal-bt" value from -webkit-writing-mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add static_assert to ensure TransformedWritingMode matches to WritingMode Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSProperty.cpp ('k') | third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698