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

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

Issue 980233002: [svg2] Make 'cx', 'cy' and 'r' presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 9 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 do not get their own enum and instead map 7 // Properties specifying alias_for do not get their own enum and instead map
8 // directly onto the CSSPropertyID they alias. Currently this means that the 8 // directly onto the CSSPropertyID they alias. Currently this means that the
9 // UseCounter will not pick up on these (crbug.com/304855) 9 // UseCounter will not pick up on these (crbug.com/304855)
10 10
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 clip-path svg, name_for_methods=ClipperResource, converter=convertFragmentIdenti fier 148 clip-path svg, name_for_methods=ClipperResource, converter=convertFragmentIdenti fier
149 clip-rule inherited, svg, type_name=WindRule 149 clip-rule inherited, svg, type_name=WindRule
150 color-interpolation inherited, svg 150 color-interpolation inherited, svg
151 color-interpolation-filters inherited, svg, type_name=EColorInterpolation 151 color-interpolation-filters inherited, svg, type_name=EColorInterpolation
152 color-rendering inherited, svg 152 color-rendering inherited, svg
153 column-fill runtime_flag=RegionBasedColumns, type_name=ColumnFill 153 column-fill runtime_flag=RegionBasedColumns, type_name=ColumnFill
154 content custom_all 154 content custom_all
155 counter-increment custom_all 155 counter-increment custom_all
156 counter-reset custom_all 156 counter-reset custom_all
157 cursor inherited, custom_all 157 cursor inherited, custom_all
158 cx animatable, svg, converter=convertLength
159 cy animatable, svg, converter=convertLength
158 display 160 display
159 dominant-baseline svg 161 dominant-baseline svg
160 empty-cells inherited, type_name=EEmptyCell 162 empty-cells inherited, type_name=EEmptyCell
161 fill animatable, inherited, svg, setter=setFillPaint, custom_all 163 fill animatable, inherited, svg, setter=setFillPaint, custom_all
162 fill-opacity animatable, inherited, svg, converter=convertNumberOrPercentage 164 fill-opacity animatable, inherited, svg, converter=convertNumberOrPercentage
163 fill-rule inherited, svg, type_name=WindRule 165 fill-rule inherited, svg, type_name=WindRule
164 filter svg, name_for_methods=FilterResource, converter=convertFragmentIdentifier 166 filter svg, name_for_methods=FilterResource, converter=convertFragmentIdentifier
165 flex-basis animatable, converter=convertLengthOrAuto 167 flex-basis animatable, converter=convertLengthOrAuto
166 flex-direction 168 flex-direction
167 flex-grow animatable, type_name=float 169 flex-grow animatable, type_name=float
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 page-break-before type_name=EPageBreak, initial=initialPageBreak 235 page-break-before type_name=EPageBreak, initial=initialPageBreak
234 page-break-inside type_name=EPageBreak, initial=initialPageBreak 236 page-break-inside type_name=EPageBreak, initial=initialPageBreak
235 paint-order inherited, svg, converter=convertPaintOrder 237 paint-order inherited, svg, converter=convertPaintOrder
236 perspective animatable, converter=convertPerspective 238 perspective animatable, converter=convertPerspective
237 perspective-origin animatable, converter=convertPerspectiveOrigin 239 perspective-origin animatable, converter=convertPerspectiveOrigin
238 pointer-events inherited 240 pointer-events inherited
239 position 241 position
240 quotes inherited, converter=convertQuotes 242 quotes inherited, converter=convertQuotes
241 resize custom_value 243 resize custom_value
242 right animatable, initial=initialOffset, converter=convertLengthOrAuto 244 right animatable, initial=initialOffset, converter=convertLengthOrAuto
245 r animatable, svg, converter=convertLength
243 rx animatable, svg, converter=convertLength 246 rx animatable, svg, converter=convertLength
244 ry animatable, svg, converter=convertLength 247 ry animatable, svg, converter=convertLength
245 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior 248 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior
246 scroll-blocks-on runtime_flag=CSSScrollBlocksOn, converter=convertFlags<WebScrol lBlocksOn> 249 scroll-blocks-on runtime_flag=CSSScrollBlocksOn, converter=convertFlags<WebScrol lBlocksOn>
247 shape-image-threshold animatable, type_name=float 250 shape-image-threshold animatable, type_name=float
248 shape-margin animatable, converter=convertLength 251 shape-margin animatable, converter=convertLength
249 shape-outside animatable, converter=convertShapeValue 252 shape-outside animatable, converter=convertShapeValue
250 shape-rendering inherited, svg 253 shape-rendering inherited, svg
251 size custom_all 254 size custom_all
252 speak inherited 255 speak inherited
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 -webkit-flex-flow alias_for=flex-flow 527 -webkit-flex-flow alias_for=flex-flow
525 -webkit-flex-grow alias_for=flex-grow 528 -webkit-flex-grow alias_for=flex-grow
526 -webkit-flex-shrink alias_for=flex-shrink 529 -webkit-flex-shrink alias_for=flex-shrink
527 -webkit-flex-wrap alias_for=flex-wrap 530 -webkit-flex-wrap alias_for=flex-wrap
528 -webkit-justify-content alias_for=justify-content 531 -webkit-justify-content alias_for=justify-content
529 -webkit-opacity alias_for=opacity 532 -webkit-opacity alias_for=opacity
530 -webkit-order alias_for=order 533 -webkit-order alias_for=order
531 -webkit-shape-image-threshold alias_for=shape-image-threshold 534 -webkit-shape-image-threshold alias_for=shape-image-threshold
532 -webkit-shape-margin alias_for=shape-margin 535 -webkit-shape-margin alias_for=shape-margin
533 -webkit-shape-outside alias_for=shape-outside 536 -webkit-shape-outside alias_for=shape-outside
OLDNEW
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/LayoutStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698