Enable 'direction' without --experimental

This commit is contained in:
Matt Brubeck 2015-05-19 11:42:43 -07:00
parent 40dded8b3a
commit 52ff175279

View file

@ -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