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

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

Issue 1293793007: Unprefix min-content, max-content, fit-content (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: unprefix more tests Created 5 years, 4 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 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 intrinsic 535 intrinsic
536 min-intrinsic 536 min-intrinsic
537 537
538 // 538 //
539 // CSS3 intrinsic dimension keywords 539 // CSS3 intrinsic dimension keywords
540 // 540 //
541 -webkit-min-content 541 -webkit-min-content
542 -webkit-max-content 542 -webkit-max-content
543 -webkit-fill-available 543 -webkit-fill-available
544 -webkit-fit-content 544 -webkit-fit-content
545 // Unprefixed for CSS Grid Layout.
546 min-content 545 min-content
547 max-content 546 max-content
547 fit-content
548 548
549 // 549 //
550 // text-overflow 550 // text-overflow
551 // 551 //
552 clip 552 clip
553 ellipsis 553 ellipsis
554 554
555 // 555 //
556 // -webkit-margin-collapse 556 // -webkit-margin-collapse
557 // 557 //
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 path 1046 path
1047 1047
1048 calc 1048 calc
1049 -webkit-calc 1049 -webkit-calc
1050 1050
1051 // scroll-snap-type 1051 // scroll-snap-type
1052 // none 1052 // none
1053 mandatory 1053 mandatory
1054 proximity 1054 proximity
1055 from-image 1055 from-image
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698