mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
parent
fb457723e8
commit
e8114ce19b
1 changed files with 8 additions and 0 deletions
|
@ -1559,3 +1559,11 @@ ${helpers.predefined_type("-moz-binding", "UrlOrNone", "Either::Second(None_)",
|
||||||
products="gecko",
|
products="gecko",
|
||||||
animatable="False",
|
animatable="False",
|
||||||
disable_when_testing="True")}
|
disable_when_testing="True")}
|
||||||
|
|
||||||
|
// Non-standard: https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-orient
|
||||||
|
${helpers.single_keyword("-moz-orient",
|
||||||
|
"inline block horizontal vertical",
|
||||||
|
products="gecko",
|
||||||
|
gecko_ffi_name="mOrient",
|
||||||
|
gecko_enum_prefix="StyleOrient",
|
||||||
|
animatable=False)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue