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