Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upwriting-mode should accept obsolete SVG 1.1 values and sideways-{lr,rl} #15213
Labels
Milestone
Comments
|
This is tricky, since it maps to both the writing-mode and direction property. Probably not easy. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The obsolete SVG 1.1 values can be easily mapped to existing values, but we probably want to add sideways values only for gecko for now.
Spec: https://drafts.csswg.org/css-writing-modes-3/#block-flow
Relevant code: https://github.com/servo/servo/blob/master/components/style/properties/longhand/inherited_box.mako.rs#L19-L24
(Maybe an easy one, cc @Manishearth)