mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
stylo: Implement -moz-image-region
MozReview-Commit-ID: E6Iir2hWlbG
This commit is contained in:
parent
6b0d3902de
commit
78dc5f6aa9
2 changed files with 31 additions and 1 deletions
|
@ -101,3 +101,11 @@ ${helpers.predefined_type("list-style-image", "UrlOrNone", "Either::Second(None_
|
|||
}
|
||||
}
|
||||
</%helpers:longhand>
|
||||
|
||||
${helpers.predefined_type("-moz-image-region",
|
||||
"ClipRectOrAuto",
|
||||
"computed::ClipRectOrAuto::auto()",
|
||||
animatable=False,
|
||||
products="gecko",
|
||||
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