From 1feaa987fd686d3dc04569274443ab0527affc1e Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 1 Jul 2014 14:29:56 -0700 Subject: [PATCH] Add a FIXME comment for #2742 --- src/components/style/properties/mod.rs.mako | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/style/properties/mod.rs.mako b/src/components/style/properties/mod.rs.mako index f22e6095390..e531f4aac8f 100644 --- a/src/components/style/properties/mod.rs.mako +++ b/src/components/style/properties/mod.rs.mako @@ -515,6 +515,7 @@ pub mod longhands { // CSS 2.1, Section 11 - Visual effects + // FIXME: Implement scrolling for `scroll` and `auto` (#2742). ${single_keyword("overflow", "visible hidden scroll auto")} ${switch_to_style_struct("InheritedBox")}