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
This commit is contained in:
Emilio Cobos Álvarez 2018-11-20 05:07:52 +00:00
parent 67414f4002
commit d0ac1b06d1

View file

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