| OLD | NEW |
| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 page-break-inside type_name=EPageBreak, initial=initialPageBreak | 230 page-break-inside type_name=EPageBreak, initial=initialPageBreak |
| 231 paint-order inherited, svg, converter=convertPaintOrder | 231 paint-order inherited, svg, converter=convertPaintOrder |
| 232 perspective animatable, converter=convertPerspective | 232 perspective animatable, converter=convertPerspective |
| 233 perspective-origin animatable, converter=convertPerspectiveOrigin | 233 perspective-origin animatable, converter=convertPerspectiveOrigin |
| 234 pointer-events inherited | 234 pointer-events inherited |
| 235 position | 235 position |
| 236 quotes inherited, converter=convertQuotes | 236 quotes inherited, converter=convertQuotes |
| 237 resize custom_value | 237 resize custom_value |
| 238 right animatable, initial=initialOffset, converter=convertLengthOrAuto | 238 right animatable, initial=initialOffset, converter=convertLengthOrAuto |
| 239 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior | 239 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior |
| 240 scroll-blocks-on runtime_flag=CSSScrollBlocksOn, converter=convertFlags<ScrollBl
ocksOn> |
| 240 shape-image-threshold animatable, type_name=float | 241 shape-image-threshold animatable, type_name=float |
| 241 shape-margin animatable, converter=convertLength | 242 shape-margin animatable, converter=convertLength |
| 242 shape-outside animatable, converter=convertShapeValue | 243 shape-outside animatable, converter=convertShapeValue |
| 243 shape-rendering inherited, svg | 244 shape-rendering inherited, svg |
| 244 size custom_all | 245 size custom_all |
| 245 speak inherited | 246 speak inherited |
| 246 stop-color animatable, svg, converter=convertSVGColor | 247 stop-color animatable, svg, converter=convertSVGColor |
| 247 stop-opacity animatable, svg, converter=convertNumberOrPercentage | 248 stop-opacity animatable, svg, converter=convertNumberOrPercentage |
| 248 stroke animatable, inherited, svg, setter=setStrokePaint, custom_all | 249 stroke animatable, inherited, svg, setter=setStrokePaint, custom_all |
| 249 stroke-dasharray animatable, inherited, svg, name_for_methods=StrokeDashArray, c
onverter=convertStrokeDasharray | 250 stroke-dasharray animatable, inherited, svg, name_for_methods=StrokeDashArray, c
onverter=convertStrokeDasharray |
| (...skipping 14 matching lines...) Expand all Loading... |
| 264 text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDeco
ration, converter=convertFlags<TextDecoration> | 265 text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDeco
ration, converter=convertFlags<TextDecoration> |
| 265 text-decoration-style runtime_flag=CSS3TextDecorations, type_name=TextDecoration
Style | 266 text-decoration-style runtime_flag=CSS3TextDecorations, type_name=TextDecoration
Style |
| 266 text-indent animatable, inherited, custom_all | 267 text-indent animatable, inherited, custom_all |
| 267 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify | 268 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify |
| 268 text-overflow type_name=TextOverflow | 269 text-overflow type_name=TextOverflow |
| 269 text-shadow animatable, inherited, converter=convertShadow | 270 text-shadow animatable, inherited, converter=convertShadow |
| 270 text-transform inherited | 271 text-transform inherited |
| 271 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T
extUnderlinePosition | 272 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T
extUnderlinePosition |
| 272 top animatable, initial=initialOffset, converter=convertLengthOrAuto | 273 top animatable, initial=initialOffset, converter=convertLengthOrAuto |
| 273 touch-action converter=convertFlags<TouchAction> | 274 touch-action converter=convertFlags<TouchAction> |
| 274 touch-action-delay runtime_flag=CSSTouchActionDelay, inherited, type_name=TouchA
ctionDelay | |
| 275 transform animatable, custom_value | 275 transform animatable, custom_value |
| 276 transform-origin animatable, converter=convertTransformOrigin | 276 transform-origin animatable, converter=convertTransformOrigin |
| 277 transform-style name_for_methods=TransformStyle3D | 277 transform-style name_for_methods=TransformStyle3D |
| 278 unicode-bidi | 278 unicode-bidi |
| 279 vector-effect svg | 279 vector-effect svg |
| 280 vertical-align animatable, custom_inherit, custom_value | 280 vertical-align animatable, custom_inherit, custom_value |
| 281 visibility animatable, inherited | 281 visibility animatable, inherited |
| 282 -webkit-animation-delay custom_all | 282 -webkit-animation-delay custom_all |
| 283 -webkit-animation-direction custom_all | 283 -webkit-animation-direction custom_all |
| 284 -webkit-animation-duration custom_all | 284 -webkit-animation-duration custom_all |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 -webkit-flex-flow alias_for=flex-flow | 515 -webkit-flex-flow alias_for=flex-flow |
| 516 -webkit-flex-grow alias_for=flex-grow | 516 -webkit-flex-grow alias_for=flex-grow |
| 517 -webkit-flex-shrink alias_for=flex-shrink | 517 -webkit-flex-shrink alias_for=flex-shrink |
| 518 -webkit-flex-wrap alias_for=flex-wrap | 518 -webkit-flex-wrap alias_for=flex-wrap |
| 519 -webkit-justify-content alias_for=justify-content | 519 -webkit-justify-content alias_for=justify-content |
| 520 -webkit-opacity alias_for=opacity | 520 -webkit-opacity alias_for=opacity |
| 521 -webkit-order alias_for=order | 521 -webkit-order alias_for=order |
| 522 -webkit-shape-image-threshold alias_for=shape-image-threshold | 522 -webkit-shape-image-threshold alias_for=shape-image-threshold |
| 523 -webkit-shape-margin alias_for=shape-margin | 523 -webkit-shape-margin alias_for=shape-margin |
| 524 -webkit-shape-outside alias_for=shape-outside | 524 -webkit-shape-outside alias_for=shape-outside |
| OLD | NEW |