From 9d0958f91c8b734348fd73e6b4e26b354547f82e Mon Sep 17 00:00:00 2001 From: Youngmin Yoo Date: Wed, 13 Nov 2013 19:29:37 +0900 Subject: [PATCH] Add overflow property --- src/components/style/properties.rs.mako | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/style/properties.rs.mako b/src/components/style/properties.rs.mako index e86de37b89a..6c46de663be 100644 --- a/src/components/style/properties.rs.mako +++ b/src/components/style/properties.rs.mako @@ -371,6 +371,7 @@ pub mod longhands { // CSS 2.1, Section 11 - Visual effects + ${single_keyword("overflow", "visible hidden", inherited=False)} // TODO: scroll auto // CSS 2.1, Section 12 - Generated content, automatic numbering, and lists