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

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

Issue 2537373005: [css-ui] Make caret-color animatable (Closed)
Patch Set: Patch for landing adding TODO Created 3 years, 12 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 border-top-style type_name=EBorderStyle, initial=initialBorderStyle 214 border-top-style type_name=EBorderStyle, initial=initialBorderStyle
215 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_ percentage 215 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_ percentage
216 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto 216 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto
217 box-shadow interpolable, converter=convertShadow 217 box-shadow interpolable, converter=convertShadow
218 box-sizing 218 box-sizing
219 break-after type_name=EBreak 219 break-after type_name=EBreak
220 break-before type_name=EBreak 220 break-before type_name=EBreak
221 break-inside type_name=EBreak 221 break-inside type_name=EBreak
222 buffered-rendering svg 222 buffered-rendering svg
223 caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|rig ht], initial_keyword=top 223 caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|rig ht], initial_keyword=top
224 caret-color inherited, custom_all 224 caret-color interpolable, inherited, custom_all
225 clear 225 clear
226 clip interpolable, converter=convertClip, custom_all 226 clip interpolable, converter=convertClip, custom_all
227 clip-path interpolable, converter=convertClipPath 227 clip-path interpolable, converter=convertClipPath
228 clip-rule inherited, svg, type_name=WindRule 228 clip-rule inherited, svg, type_name=WindRule
229 color-interpolation inherited, svg 229 color-interpolation inherited, svg
230 color-interpolation-filters inherited, svg, type_name=EColorInterpolation 230 color-interpolation-filters inherited, svg, type_name=EColorInterpolation
231 color-rendering inherited, svg 231 color-rendering inherited, svg
232 column-fill type_name=ColumnFill 232 column-fill type_name=ColumnFill
233 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> 233 contain runtime_flag=CSSContainment, converter=convertFlags<Containment>
234 content custom_all, typedom_types=[Image], repeated 234 content custom_all, typedom_types=[Image], repeated
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 -webkit-text-size-adjust alias_for=text-size-adjust 631 -webkit-text-size-adjust alias_for=text-size-adjust
632 -webkit-transform alias_for=transform 632 -webkit-transform alias_for=transform
633 -webkit-transform-origin alias_for=transform-origin 633 -webkit-transform-origin alias_for=transform-origin
634 -webkit-transform-style alias_for=transform-style 634 -webkit-transform-style alias_for=transform-style
635 -webkit-transition alias_for=transition 635 -webkit-transition alias_for=transition
636 -webkit-transition-delay alias_for=transition-delay 636 -webkit-transition-delay alias_for=transition-delay
637 -webkit-transition-duration alias_for=transition-duration 637 -webkit-transition-duration alias_for=transition-duration
638 -webkit-transition-property alias_for=transition-property 638 -webkit-transition-property alias_for=transition-property
639 -webkit-transition-timing-function alias_for=transition-timing-function 639 -webkit-transition-timing-function alias_for=transition-timing-function
640 -webkit-user-select alias_for=user-select 640 -webkit-user-select alias_for=user-select
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698