Skip to content

Commit

Permalink
style: Add Gecko-only support for the deprecated SVG 1.1 writing-mode…
Browse files Browse the repository at this point in the history
… aliases.
  • Loading branch information
heycam committed Apr 17, 2017
1 parent b73916a commit 35c8836
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/style/properties/longhand/inherited_box.mako.rs
Expand Up @@ -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",
Expand Down

0 comments on commit 35c8836

Please sign in to comment.