-
Notifications
You must be signed in to change notification settings - Fork 2k
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
css.properties.glyph-orientation-horizontal - missing #24052
Comments
There's actually no "horizontal" counterpart, surprisingly enough! The spec says:
|
Which spec are you looking at @queengooborg? This is a deprecated SVG attribute that can be written in CSS. It's only supported by Safari. |
This is the spec I'm looking at: https://drafts.csswg.org/css-writing-modes-4/#glyph-orientation |
The spec says it should be invalid, but Safari obviously supports it to the full extent both based on the |
What type of issue is this?
Missing compatibility data
What information was incorrect, unhelpful, or incomplete?
glyph-orientation-vertical
was added in #21052, but looks like the horizontal counterpart is missing.Discovered while working on mdn/content#35108.
What browsers does this problem apply to, if applicable?
Safari
What did you expect to see?
css.properties.glyph-orientation-horizontal
documented.Did you test this? If so, how?
Run
[...getComputedStyle(document.documentElement)].indexOf("glyph-orientation-horizontal")
in SafariCan you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
No response
MDN URL
No response
MDN metadata
No response
The text was updated successfully, but these errors were encountered: