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

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

Issue 15758002: Unprefix Flexbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 7 years, 6 months 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 | Annotate | Revision Log
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 automatically 6 // CSSParserModes. Values that have the prefix -internal- are automatically
7 // only for UASheetMode. 7 // only for UASheetMode.
8 8
9 inherit 9 inherit
10 initial 10 initial
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 table-row-group 333 table-row-group
334 table-header-group 334 table-header-group
335 table-footer-group 335 table-footer-group
336 table-row 336 table-row
337 table-column-group 337 table-column-group
338 table-column 338 table-column
339 table-cell 339 table-cell
340 table-caption 340 table-caption
341 -webkit-box 341 -webkit-box
342 -webkit-inline-box 342 -webkit-inline-box
343 -webkit-flex 343 flex
344 -webkit-inline-flex 344 inline-flex
345 grid 345 grid
346 inline-grid 346 inline-grid
347 lazy-block 347 lazy-block
348 //none 348 //none
349 -webkit-flex
350 -webkit-inline-flex
349 // 351 //
350 // CSS_PROP_CURSOR: 352 // CSS_PROP_CURSOR:
351 // The order here must match the order of the ECursor enum in RenderStyleConstan ts.h. 353 // The order here must match the order of the ECursor enum in RenderStyleConstan ts.h.
352 // 354 //
353 auto 355 auto
354 crosshair 356 crosshair
355 default 357 default
356 pointer 358 pointer
357 move 359 move
358 vertical-text 360 vertical-text
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 987
986 // -webkit-grid-{start|end|before|after} 988 // -webkit-grid-{start|end|before|after}
987 span 989 span
988 990
989 // text-indent 991 // text-indent
990 -webkit-each-line condition=CSS3_TEXT 992 -webkit-each-line condition=CSS3_TEXT
991 993
992 // (scan:) media feature 994 // (scan:) media feature
993 progressive 995 progressive
994 interlace 996 interlace
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698