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

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

Issue 1420303002: Remove support for intrinsic and min-intrinsic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 read-only 526 read-only
527 read-write 527 read-write
528 read-write-plaintext-only 528 read-write-plaintext-only
529 529
530 // 530 //
531 // -webkit-user-drag 531 // -webkit-user-drag
532 // 532 //
533 element 533 element
534 534
535 // 535 //
536 // width/min-width/max-width
537 //
538 intrinsic
539 min-intrinsic
540
541 //
542 // CSS3 intrinsic dimension keywords 536 // CSS3 intrinsic dimension keywords
543 // 537 //
544 -webkit-min-content 538 -webkit-min-content
545 -webkit-max-content 539 -webkit-max-content
546 -webkit-fill-available 540 -webkit-fill-available
547 -webkit-fit-content 541 -webkit-fit-content
548 min-content 542 min-content
549 max-content 543 max-content
550 fit-content 544 fit-content
551 545
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 path 1038 path
1045 1039
1046 calc 1040 calc
1047 -webkit-calc 1041 -webkit-calc
1048 1042
1049 // scroll-snap-type 1043 // scroll-snap-type
1050 // none 1044 // none
1051 mandatory 1045 mandatory
1052 proximity 1046 proximity
1053 from-image 1047 from-image
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698