-
Couldn't load subscription status.
- Fork 2.4k
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -67,7 +67,7 @@ | |
| "opera": "mirror", | ||
| "opera_android": "mirror", | ||
| "safari": { | ||
| "version_added": "≤13.1" | ||
| "version_added": "10.1" | ||
| }, | ||
| "safari_ios": "mirror", | ||
| "samsunginternet_android": "mirror", | ||
|
|
@@ -94,7 +94,7 @@ | |
| }, | ||
| { | ||
| "alternative_name": "sideways-right", | ||
| "version_added": "≤83" | ||
| "version_added": "25" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
| } | ||
| ], | ||
| "chrome_android": "mirror", | ||
|
|
@@ -105,7 +105,7 @@ | |
| }, | ||
| { | ||
| "alternative_name": "sideways-right", | ||
| "version_added": "≤72" | ||
| "version_added": "41" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. According to https://bugzilla.mozilla.org/show_bug.cgi?id=1057329, Otherwise, Firefox 44 seems correct in terms of functionality: https://bugzilla.mozilla.org/show_bug.cgi?id=1193488 |
||
| } | ||
| ], | ||
| "firefox_android": "mirror", | ||
|
|
@@ -147,7 +147,7 @@ | |
| "opera": "mirror", | ||
| "opera_android": "mirror", | ||
| "safari": { | ||
| "version_added": "≤13.1" | ||
| "version_added": "5.1" | ||
queengooborg marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| }, | ||
| "safari_ios": "mirror", | ||
| "samsunginternet_android": "mirror", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed from
vertical-rightvia WebKit/WebKit@608ae58 in WebKit 602.1.10 before Safari 10 (602.1.50).Let's add the
vertical-rightvalue, which was supported since the beginning, see WebKit/WebKit@87bbc48 in WebKit 534.24 before Safari 5.1 (534.48).