Skip to content

Commit

Permalink
Update html.elements.input_range.vertical_orientation (#23607)
Browse files Browse the repository at this point in the history
* Update html.elements.input_range.vertical_orientation

* Fix consistency
  • Loading branch information
Elchi3 authored Jul 2, 2024
1 parent 8e7b6d8 commit 21ab609
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions html/elements/input/range.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
},
"firefox": [
{
"version_added": true,
"version_added": "120",
"notes": "Vertical orientation available via the <code>writing-mode</code> property (see <a href='https://developer.mozilla.org/docs/Web/CSS/CSS_writing_modes/Vertical_controls'>Creating vertical controls</a>)."
},
{
Expand All @@ -138,16 +138,26 @@
"opera_android": "mirror",
"safari": [
{
"version_added": true,
"version_added": "16.5",
"notes": "Vertical orientation available via the <code>writing-mode</code> property (see <a href='https://developer.mozilla.org/docs/Web/CSS/CSS_writing_modes/Vertical_controls'>Creating vertical controls</a>)."
},
{
"version_added": true,
"version_added": "3.1",
"partial_implementation": true,
"notes": "Vertical orientation available by setting the non-standard <code>-webkit-appearance: slider-vertical</code> style on the <code>input</code> element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers."
}
],
"safari_ios": [
{
"version_added": "16.5",
"notes": "Vertical orientation available via the <code>writing-mode</code> property (see <a href='https://developer.mozilla.org/docs/Web/CSS/CSS_writing_modes/Vertical_controls'>Creating vertical controls</a>)."
},
{
"version_added": "5",
"partial_implementation": true,
"notes": "Vertical orientation available by setting the non-standard <code>-webkit-appearance: slider-vertical</code> style on the <code>input</code> element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers."
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
Expand Down

0 comments on commit 21ab609

Please sign in to comment.