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

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

Issue 2519813002: Removed ordering dependencies for ETextAlign (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 sub 239 sub
240 super 240 super
241 text-top 241 text-top
242 text-bottom 242 text-bottom
243 top 243 top
244 bottom 244 bottom
245 // HTML alignment MIDDLE has no corresponding CSS alignment 245 // HTML alignment MIDDLE has no corresponding CSS alignment
246 -webkit-baseline-middle 246 -webkit-baseline-middle
247 // 247 //
248 // text-align 248 // text-align
249 // The order here must match the order of the ETextAlign enum in ComputedStyleCo nstants.h.
250 // 249 //
251 -webkit-auto 250 -webkit-auto
252 left 251 left
253 right 252 right
254 center 253 center
255 justify 254 justify
256 -webkit-left 255 -webkit-left
257 -webkit-right 256 -webkit-right
258 -webkit-center 257 -webkit-center
259 -webkit-match-parent 258 -webkit-match-parent
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 1098
1100 var 1099 var
1101 -internal-variable-value 1100 -internal-variable-value
1102 1101
1103 // break-before, break-after, break-inside 1102 // break-before, break-after, break-inside
1104 avoid-page 1103 avoid-page
1105 page 1104 page
1106 recto 1105 recto
1107 verso 1106 verso
1108 avoid-column 1107 avoid-column
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698