| 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 | 9 |
| 10 | 10 |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 justify-content | 150 justify-content |
| 151 left animatable, initial=initialOffset, converter=convertLengthOrAuto | 151 left animatable, initial=initialOffset, converter=convertLengthOrAuto |
| 152 letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converte
r=convertSpacing | 152 letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converte
r=convertSpacing |
| 153 list-style-image animatable, inherited, custom_value | 153 list-style-image animatable, inherited, custom_value |
| 154 list-style-position inherited | 154 list-style-position inherited |
| 155 list-style-type inherited | 155 list-style-type inherited |
| 156 margin-bottom animatable, initial=initialMargin, converter=convertLengthOrAuto | 156 margin-bottom animatable, initial=initialMargin, converter=convertLengthOrAuto |
| 157 margin-left animatable, initial=initialMargin, converter=convertLengthOrAuto | 157 margin-left animatable, initial=initialMargin, converter=convertLengthOrAuto |
| 158 margin-right animatable, initial=initialMargin, converter=convertLengthOrAuto | 158 margin-right animatable, initial=initialMargin, converter=convertLengthOrAuto |
| 159 margin-top animatable, initial=initialMargin, converter=convertLengthOrAuto | 159 margin-top animatable, initial=initialMargin, converter=convertLengthOrAuto |
| 160 mask-source-type runtime_flag=CSSMaskSourceType, custom_all | |
| 161 max-height animatable, initial=initialMaxSize, converter=convertLengthMaxSizing | 160 max-height animatable, initial=initialMaxSize, converter=convertLengthMaxSizing |
| 162 max-width animatable, initial=initialMaxSize, converter=convertLengthMaxSizing | 161 max-width animatable, initial=initialMaxSize, converter=convertLengthMaxSizing |
| 163 min-height animatable, initial=initialMinSize, converter=convertLengthSizing | 162 min-height animatable, initial=initialMinSize, converter=convertLengthSizing |
| 164 min-width animatable, initial=initialMinSize, converter=convertLengthSizing | 163 min-width animatable, initial=initialMinSize, converter=convertLengthSizing |
| 165 object-fit runtime_flag=ObjectFitPosition, type_name=ObjectFit | 164 object-fit runtime_flag=ObjectFitPosition, type_name=ObjectFit |
| 166 object-position runtime_flag=ObjectFitPosition, animatable, converter=convertLen
gthPoint | 165 object-position runtime_flag=ObjectFitPosition, animatable, converter=convertLen
gthPoint |
| 167 opacity animatable, type_name=float | 166 opacity animatable, type_name=float |
| 168 order type_name=int | 167 order type_name=int |
| 169 orphans animatable, inherited, type_name=short, custom_all | 168 orphans animatable, inherited, type_name=short, custom_all |
| 170 outline-color animatable, custom_all | 169 outline-color animatable, custom_all |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 -webkit-border-horizontal-spacing animatable, inherited, name_for_methods=Horizo
ntalBorderSpacing, converter=convertComputedLength<short> | 228 -webkit-border-horizontal-spacing animatable, inherited, name_for_methods=Horizo
ntalBorderSpacing, converter=convertComputedLength<short> |
| 230 -webkit-border-image initial=initialNinePieceImage, custom_value | 229 -webkit-border-image initial=initialNinePieceImage, custom_value |
| 231 -webkit-border-vertical-spacing animatable, inherited, name_for_methods=Vertical
BorderSpacing, converter=convertComputedLength<short> | 230 -webkit-border-vertical-spacing animatable, inherited, name_for_methods=Vertical
BorderSpacing, converter=convertComputedLength<short> |
| 232 -webkit-box-decoration-break | 231 -webkit-box-decoration-break |
| 233 -webkit-box-shadow animatable, use_handlers_for=CSSPropertyBoxShadow | 232 -webkit-box-shadow animatable, use_handlers_for=CSSPropertyBoxShadow |
| 234 -webkit-clip-path animatable, custom_value | 233 -webkit-clip-path animatable, custom_value |
| 235 -webkit-highlight inherited, converter=convertString<CSSValueNone> | 234 -webkit-highlight inherited, converter=convertString<CSSValueNone> |
| 236 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve
rter=convertString<CSSValueAuto> | 235 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve
rter=convertString<CSSValueAuto> |
| 237 -webkit-line-box-contain inherited, converter=convertLineBoxContain | 236 -webkit-line-box-contain inherited, converter=convertLineBoxContain |
| 238 -webkit-line-break inherited, type_name=LineBreak | 237 -webkit-line-break inherited, type_name=LineBreak |
| 239 -webkit-mask-box-image-outset animatable, custom_all | |
| 240 -webkit-mask-box-image-repeat custom_all | |
| 241 -webkit-mask-box-image-slice animatable, custom_all | |
| 242 -webkit-mask-box-image-source animatable, custom_value | |
| 243 -webkit-mask-box-image-width animatable, custom_all | |
| 244 -webkit-mask-clip custom_all | |
| 245 -webkit-mask-composite custom_all | |
| 246 -webkit-mask-image animatable, custom_all | |
| 247 -webkit-mask-origin custom_all | |
| 248 -webkit-mask-position-x animatable, custom_all | |
| 249 -webkit-mask-position-y animatable, custom_all | |
| 250 -webkit-mask-repeat-x custom_all | |
| 251 -webkit-mask-repeat-y custom_all | |
| 252 -webkit-mask-size animatable, custom_all | |
| 253 -webkit-perspective custom_all | 238 -webkit-perspective custom_all |
| 254 -webkit-perspective-origin custom_all | 239 -webkit-perspective-origin custom_all |
| 255 -webkit-perspective-origin-x converter=convertLength | 240 -webkit-perspective-origin-x converter=convertLength |
| 256 -webkit-perspective-origin-y converter=convertLength | 241 -webkit-perspective-origin-y converter=convertLength |
| 257 -webkit-rtl-ordering inherited, type_name=Order, setter=setRTLOrdering, initial=
initialRTLOrdering | 242 -webkit-rtl-ordering inherited, type_name=Order, setter=setRTLOrdering, initial=
initialRTLOrdering |
| 258 -webkit-tap-highlight-color inherited, converter=convertColor | 243 -webkit-tap-highlight-color inherited, converter=convertColor |
| 259 -webkit-text-emphasis-color inherited, custom_all | 244 -webkit-text-emphasis-color inherited, custom_all |
| 260 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition | 245 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition |
| 261 -webkit-text-emphasis-style inherited, custom_all | 246 -webkit-text-emphasis-style inherited, custom_all |
| 262 -webkit-text-fill-color inherited, custom_all | 247 -webkit-text-fill-color inherited, custom_all |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 outline longhands=outline-color;outline-style;outline-width | 332 outline longhands=outline-color;outline-style;outline-width |
| 348 overflow longhands=overflow-x;overflow-y | 333 overflow longhands=overflow-x;overflow-y |
| 349 padding longhands=padding-top;padding-right;padding-bottom;padding-left | 334 padding longhands=padding-top;padding-right;padding-bottom;padding-left |
| 350 animation longhands=animation-name;animation-duration;animation-timing-function;
animation-delay;animation-iteration-count;animation-direction;animation-fill-mod
e;animation-play-state | 335 animation longhands=animation-name;animation-duration;animation-timing-function;
animation-delay;animation-iteration-count;animation-direction;animation-fill-mod
e;animation-play-state |
| 351 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s
tyle;-webkit-border-after-color | 336 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s
tyle;-webkit-border-after-color |
| 352 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor
e-style;-webkit-border-before-color | 337 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor
e-style;-webkit-border-before-color |
| 353 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;-
webkit-border-end-color | 338 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;-
webkit-border-end-color |
| 354 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px" | 339 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px" |
| 355 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b
order-bottom-right-radius;border-bottom-left-radius | 340 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b
order-bottom-right-radius;border-bottom-left-radius |
| 356 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s
tyle;-webkit-border-start-color | 341 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s
tyle;-webkit-border-start-color |
| 357 -webkit-mask longhands=-webkit-mask-image;-webkit-mask-position-x;-webkit-mask-p
osition-y;-webkit-mask-size;-webkit-mask-repeat-x;-webkit-mask-repeat-y;-webkit-
mask-origin;-webkit-mask-clip | |
| 358 -webkit-mask-box-image longhands=-webkit-mask-box-image-source;-webkit-mask-box-
image-slice;-webkit-mask-box-image-width;-webkit-mask-box-image-outset;-webkit-m
ask-box-image-repeat | |
| 359 -webkit-mask-position longhands=-webkit-mask-position-x;-webkit-mask-position-y | |
| 360 -webkit-mask-repeat longhands=-webkit-mask-repeat-x;-webkit-mask-repeat-y | |
| 361 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi
s-color | 342 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi
s-color |
| 362 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo
r | 343 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo
r |
| 363 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform-
origin-y;-webkit-transform-origin-z | 344 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform-
origin-y;-webkit-transform-origin-z |
| 364 transition longhands=transition-property;transition-duration;transition-timing-f
unction;transition-delay | 345 transition longhands=transition-property;transition-duration;transition-timing-f
unction;transition-delay |
| 365 | 346 |
| 366 // Aliases; these map to the same CSSPropertyID | 347 // Aliases; these map to the same CSSPropertyID |
| 367 | 348 |
| 368 -epub-caption-side alias_for=caption-side | 349 -epub-caption-side alias_for=caption-side |
| 369 -epub-text-emphasis alias_for=-webkit-text-emphasis | 350 -epub-text-emphasis alias_for=-webkit-text-emphasis |
| 370 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color | 351 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color |
| (...skipping 11 matching lines...) Expand all Loading... |
| 382 -webkit-flex alias_for=flex | 363 -webkit-flex alias_for=flex |
| 383 -webkit-flex-basis alias_for=flex-basis | 364 -webkit-flex-basis alias_for=flex-basis |
| 384 -webkit-flex-direction alias_for=flex-direction | 365 -webkit-flex-direction alias_for=flex-direction |
| 385 -webkit-flex-flow alias_for=flex-flow | 366 -webkit-flex-flow alias_for=flex-flow |
| 386 -webkit-flex-grow alias_for=flex-grow | 367 -webkit-flex-grow alias_for=flex-grow |
| 387 -webkit-flex-shrink alias_for=flex-shrink | 368 -webkit-flex-shrink alias_for=flex-shrink |
| 388 -webkit-flex-wrap alias_for=flex-wrap | 369 -webkit-flex-wrap alias_for=flex-wrap |
| 389 -webkit-justify-content alias_for=justify-content | 370 -webkit-justify-content alias_for=justify-content |
| 390 -webkit-opacity alias_for=opacity | 371 -webkit-opacity alias_for=opacity |
| 391 -webkit-order alias_for=order | 372 -webkit-order alias_for=order |
| OLD | NEW |