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

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

Issue 16404015: Unprefix -webkit-min-content and -webkit-max-content for grid layout (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/core/css/CSSPrimitiveValue.cpp ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | 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 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 intrinsic 574 intrinsic
575 min-intrinsic 575 min-intrinsic
576 576
577 // 577 //
578 // CSS3 intrinsic dimension keywords 578 // CSS3 intrinsic dimension keywords
579 // 579 //
580 -webkit-min-content 580 -webkit-min-content
581 -webkit-max-content 581 -webkit-max-content
582 -webkit-fill-available 582 -webkit-fill-available
583 -webkit-fit-content 583 -webkit-fit-content
584 // Unprefixed for CSS Grid Layout.
ojan 2013/06/26 21:34:14 Incidentally, grid's minmax should probably suppor
585 min-content
586 max-content
584 587
585 // 588 //
586 // CSS_PROP_TEXT_OVERFLOW 589 // CSS_PROP_TEXT_OVERFLOW
587 // 590 //
588 clip 591 clip
589 ellipsis 592 ellipsis
590 593
591 // 594 //
592 // CSS_PROP__KHTML_MARGIN_COLLAPSE 595 // CSS_PROP__KHTML_MARGIN_COLLAPSE
593 // 596 //
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 988
986 // -webkit-grid-{start|end|before|after} 989 // -webkit-grid-{start|end|before|after}
987 span 990 span
988 991
989 // text-indent 992 // text-indent
990 -webkit-each-line condition=CSS3_TEXT 993 -webkit-each-line condition=CSS3_TEXT
991 994
992 // (scan:) media feature 995 // (scan:) media feature
993 progressive 996 progressive
994 interlace 997 interlace
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValue.cpp ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698