Skip to content

Commit

Permalink
Add missing glyph-orientation-vertical CSS property feature (#21052)
Browse files Browse the repository at this point in the history
* Add missing glyph-orientation-vertical CSS property feature

This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing `glyph-orientation-vertical` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.10).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/glyph-orientation-vertical

* Mark as deprecated

* Don't mark as experimental

---------

Co-authored-by: Florian Scholz <fs@florianscholz.com>
  • Loading branch information
queengooborg and Elchi3 committed Nov 9, 2023
1 parent fb6854b commit 7398169
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions css/properties/glyph-orientation-vertical.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"css": {
"properties": {
"glyph-orientation-vertical": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-writing-modes-4/#glyph-orientation",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "≤13.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": true
}
}
}
}
}
}

0 comments on commit 7398169

Please sign in to comment.