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

Side by Side Diff: sky/engine/core/css/CSSValueKeywords.in

Issue 708843002: Remove -webkit-auto, -webkit-center, -webkit-left, -webkit-right. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT Created 6 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 text-top 145 text-top
146 text-bottom 146 text-bottom
147 top 147 top
148 bottom 148 bottom
149 // HTML alignment MIDDLE has no corresponding CSS alignment 149 // HTML alignment MIDDLE has no corresponding CSS alignment
150 -webkit-baseline-middle 150 -webkit-baseline-middle
151 // 151 //
152 // text-align 152 // text-align
153 // The order here must match the order of the ETextAlign enum in RenderStyleCons tants.h. 153 // The order here must match the order of the ETextAlign enum in RenderStyleCons tants.h.
154 // 154 //
155 -webkit-auto
156 left 155 left
157 right 156 right
158 center 157 center
159 justify 158 justify
160 -webkit-left
161 -webkit-right
162 -webkit-center
163 -webkit-match-parent 159 -webkit-match-parent
164 // 160 //
165 // text-justify 161 // text-justify
166 // 162 //
167 //auto 163 //auto
168 //none 164 //none
169 inter-word 165 inter-word
170 distribute 166 distribute
171 // 167 //
172 // list-style-position 168 // list-style-position
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 807
812 // will-change 808 // will-change
813 // auto 809 // auto
814 contents 810 contents
815 scroll-position 811 scroll-position
816 812
817 // all 813 // all
818 // initial 814 // initial
819 // inherit 815 // inherit
820 unset 816 unset
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSPrimitiveValueMappings.h ('k') | sky/engine/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698