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

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

Issue 2322343003: Add support for <basic-shape> to 'clip-path' on SVG elements (Closed)
Patch Set: Update SPv2 expectations Created 4 years, 3 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 // This file specifies all the CSS properties we support and the necessary 1 // This file specifies all the CSS properties we support and the necessary
2 // information for our code generation. The various supported arguments 2 // information for our code generation. The various supported arguments
3 // are described below with example usage 3 // are described below with example usage
4 4
5 5
6 // - alias_for=other-property 6 // - alias_for=other-property
7 // Properties specifying alias_for should be virtually identical to the 7 // Properties specifying alias_for should be virtually identical to the
8 // properties they alias. Minor parsing differences are allowed as long as 8 // properties they alias. Minor parsing differences are allowed as long as
9 // the CSSValues created are of the same format of the aliased property. 9 // the CSSValues created are of the same format of the aliased property.
10 10
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto 177 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto
178 box-shadow interpolable, converter=convertShadow 178 box-shadow interpolable, converter=convertShadow
179 box-sizing 179 box-sizing
180 break-after type_name=EBreak 180 break-after type_name=EBreak
181 break-before type_name=EBreak 181 break-before type_name=EBreak
182 break-inside type_name=EBreak 182 break-inside type_name=EBreak
183 buffered-rendering svg 183 buffered-rendering svg
184 caption-side inherited 184 caption-side inherited
185 clear 185 clear
186 clip interpolable, converter=convertClip, custom_all 186 clip interpolable, converter=convertClip, custom_all
187 clip-path svg, name_for_methods=ClipperResource, converter=convertFragmentIdenti fier 187 clip-path svg, converter=convertClipPath
188 clip-rule inherited, svg, type_name=WindRule 188 clip-rule inherited, svg, type_name=WindRule
189 color-interpolation inherited, svg 189 color-interpolation inherited, svg
190 color-interpolation-filters inherited, svg, type_name=EColorInterpolation 190 color-interpolation-filters inherited, svg, type_name=EColorInterpolation
191 color-rendering inherited, svg 191 color-rendering inherited, svg
192 column-fill type_name=ColumnFill 192 column-fill type_name=ColumnFill
193 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> 193 contain runtime_flag=CSSContainment, converter=convertFlags<Containment>
194 content custom_all, typedom_types=[Image], supports_multiple 194 content custom_all, typedom_types=[Image], supports_multiple
195 counter-increment custom_all 195 counter-increment custom_all
196 counter-reset custom_all 196 counter-reset custom_all
197 cursor inherited, custom_all 197 cursor inherited, custom_all
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 -webkit-text-size-adjust alias_for=text-size-adjust 587 -webkit-text-size-adjust alias_for=text-size-adjust
588 -webkit-transform alias_for=transform 588 -webkit-transform alias_for=transform
589 -webkit-transform-origin alias_for=transform-origin 589 -webkit-transform-origin alias_for=transform-origin
590 -webkit-transform-style alias_for=transform-style 590 -webkit-transform-style alias_for=transform-style
591 -webkit-transition alias_for=transition 591 -webkit-transition alias_for=transition
592 -webkit-transition-delay alias_for=transition-delay 592 -webkit-transition-delay alias_for=transition-delay
593 -webkit-transition-duration alias_for=transition-duration 593 -webkit-transition-duration alias_for=transition-duration
594 -webkit-transition-property alias_for=transition-property 594 -webkit-transition-property alias_for=transition-property
595 -webkit-transition-timing-function alias_for=transition-timing-function 595 -webkit-transition-timing-function alias_for=transition-timing-function
596 -webkit-user-select alias_for=user-select 596 -webkit-user-select alias_for=user-select
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698