Skip to content

Update all browsers data for text-orientation CSS property #27189

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

queengooborg
Copy link
Contributor

This PR updates and corrects version values for all browsers for the text-orientation CSS property. The data comes from manual testing, running test code through BrowserStack, SauceLabs, custom VMs and/or locally.

Test Code:


(Using bcd.testCSSProperty() from the collector)

This PR updates and corrects version values for all browsers for the `text-orientation` CSS property. The data comes from manual testing, running test code through BrowserStack, SauceLabs, custom VMs and/or locally.

Test Code:

```

(Using bcd.testCSSProperty() from the collector)

```
@queengooborg queengooborg added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Jun 30, 2025
@github-actions github-actions bot added the size:s [PR only] 7-24 LoC changed label Jun 30, 2025
Copy link
Contributor

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

@@ -105,7 +105,7 @@
},
{
"alternative_name": "sideways-right",
"version_added": "≤72"
"version_added": "41"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to https://bugzilla.mozilla.org/show_bug.cgi?id=1057329, sideways-right is already parsed since Firefox 35, so we could add a partial implementation since then.

Otherwise, Firefox 44 seems correct in terms of functionality: https://bugzilla.mozilla.org/show_bug.cgi?id=1193488

@@ -67,7 +67,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "≤13.1"
"version_added": "10.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed from vertical-right via WebKit/WebKit@608ae58 in WebKit 602.1.10 before Safari 10 (602.1.50).

Suggested change
"version_added": "10.1"
"version_added": "10"

Let's add the vertical-right value, which was supported since the beginning, see WebKit/WebKit@87bbc48 in WebKit 534.24 before Safari 5.1 (534.48).

@@ -94,7 +94,7 @@
},
{
"alternative_name": "sideways-right",
"version_added": "≤83"
"version_added": "25"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that Chrome 25 used WebKit 537.22, I would expect this alternative name to also show up in Safari 7 (537.71).

Landed via WebKit/WebKit@57ac98a in WebKit 537.21, so it should also be in Safari 7.

Can we add it while we're here?

PS: Shouldn't we extract a separate subfeature for sideways-right? Based on WebKit/WebKit@b7bdc56, it was removed from the spec, so setting standard_track: true and deprecated: true should be the right thing to do.

@caugner caugner marked this pull request as draft July 11, 2025 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:s [PR only] 7-24 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants