mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Add Gecko-only support for the deprecated SVG 1.1 writing-mode aliases.
This commit is contained in:
parent
b73916a135
commit
35c88367cb
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ ${helpers.single_keyword("visibility",
|
|||
${helpers.single_keyword("writing-mode",
|
||||
"horizontal-tb vertical-rl vertical-lr",
|
||||
extra_gecko_values="sideways-rl sideways-lr",
|
||||
extra_gecko_aliases="lr=horizontal-tb lr-tb=horizontal-tb \
|
||||
rl=horizontal-tb rl-tb=horizontal-tb \
|
||||
tb=vertical-rl tb-rl=vertical-rl",
|
||||
experimental=True,
|
||||
need_clone=True,
|
||||
animation_type="none",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue