From 52ff17527917d644849fd226b2050992933feab4 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 19 May 2015 11:42:43 -0700 Subject: [PATCH] Enable 'direction' without --experimental --- components/style/properties.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties.mako.rs b/components/style/properties.mako.rs index 3edc0a312fa..7ddeb3795ff 100644 --- a/components/style/properties.mako.rs +++ b/components/style/properties.mako.rs @@ -424,7 +424,7 @@ pub mod longhands { ${new_style_struct("InheritedBox", is_inherited=True)} - ${single_keyword("direction", "ltr rtl", experimental=True)} + ${single_keyword("direction", "ltr rtl")} // CSS 2.1, Section 10 - Visual formatting model details