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

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

Issue 2443693003: Add parsing support for display: contents, and minimum behavior similar to display: none (Closed)
Patch Set: Add parsing support for display: contents, and minimum behavior similar to display: none Created 4 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 table-column-group 347 table-column-group
348 table-column 348 table-column
349 table-cell 349 table-cell
350 table-caption 350 table-caption
351 -webkit-box 351 -webkit-box
352 -webkit-inline-box 352 -webkit-inline-box
353 flex 353 flex
354 inline-flex 354 inline-flex
355 grid 355 grid
356 inline-grid 356 inline-grid
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
362 // The order here must match the order of the ECursor enum in ComputedStyleConst ants.h. 363 // The order here must match the order of the ECursor enum in ComputedStyleConst ants.h.
363 // 364 //
364 auto 365 auto
365 crosshair 366 crosshair
366 default 367 default
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 1099
1099 var 1100 var
1100 -internal-variable-value 1101 -internal-variable-value
1101 1102
1102 // break-before, break-after, break-inside 1103 // break-before, break-after, break-inside
1103 avoid-page 1104 avoid-page
1104 page 1105 page
1105 recto 1106 recto
1106 verso 1107 verso
1107 avoid-column 1108 avoid-column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698