Difference between revisions of "Type range with ARIA properties"
Jump to navigation
Jump to search
(Created page with "<html> <input type=”range” aria-valuemax="5" aria-valuemin="1" aria-valuenow="3" aria-valuetext="foo" /> </html>") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <input type= | + | <input type="range" min="1" aria-valuemax="5" aria-valuemin="1" aria-valuenow="3" a /> |
</html> | </html> | ||
+ | aria-valuetext="foo" |
Latest revision as of 19:03, 10 May 2019
aria-valuetext="foo"