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", )}