Skip to content

Commit

Permalink
[css-ui] Add an issue about slider-vertical & sliderthumb-vertical (#…
Browse files Browse the repository at this point in the history
…3967)

Tests: already covered by css/css-ui/appearance-cssom-001.html

Part of #3024.
  • Loading branch information
zcorpan authored and frivoal committed Dec 29, 2019
1 parent 133f934 commit 7536a0e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css-ui-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1885,6 +1885,15 @@ so that CSS can be used to restyle them.

</dl>

<div class=issue>
The values <code>slider-vertical</code> and <code>sliderthumb-vertical</code>
are supported in some user agents to change the orientation of
<code class="lang-markup">&lt;input type=range></code> elements.
These values are not specified because changing the orientation of this control
is better done with a separate mechanism.
See issue <a href="https://github.com/whatwg/html/issues/4177">whatwg/html#4177</a>.
</div>

<div class=example>
An author wanting to customize the look and feel of check boxes in HTML could use the following:
<pre><code class="lang-css">
Expand Down

0 comments on commit 7536a0e

Please sign in to comment.