Skip to content

Commit

Permalink
Chrome 8 + Safari 5.1 supported {block,inline}-size via `-webkit-logi…
Browse files Browse the repository at this point in the history
…cal-*` (#25719)

See:
- WebKit/WebKit@d2ecf44
  • Loading branch information
caugner authored Jan 23, 2025
1 parent 76771e6 commit 284f0db
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 12 deletions.
24 changes: 18 additions & 6 deletions css/properties/block-size.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@
"web-features:logical-properties"
],
"support": {
"chrome": {
"version_added": "57"
},
"chrome": [
{
"version_added": "57"
},
{
"alternative_name": "-webkit-logical-height",
"version_added": "8"
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
Expand All @@ -27,9 +33,15 @@
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "12.1"
},
"safari": [
{
"version_added": "12.1"
},
{
"alternative_name": "-webkit-logical-height",
"version_added": "5.1"
}
],
"safari_ios": "mirror",
"samsunginternet_android": {
"version_added": "5.0"
Expand Down
24 changes: 18 additions & 6 deletions css/properties/inline-size.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@
"web-features:logical-properties"
],
"support": {
"chrome": {
"version_added": "57"
},
"chrome": [
{
"version_added": "57"
},
{
"alternative_name": "-webkit-logical-width",
"version_added": "8"
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
Expand All @@ -27,9 +33,15 @@
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "12.1"
},
"safari": [
{
"version_added": "12.1"
},
{
"alternative_name": "-webkit-logical-width",
"version_added": "5.1"
}
],
"safari_ios": "mirror",
"samsunginternet_android": {
"version_added": "5.0"
Expand Down

0 comments on commit 284f0db

Please sign in to comment.