mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
stylo: Support most MathML presentation attributes
This commit is contained in:
parent
2e22a006db
commit
1ea8175163
3 changed files with 23 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue