From d0ac1b06d16c5279b46e706f52538c7916ba860e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 20 Nov 2018 05:07:52 +0000 Subject: [PATCH] style: Introduce break-inside, and alias page-break-inside to it. This property has no weird value mapping, so we can just do this. Differential Revision: https://phabricator.services.mozilla.com/D12212 --- components/style/properties/longhands/box.mako.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/style/properties/longhands/box.mako.rs b/components/style/properties/longhands/box.mako.rs index d560c4a1ad0..bd4a4d2ac24 100644 --- a/components/style/properties/longhands/box.mako.rs +++ b/components/style/properties/longhands/box.mako.rs @@ -458,13 +458,13 @@ ${helpers.predefined_type( )} ${helpers.predefined_type( - "page-break-inside", + "break-inside", "BreakWithin", "computed::BreakWithin::Auto", - gecko_ffi_name="mBreakInside", needs_context=False, products="gecko", - spec="https://drafts.csswg.org/css2/page.html#propdef-page-break-inside", + alias="page-break-inside", + spec="https://drafts.csswg.org/css-break/#propdef-break-inside", animation_value_type="discrete", )}