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

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

Issue 1485973005: Add CSS support for Containment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test expectation Created 5 years 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 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
1056 1056
1057 // containment
1058 paint
1059 style
1060 layout
1061
1057 var 1062 var
1058 -internal-variable-value 1063 -internal-variable-value
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698