Skip to content

Commit

Permalink
stylo: Add clip value to overflow-{x,y} properties
Browse files Browse the repository at this point in the history
  • Loading branch information
canova committed Apr 19, 2017
1 parent 05a4feb commit aa077ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/style/properties/longhand/box.mako.rs
Expand Up @@ -353,6 +353,7 @@ ${helpers.single_keyword("overflow-clip-box", "padding-box content-box",

// FIXME(pcwalton, #2742): Implement scrolling for `scroll` and `auto`.
${helpers.single_keyword("overflow-x", "visible hidden scroll auto",
extra_gecko_values="clip",
need_clone=True, animation_type="none",
gecko_constant_prefix="NS_STYLE_OVERFLOW",
spec="https://drafts.csswg.org/css-overflow/#propdef-overflow-x")}
Expand Down

0 comments on commit aa077ed

Please sign in to comment.