We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133f934 commit 7536a0eCopy full SHA for 7536a0e
1 file changed
css-ui-4/Overview.bs
@@ -1885,6 +1885,15 @@ so that CSS can be used to restyle them.
1885
1886
</dl>
1887
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"><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
+
1897
<div class=example>
1898
An author wanting to customize the look and feel of check boxes in HTML could use the following:
1899
<pre><code class="lang-css">
0 commit comments