mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
stylo: Add clip value to overflow-{x,y} properties
This commit is contained in:
parent
05a4febc40
commit
aa077ed40a
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ ${helpers.single_keyword("overflow-clip-box", "padding-box content-box",
|
||||||
|
|
||||||
// FIXME(pcwalton, #2742): Implement scrolling for `scroll` and `auto`.
|
// FIXME(pcwalton, #2742): Implement scrolling for `scroll` and `auto`.
|
||||||
${helpers.single_keyword("overflow-x", "visible hidden scroll auto",
|
${helpers.single_keyword("overflow-x", "visible hidden scroll auto",
|
||||||
|
extra_gecko_values="clip",
|
||||||
need_clone=True, animation_type="none",
|
need_clone=True, animation_type="none",
|
||||||
gecko_constant_prefix="NS_STYLE_OVERFLOW",
|
gecko_constant_prefix="NS_STYLE_OVERFLOW",
|
||||||
spec="https://drafts.csswg.org/css-overflow/#propdef-overflow-x")}
|
spec="https://drafts.csswg.org/css-overflow/#propdef-overflow-x")}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue