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

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

Issue 2642033002: Implements CSSPropertyAPI for the d property (Closed)
Patch Set: Created 3 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
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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 color-interpolation-filters inherited, svg, type_name=EColorInterpolation 246 color-interpolation-filters inherited, svg, type_name=EColorInterpolation
247 color-rendering inherited, svg 247 color-rendering inherited, svg
248 column-fill type_name=ColumnFill 248 column-fill type_name=ColumnFill
249 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> 249 contain runtime_flag=CSSContainment, converter=convertFlags<Containment>
250 content custom_all, typedom_types=[Image], repeated 250 content custom_all, typedom_types=[Image], repeated
251 counter-increment custom_all 251 counter-increment custom_all
252 counter-reset custom_all 252 counter-reset custom_all
253 cursor inherited, custom_all 253 cursor inherited, custom_all
254 cx interpolable, svg, converter=convertLength 254 cx interpolable, svg, converter=convertLength
255 cy interpolable, svg, converter=convertLength 255 cy interpolable, svg, converter=convertLength
256 d interpolable, svg, converter=convertPathOrNone 256 d interpolable, svg, converter=convertPathOrNone, api_class
257 display 257 display
258 dominant-baseline inherited, svg 258 dominant-baseline inherited, svg
259 empty-cells inherited, independent, type_name=EEmptyCells, keyword_only, keyword s=[show|hide], initial_keyword=show 259 empty-cells inherited, independent, type_name=EEmptyCells, keyword_only, keyword s=[show|hide], initial_keyword=show
260 fill interpolable, inherited, svg, setter=setFillPaint, custom_all 260 fill interpolable, inherited, svg, setter=setFillPaint, custom_all
261 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage 261 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage
262 fill-rule inherited, svg, type_name=WindRule 262 fill-rule inherited, svg, type_name=WindRule
263 filter interpolable, converter=convertFilterOperations 263 filter interpolable, converter=convertFilterOperations
264 flex-basis interpolable, converter=convertLengthOrAuto, api_class 264 flex-basis interpolable, converter=convertLengthOrAuto, api_class
265 flex-direction 265 flex-direction
266 flex-grow interpolable, type_name=float 266 flex-grow interpolable, type_name=float
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 -webkit-text-size-adjust alias_for=text-size-adjust 655 -webkit-text-size-adjust alias_for=text-size-adjust
656 -webkit-transform alias_for=transform 656 -webkit-transform alias_for=transform
657 -webkit-transform-origin alias_for=transform-origin 657 -webkit-transform-origin alias_for=transform-origin
658 -webkit-transform-style alias_for=transform-style 658 -webkit-transform-style alias_for=transform-style
659 -webkit-transition alias_for=transition 659 -webkit-transition alias_for=transition
660 -webkit-transition-delay alias_for=transition-delay 660 -webkit-transition-delay alias_for=transition-delay
661 -webkit-transition-duration alias_for=transition-duration 661 -webkit-transition-duration alias_for=transition-duration
662 -webkit-transition-property alias_for=transition-property 662 -webkit-transition-property alias_for=transition-property
663 -webkit-transition-timing-function alias_for=transition-timing-function 663 -webkit-transition-timing-function alias_for=transition-timing-function
664 -webkit-user-select alias_for=user-select 664 -webkit-user-select alias_for=user-select
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698