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

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

Issue 896773002: [svg2] Make 'x' and 'y' presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 10 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T extUnderlinePosition 275 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T extUnderlinePosition
276 top animatable, initial=initialOffset, converter=convertLengthOrAuto 276 top animatable, initial=initialOffset, converter=convertLengthOrAuto
277 touch-action converter=convertFlags<TouchAction> 277 touch-action converter=convertFlags<TouchAction>
278 transform animatable, custom_value 278 transform animatable, custom_value
279 transform-origin animatable, converter=convertTransformOrigin 279 transform-origin animatable, converter=convertTransformOrigin
280 transform-style name_for_methods=TransformStyle3D 280 transform-style name_for_methods=TransformStyle3D
281 unicode-bidi 281 unicode-bidi
282 vector-effect svg 282 vector-effect svg
283 vertical-align animatable, custom_inherit, custom_value 283 vertical-align animatable, custom_inherit, custom_value
284 visibility animatable, inherited 284 visibility animatable, inherited
285 x animatable, svg, converter=convertLengthUnzoomed
286 y animatable, svg, converter=convertLengthUnzoomed
285 -webkit-animation-delay custom_all 287 -webkit-animation-delay custom_all
286 -webkit-animation-direction custom_all 288 -webkit-animation-direction custom_all
287 -webkit-animation-duration custom_all 289 -webkit-animation-duration custom_all
288 -webkit-animation-fill-mode custom_all 290 -webkit-animation-fill-mode custom_all
289 -webkit-animation-iteration-count custom_all 291 -webkit-animation-iteration-count custom_all
290 -webkit-animation-name custom_all 292 -webkit-animation-name custom_all
291 -webkit-animation-play-state custom_all 293 -webkit-animation-play-state custom_all
292 -webkit-animation-timing-function custom_all 294 -webkit-animation-timing-function custom_all
293 -webkit-appearance type_name=ControlPart 295 -webkit-appearance type_name=ControlPart
294 -webkit-app-region custom_all 296 -webkit-app-region custom_all
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 -webkit-flex-flow alias_for=flex-flow 521 -webkit-flex-flow alias_for=flex-flow
520 -webkit-flex-grow alias_for=flex-grow 522 -webkit-flex-grow alias_for=flex-grow
521 -webkit-flex-shrink alias_for=flex-shrink 523 -webkit-flex-shrink alias_for=flex-shrink
522 -webkit-flex-wrap alias_for=flex-wrap 524 -webkit-flex-wrap alias_for=flex-wrap
523 -webkit-justify-content alias_for=justify-content 525 -webkit-justify-content alias_for=justify-content
524 -webkit-opacity alias_for=opacity 526 -webkit-opacity alias_for=opacity
525 -webkit-order alias_for=order 527 -webkit-order alias_for=order
526 -webkit-shape-image-threshold alias_for=shape-image-threshold 528 -webkit-shape-image-threshold alias_for=shape-image-threshold
527 -webkit-shape-margin alias_for=shape-margin 529 -webkit-shape-margin alias_for=shape-margin
528 -webkit-shape-outside alias_for=shape-outside 530 -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