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

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: Rebaselined change Created 7 years, 5 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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 intrinsic 576 intrinsic
577 min-intrinsic 577 min-intrinsic
578 578
579 // 579 //
580 // CSS3 intrinsic dimension keywords 580 // CSS3 intrinsic dimension keywords
581 // 581 //
582 -webkit-min-content 582 -webkit-min-content
583 -webkit-max-content 583 -webkit-max-content
584 -webkit-fill-available 584 -webkit-fill-available
585 -webkit-fit-content 585 -webkit-fit-content
586 // Unprefixed for CSS Grid Layout.
587 min-content
588 max-content
586 589
587 // 590 //
588 // CSS_PROP_TEXT_OVERFLOW 591 // CSS_PROP_TEXT_OVERFLOW
589 // 592 //
590 clip 593 clip
591 ellipsis 594 ellipsis
592 595
593 // 596 //
594 // CSS_PROP__KHTML_MARGIN_COLLAPSE 597 // CSS_PROP__KHTML_MARGIN_COLLAPSE
595 // 598 //
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 980
978 // -webkit-grid-{start|end|before|after} 981 // -webkit-grid-{start|end|before|after}
979 span 982 span
980 983
981 // text-indent 984 // text-indent
982 -webkit-each-line condition=CSS3_TEXT 985 -webkit-each-line condition=CSS3_TEXT
983 986
984 // (scan:) media feature 987 // (scan:) media feature
985 progressive 988 progressive
986 interlace 989 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