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

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

Issue 2537373005: [css-ui] Make caret-color animatable (Closed)
Patch Set: Rebased patch Created 4 years 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 border-top-style type_name=EBorderStyle, initial=initialBorderStyle 202 border-top-style type_name=EBorderStyle, initial=initialBorderStyle
203 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_ percentage 203 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_ percentage
204 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto 204 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto
205 box-shadow interpolable, converter=convertShadow 205 box-shadow interpolable, converter=convertShadow
206 box-sizing 206 box-sizing
207 break-after type_name=EBreak 207 break-after type_name=EBreak
208 break-before type_name=EBreak 208 break-before type_name=EBreak
209 break-inside type_name=EBreak 209 break-inside type_name=EBreak
210 buffered-rendering svg 210 buffered-rendering svg
211 caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|rig ht], initial_keyword=top 211 caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|rig ht], initial_keyword=top
212 caret-color inherited, custom_all 212 caret-color interpolable, inherited, custom_all
213 clear 213 clear
214 clip interpolable, converter=convertClip, custom_all 214 clip interpolable, converter=convertClip, custom_all
215 clip-path interpolable, converter=convertClipPath 215 clip-path interpolable, converter=convertClipPath
216 clip-rule inherited, svg, type_name=WindRule 216 clip-rule inherited, svg, type_name=WindRule
217 color-interpolation inherited, svg 217 color-interpolation inherited, svg
218 color-interpolation-filters inherited, svg, type_name=EColorInterpolation 218 color-interpolation-filters inherited, svg, type_name=EColorInterpolation
219 color-rendering inherited, svg 219 color-rendering inherited, svg
220 column-fill type_name=ColumnFill 220 column-fill type_name=ColumnFill
221 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> 221 contain runtime_flag=CSSContainment, converter=convertFlags<Containment>
222 content custom_all, typedom_types=[Image], repeated 222 content custom_all, typedom_types=[Image], repeated
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 -webkit-text-size-adjust alias_for=text-size-adjust 619 -webkit-text-size-adjust alias_for=text-size-adjust
620 -webkit-transform alias_for=transform 620 -webkit-transform alias_for=transform
621 -webkit-transform-origin alias_for=transform-origin 621 -webkit-transform-origin alias_for=transform-origin
622 -webkit-transform-style alias_for=transform-style 622 -webkit-transform-style alias_for=transform-style
623 -webkit-transition alias_for=transition 623 -webkit-transition alias_for=transition
624 -webkit-transition-delay alias_for=transition-delay 624 -webkit-transition-delay alias_for=transition-delay
625 -webkit-transition-duration alias_for=transition-duration 625 -webkit-transition-duration alias_for=transition-duration
626 -webkit-transition-property alias_for=transition-property 626 -webkit-transition-property alias_for=transition-property
627 -webkit-transition-timing-function alias_for=transition-timing-function 627 -webkit-transition-timing-function alias_for=transition-timing-function
628 -webkit-user-select alias_for=user-select 628 -webkit-user-select alias_for=user-select
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698