stylo: Support most MathML presentation attributes

This commit is contained in:
Manish Goregaokar 2017-04-10 15:28:48 +08:00 committed by Manish Goregaokar
parent 2e22a006db
commit 1ea8175163
3 changed files with 23 additions and 13 deletions

View file

@ -24,7 +24,8 @@ ${helpers.single_keyword("writing-mode",
spec="https://drafts.csswg.org/css-writing-modes/#propdef-writing-mode")}
${helpers.single_keyword("direction", "ltr rtl", need_clone=True, animation_type="none",
spec="https://drafts.csswg.org/css-writing-modes/#propdef-direction")}
spec="https://drafts.csswg.org/css-writing-modes/#propdef-direction",
needs_conversion=True)}
<%helpers:single_keyword_computed
name="text-orientation"