Skip to content

Commit

Permalink
Remove css.properties.text-orientation.sideways-right from BCD (#22534)
Browse files Browse the repository at this point in the history
This PR removes the `sideways-right` member of the `text-orientation` CSS property from BCD. The spec (https://drafts.csswg.org/css-writing-modes/#valdef-text-orientation-sideways-right) defines this feature as an alias of `sideways`.

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/text-orientation/sideways-right
  • Loading branch information
queengooborg authored Mar 6, 2024
1 parent 3d665a3 commit a9d9e6c
Showing 1 changed file with 18 additions and 39 deletions.
57 changes: 18 additions & 39 deletions css/properties/text-orientation.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,26 @@
"__compat": {
"spec_url": "https://drafts.csswg.org/css-writing-modes/#valdef-text-orientation-sideways",
"support": {
"chrome": {
"version_added": "25"
},
"chrome": [
{
"version_added": "25"
},
{
"alternative_name": "sideways-right",
"version_added": "≤83"
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "44",
"notes": "<code>sideways-right</code> has become an alias of <code>sideways</code>."
},
"firefox": [
{
"version_added": "44"
},
{
"alternative_name": "sideways-right",
"version_added": "≤72"
}
],
"firefox_android": "mirror",
"ie": {
"version_added": false
Expand All @@ -113,38 +124,6 @@
}
}
},
"sideways-right": {
"__compat": {
"support": {
"chrome": {
"version_added": "≤83"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "≤72"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"upright": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-writing-modes/#valdef-text-orientation-upright",
Expand Down

0 comments on commit a9d9e6c

Please sign in to comment.