Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

writing-mode should accept obsolete SVG 1.1 values and sideways-{lr,rl} #15213

Closed
upsuper opened this issue Jan 25, 2017 · 1 comment
Closed

writing-mode should accept obsolete SVG 1.1 values and sideways-{lr,rl} #15213

upsuper opened this issue Jan 25, 2017 · 1 comment

Comments

@upsuper
Copy link
Member

@upsuper upsuper commented Jan 25, 2017

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)

@Manishearth
Copy link
Member

@Manishearth Manishearth commented Jan 25, 2017

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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.