mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Add other property aliases
This commit is contained in:
parent
2f2044e4b7
commit
8a8ef48fb3
16 changed files with 68 additions and 34 deletions
|
@ -13,10 +13,12 @@ ${helpers.single_keyword("-moz-box-align", "stretch start center baseline end",
|
|||
gecko_enum_prefix="StyleBoxAlign",
|
||||
gecko_inexhaustive=True,
|
||||
animatable=False,
|
||||
alias="-webkit-box-align",
|
||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/box-align)")}
|
||||
|
||||
${helpers.predefined_type("-moz-box-flex", "Number", "0.0", "parse_non_negative",
|
||||
products="gecko", gecko_ffi_name="mBoxFlex",
|
||||
needs_context=False,
|
||||
animatable=False,
|
||||
alias="-webkit-box-flex",
|
||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/box-flex)")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue