Skip to content

Commit 7536a0e

Browse files
zcorpanfrivoal
authored andcommitted
[css-ui] Add an issue about slider-vertical & sliderthumb-vertical (#3967)
Tests: already covered by css/css-ui/appearance-cssom-001.html Part of #3024.
1 parent 133f934 commit 7536a0e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

css-ui-4/Overview.bs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,6 +1885,15 @@ so that CSS can be used to restyle them.
18851885

18861886
</dl>
18871887

1888+
<div class=issue>
1889+
The values <code>slider-vertical</code> and <code>sliderthumb-vertical</code>
1890+
are supported in some user agents to change the orientation of
1891+
<code class="lang-markup">&lt;input type=range></code> elements.
1892+
These values are not specified because changing the orientation of this control
1893+
is better done with a separate mechanism.
1894+
See issue <a href="https://github.com/whatwg/html/issues/4177">whatwg/html#4177</a>.
1895+
</div>
1896+
18881897
<div class=example>
18891898
An author wanting to customize the look and feel of check boxes in HTML could use the following:
18901899
<pre><code class="lang-css">

0 commit comments

Comments
 (0)