css.properties.glyph-orientation-horizontal - missing
Nobody has claimed this yet.
- Dominant language
- JSON
- Stars
- 5.8k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 186
Description
What type of issue is this?
Missing compatibility data
What information was incorrect, unhelpful, or incomplete?
glyph-orientation-vertical was added in https://github.com/mdn/browser-compat-data/pull/21052, but looks like the horizontal counterpart is missing.
Discovered while working on https://github.com/mdn/content/pull/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 Safari
Can 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the compatibility data entry for css.properties.glyph-orientation-vertical and compare its structure with the missing glyph-orientation-horizontal key. Verify the Safari behavior using the provided getComputedStyle expression, then confirm that the horizontal property is represented consistently with the related entry.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100