From d43e1514992441900ef5d7615171ee61d9190495 Mon Sep 17 00:00:00 2001 From: KuoE0 Date: Wed, 19 Apr 2017 14:30:36 +0800 Subject: [PATCH] Add `inline-axis` and `block-axis` aliases for `-moz-box-orient`. Ref: Bug 1355005 - stylo: Support -moz-box-orient: {block,inline}-axis --- components/style/properties/longhand/xul.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhand/xul.mako.rs b/components/style/properties/longhand/xul.mako.rs index f37809dadc80..b59c36f002d5 100644 --- a/components/style/properties/longhand/xul.mako.rs +++ b/components/style/properties/longhand/xul.mako.rs @@ -31,6 +31,7 @@ ${helpers.predefined_type("-moz-box-flex", "Number", "0.0", "parse_non_negative" ${helpers.single_keyword("-moz-box-orient", "horizontal vertical", products="gecko", gecko_ffi_name="mBoxOrient", + extra_gecko_aliases="inline-axis=horizontal block-axis=vertical", gecko_enum_prefix="StyleBoxOrient", animation_type="none", alias="-webkit-box-orient",