mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Remove -moz-image-region support from layout
There are no users of non-auto values, so we can just simplify some code and remove the property. Differential Revision: https://phabricator.services.mozilla.com/D170010
This commit is contained in:
parent
e0e5a22614
commit
fa9fa00977
1 changed files with 0 additions and 11 deletions
|
@ -74,14 +74,3 @@ ${helpers.predefined_type(
|
||||||
spec="https://drafts.csswg.org/css-content/#propdef-quotes",
|
spec="https://drafts.csswg.org/css-content/#propdef-quotes",
|
||||||
servo_restyle_damage="rebuild_and_reflow",
|
servo_restyle_damage="rebuild_and_reflow",
|
||||||
)}
|
)}
|
||||||
|
|
||||||
${helpers.predefined_type(
|
|
||||||
"-moz-image-region",
|
|
||||||
"ClipRectOrAuto",
|
|
||||||
"computed::ClipRectOrAuto::auto()",
|
|
||||||
engines="gecko",
|
|
||||||
gecko_ffi_name="mImageRegion",
|
|
||||||
animation_value_type="ComputedValue",
|
|
||||||
boxed=True,
|
|
||||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-image-region)",
|
|
||||||
)}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue