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

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

Issue 663313005: Comply Compositing spec [1]; remove 'plus-darker'. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Mark virtual/display_list_2d_canvas/fast/canvas/canvas-composite NeedsRebaseline Created 5 years, 11 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
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 copy 197 copy
198 source-over 198 source-over
199 source-in 199 source-in
200 source-out 200 source-out
201 source-atop 201 source-atop
202 destination-over 202 destination-over
203 destination-in 203 destination-in
204 destination-out 204 destination-out
205 destination-atop 205 destination-atop
206 xor 206 xor
207 plus-darker
208 // highlight 207 // highlight
209 plus-lighter 208 plus-lighter
210 // 209 //
211 // vertical-align 210 // vertical-align
212 // 211 //
213 baseline 212 baseline
214 middle 213 middle
215 sub 214 sub
216 super 215 super
217 text-top 216 text-top
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 translatex 1057 translatex
1059 translatey 1058 translatey
1060 translatez 1059 translatez
1061 translate3d 1060 translate3d
1062 1061
1063 // motion path 1062 // motion path
1064 path 1063 path
1065 1064
1066 calc 1065 calc
1067 -webkit-calc 1066 -webkit-calc
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698