mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
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:
parent
67414f4002
commit
d0ac1b06d1
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue