Skip to content

Commit

Permalink
More minor fixes for vertical slider support (#22560)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills committed Mar 6, 2024
1 parent 1e30bb6 commit c7aacd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion css/properties/direction.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "16.5",
"partial_implementation": true,
"notes": "Only supported for vertical range sliders."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
2 changes: 1 addition & 1 deletion css/properties/writing-mode.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
"version_added": "17.4"
},
{
"version_added": "14",
"version_added": "16.5",
"partial_implementation": true,
"notes": "Support for range sliders, textual inputs, and textareas only"
}
Expand Down

0 comments on commit c7aacd8

Please sign in to comment.