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

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

Issue 1835303002: Implementation of the GreenWeb language extensions. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change GreenWeb-related CSS property names such that they apply in the desired order at runtime. Created 4 years, 8 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
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 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 path 1037 path
1038 1038
1039 calc 1039 calc
1040 -webkit-calc 1040 -webkit-calc
1041 1041
1042 // scroll-snap-type 1042 // scroll-snap-type
1043 // none 1043 // none
1044 mandatory 1044 mandatory
1045 proximity 1045 proximity
1046 from-image 1046 from-image
1047
1048 //onevent-type
1049 // single defined by box-lines
1050 continuous
1051
1052 //onevent-duration
1053 short
1054 long
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698