Add support for overflow:scroll and overflow:hidden to layout_2020

This adds clipping and interactive scrolling support, but scrolling from
script is still not functional.
This commit is contained in:
Martin Robinson 2020-01-23 15:30:11 +01:00
parent 8e0d037ee8
commit 7a5a320d74
19 changed files with 129 additions and 63 deletions

View file

@ -131,7 +131,6 @@ ${helpers.single_keyword(
"Overflow",
"computed::Overflow::Visible",
engines="gecko servo-2013 servo-2020",
servo_2020_pref="layout.2020.unimplemented",
logical_group="overflow",
logical=logical,
animation_value_type="discrete",

View file

@ -9,7 +9,7 @@ ${helpers.two_properties_shorthand(
"overflow-x",
"overflow-y",
"specified::Overflow::parse",
engines="gecko servo-2013",
engines="gecko servo-2013 servo-2020",
flags="SHORTHAND_IN_GETCS",
needs_context=False,
spec="https://drafts.csswg.org/css-overflow/#propdef-overflow",