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

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

Issue 2312713002: Unprefix -webkit-clip-path (Closed)
Patch Set: Rebase 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, converter=convertClipPath 187 clip-path interpolable, 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 -webkit-box-align type_name=EBoxAlignment 355 -webkit-box-align type_name=EBoxAlignment
356 -webkit-box-decoration-break 356 -webkit-box-decoration-break
357 -webkit-box-direction inherited 357 -webkit-box-direction inherited
358 -webkit-box-flex type_name=float 358 -webkit-box-flex type_name=float
359 -webkit-box-flex-group type_name=unsigned int 359 -webkit-box-flex-group type_name=unsigned int
360 -webkit-box-lines 360 -webkit-box-lines
361 -webkit-box-ordinal-group type_name=unsigned int 361 -webkit-box-ordinal-group type_name=unsigned int
362 -webkit-box-orient 362 -webkit-box-orient
363 -webkit-box-pack 363 -webkit-box-pack
364 -webkit-box-reflect converter=convertBoxReflect 364 -webkit-box-reflect converter=convertBoxReflect
365 -webkit-clip-path interpolable, converter=convertClipPath
366 column-count interpolable, type_name=unsigned short, custom_all 365 column-count interpolable, type_name=unsigned short, custom_all
367 column-gap interpolable, converter=convertComputedLength<float>, custom_all 366 column-gap interpolable, converter=convertComputedLength<float>, custom_all
368 column-rule-color interpolable, custom_all 367 column-rule-color interpolable, custom_all
369 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 368 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
370 column-rule-width interpolable, converter=convertLineWidth<unsigned short> 369 column-rule-width interpolable, converter=convertLineWidth<unsigned short>
371 column-span type_name=ColumnSpan 370 column-span type_name=ColumnSpan
372 column-width interpolable, converter=convertComputedLength<float>, custom_all 371 column-width interpolable, converter=convertComputedLength<float>, custom_all
373 -webkit-highlight inherited, converter=convertString<CSSValueNone> 372 -webkit-highlight inherited, converter=convertString<CSSValueNone>
374 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve rter=convertString<CSSValueAuto> 373 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve rter=convertString<CSSValueAuto>
375 -webkit-line-break inherited, type_name=LineBreak 374 -webkit-line-break inherited, type_name=LineBreak
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 // "-webkit-background-size: 10px" behaves as "background-size: 10px 10px" 550 // "-webkit-background-size: 10px" behaves as "background-size: 10px 10px"
552 -webkit-background-size alias_for=background-size 551 -webkit-background-size alias_for=background-size
553 -webkit-border-bottom-left-radius alias_for=border-bottom-left-radius 552 -webkit-border-bottom-left-radius alias_for=border-bottom-left-radius
554 -webkit-border-bottom-right-radius alias_for=border-bottom-right-radius 553 -webkit-border-bottom-right-radius alias_for=border-bottom-right-radius
555 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px" 554 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px"
556 -webkit-border-radius alias_for=border-radius 555 -webkit-border-radius alias_for=border-radius
557 -webkit-border-top-left-radius alias_for=border-top-left-radius 556 -webkit-border-top-left-radius alias_for=border-top-left-radius
558 -webkit-border-top-right-radius alias_for=border-top-right-radius 557 -webkit-border-top-right-radius alias_for=border-top-right-radius
559 -webkit-box-shadow alias_for=box-shadow 558 -webkit-box-shadow alias_for=box-shadow
560 -webkit-box-sizing alias_for=box-sizing 559 -webkit-box-sizing alias_for=box-sizing
560 -webkit-clip-path alias_for=clip-path
561 -webkit-column-count alias_for=column-count 561 -webkit-column-count alias_for=column-count
562 -webkit-column-gap alias_for=column-gap 562 -webkit-column-gap alias_for=column-gap
563 -webkit-column-rule alias_for=column-rule 563 -webkit-column-rule alias_for=column-rule
564 -webkit-column-rule-color alias_for=column-rule-color 564 -webkit-column-rule-color alias_for=column-rule-color
565 -webkit-column-rule-style alias_for=column-rule-style 565 -webkit-column-rule-style alias_for=column-rule-style
566 -webkit-column-rule-width alias_for=column-rule-width 566 -webkit-column-rule-width alias_for=column-rule-width
567 -webkit-column-span alias_for=column-span 567 -webkit-column-span alias_for=column-span
568 -webkit-column-width alias_for=column-width 568 -webkit-column-width alias_for=column-width
569 -webkit-columns alias_for=columns 569 -webkit-columns alias_for=columns
570 -webkit-filter alias_for=filter 570 -webkit-filter alias_for=filter
(...skipping 16 matching lines...) Expand all
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