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

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

Issue 2537393002: Added ordering warnings back for CSSValueKeywords.in (Closed)
Patch Set: Review feedback 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 | « no previous file | 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 of this enum must match the order found in CSSParserFastPaths::isVa lidKeywordPropertyAndValue().
249 // 250 //
250 -webkit-auto 251 -webkit-auto
251 left 252 left
252 right 253 right
253 center 254 center
254 justify 255 justify
255 -webkit-left 256 -webkit-left
256 -webkit-right 257 -webkit-right
257 -webkit-center 258 -webkit-center
258 -webkit-match-parent 259 -webkit-match-parent
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 flex 353 flex
353 inline-flex 354 inline-flex
354 grid 355 grid
355 inline-grid 356 inline-grid
356 contents 357 contents
357 //none 358 //none
358 -webkit-flex 359 -webkit-flex
359 -webkit-inline-flex 360 -webkit-inline-flex
360 // 361 //
361 // cursor 362 // cursor
363 // The order of this enum must match the order found in CSSPropertyParser::consu meCursor().
362 // 364 //
363 auto 365 auto
364 crosshair 366 crosshair
365 default 367 default
366 pointer 368 pointer
367 move 369 move
368 vertical-text 370 vertical-text
369 cell 371 cell
370 context-menu 372 context-menu
371 alias 373 alias
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 1099
1098 var 1100 var
1099 -internal-variable-value 1101 -internal-variable-value
1100 1102
1101 // break-before, break-after, break-inside 1103 // break-before, break-after, break-inside
1102 avoid-page 1104 avoid-page
1103 page 1105 page
1104 recto 1106 recto
1105 verso 1107 verso
1106 avoid-column 1108 avoid-column
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698