mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: Add support for parsing the contain-intrinsic-size
property from the CSS-sizing specification
Differential Revision: https://phabricator.services.mozilla.com/D151001
This commit is contained in:
parent
b0693b2f4d
commit
6fec9d6f8c
7 changed files with 101 additions and 3 deletions
|
@ -861,3 +861,12 @@ ${helpers.two_properties_shorthand(
|
|||
engines="gecko servo",
|
||||
spec="https://drafts.csswg.org/css-logical/#propdef-inset-inline"
|
||||
)}
|
||||
|
||||
${helpers.two_properties_shorthand(
|
||||
"contain-intrinsic-size",
|
||||
"contain-intrinsic-width",
|
||||
"contain-intrinsic-height",
|
||||
engines="gecko",
|
||||
gecko_pref="layout.css.contain-intrinsic-size.enabled",
|
||||
spec="https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override",
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue