mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
style: Add Gecko-only support for writing-mode:sideways-{lr,rl}.
Fixes #15213.
This commit is contained in:
parent
10f2d3c38e
commit
b73916a135
3 changed files with 36 additions and 11 deletions
|
@ -18,6 +18,7 @@ ${helpers.single_keyword("visibility",
|
|||
// https://drafts.csswg.org/css-writing-modes-3
|
||||
${helpers.single_keyword("writing-mode",
|
||||
"horizontal-tb vertical-rl vertical-lr",
|
||||
extra_gecko_values="sideways-rl sideways-lr",
|
||||
experimental=True,
|
||||
need_clone=True,
|
||||
animation_type="none",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue