mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
css inset-block/inline should work on servo-2020
This commit is contained in:
parent
2df7d69b07
commit
922e077f1d
1 changed files with 2 additions and 2 deletions
|
@ -849,7 +849,7 @@ ${helpers.two_properties_shorthand(
|
||||||
"inset-block-start",
|
"inset-block-start",
|
||||||
"inset-block-end",
|
"inset-block-end",
|
||||||
"specified::LengthPercentageOrAuto::parse",
|
"specified::LengthPercentageOrAuto::parse",
|
||||||
engines="gecko servo-2013",
|
engines="gecko servo-2013 servo-2020",
|
||||||
spec="https://drafts.csswg.org/css-logical/#propdef-inset-block"
|
spec="https://drafts.csswg.org/css-logical/#propdef-inset-block"
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
@ -858,6 +858,6 @@ ${helpers.two_properties_shorthand(
|
||||||
"inset-inline-start",
|
"inset-inline-start",
|
||||||
"inset-inline-end",
|
"inset-inline-end",
|
||||||
"specified::LengthPercentageOrAuto::parse",
|
"specified::LengthPercentageOrAuto::parse",
|
||||||
engines="gecko servo-2013",
|
engines="gecko servo-2013 servo-2020",
|
||||||
spec="https://drafts.csswg.org/css-logical/#propdef-inset-inline"
|
spec="https://drafts.csswg.org/css-logical/#propdef-inset-inline"
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue