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

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

Issue 1915763002: CSS conic gradient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 975
976 // all 976 // all
977 // initial 977 // initial
978 // inherit 978 // inherit
979 revert 979 revert
980 unset 980 unset
981 981
982 // background-image, etc. 982 // background-image, etc.
983 linear-gradient 983 linear-gradient
984 radial-gradient 984 radial-gradient
985 conic-gradient
985 repeating-linear-gradient 986 repeating-linear-gradient
986 repeating-radial-gradient 987 repeating-radial-gradient
988 repeating-conic-gradient
987 paint 989 paint
988 -webkit-cross-fade 990 -webkit-cross-fade
989 -webkit-gradient 991 -webkit-gradient
990 -webkit-linear-gradient 992 -webkit-linear-gradient
991 -webkit-radial-gradient 993 -webkit-radial-gradient
992 -webkit-repeating-linear-gradient 994 -webkit-repeating-linear-gradient
993 -webkit-repeating-radial-gradient 995 -webkit-repeating-radial-gradient
994 -webkit-image-set 996 -webkit-image-set
995 997
996 // deprecated gradients 998 // deprecated gradients
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 1081
1080 var 1082 var
1081 -internal-variable-value 1083 -internal-variable-value
1082 1084
1083 // break-before, break-after, break-inside 1085 // break-before, break-after, break-inside
1084 avoid-page 1086 avoid-page
1085 page 1087 page
1086 recto 1088 recto
1087 verso 1089 verso
1088 avoid-column 1090 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