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

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

Issue 1782833008: Add paint() function as valid CSS <image> type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: name->customCSSText Created 4 years, 9 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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 // initial 966 // initial
967 // inherit 967 // inherit
968 revert 968 revert
969 unset 969 unset
970 970
971 // background-image, etc. 971 // background-image, etc.
972 linear-gradient 972 linear-gradient
973 radial-gradient 973 radial-gradient
974 repeating-linear-gradient 974 repeating-linear-gradient
975 repeating-radial-gradient 975 repeating-radial-gradient
976 paint
976 -webkit-cross-fade 977 -webkit-cross-fade
977 -webkit-gradient 978 -webkit-gradient
978 -webkit-linear-gradient 979 -webkit-linear-gradient
979 -webkit-radial-gradient 980 -webkit-radial-gradient
980 -webkit-repeating-linear-gradient 981 -webkit-repeating-linear-gradient
981 -webkit-repeating-radial-gradient 982 -webkit-repeating-radial-gradient
982 -webkit-image-set 983 -webkit-image-set
983 984
984 // deprecated gradients 985 // deprecated gradients
985 from 986 from
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 1067
1067 var 1068 var
1068 -internal-variable-value 1069 -internal-variable-value
1069 1070
1070 // break-before, break-after, break-inside 1071 // break-before, break-after, break-inside
1071 avoid-page 1072 avoid-page
1072 page 1073 page
1073 recto 1074 recto
1074 verso 1075 verso
1075 avoid-column 1076 avoid-column
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSValue.cpp ('k') | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698