From edf4b0129b48fff947e0c6570dce05f746ebd1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 2 Dec 2018 09:13:05 -0600 Subject: [PATCH] style: Make page-break-* Gecko-only. --- components/style/properties/shorthands/box.mako.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/style/properties/shorthands/box.mako.rs b/components/style/properties/shorthands/box.mako.rs index f424ddb37c2..02763207cfa 100644 --- a/components/style/properties/shorthands/box.mako.rs +++ b/components/style/properties/shorthands/box.mako.rs @@ -450,6 +450,7 @@ macro_rules! try_parse_one { <%helpers:shorthand name="page-break-before" + products="gecko" flags="SHORTHAND_IN_GETCS IS_LEGACY_SHORTHAND" sub_properties="break-before" spec="https://drafts.csswg.org/css2/page.html#propdef-page-break-before" @@ -473,6 +474,7 @@ macro_rules! try_parse_one { <%helpers:shorthand name="page-break-after" + products="gecko" flags="SHORTHAND_IN_GETCS IS_LEGACY_SHORTHAND" sub_properties="break-after" spec="https://drafts.csswg.org/css2/page.html#propdef-page-break-after"