Skip to content

Commit

Permalink
Safari 17.4 has complete support for forms in vertical writing modes (#…
Browse files Browse the repository at this point in the history
…22295)

* Safari 17.4 has complete support for forms in vertical writing modes

https://developer.apple.com/documentation/safari-release-notes/safari-17_4-release-notes

https://codepen.io/jensimmons/pen/gOEVZbw?editors=1100

* Remove comma

---------

Co-authored-by: Florian Scholz <fs@florianscholz.com>
  • Loading branch information
jensimmons and Elchi3 authored Feb 27, 2024
1 parent 64af510 commit 52b5dd4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions css/properties/writing-mode.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,16 @@
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "14",
"partial_implementation": true,
"notes": "Support for range sliders, textual inputs, and textareas only"
},
"safari": [
{
"version_added": "17.4"
},
{
"version_added": "14",
"partial_implementation": true,
"notes": "Support for range sliders, textual inputs, and textareas only"
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
Expand Down

0 comments on commit 52b5dd4

Please sign in to comment.