Difference between revisions of "Type range with ARIA properties"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <input type="" | + | <input type="range" min="1" max="5" aria-valuemax="5" aria-valuemin="1" aria-valuenow="3" aria-valuetext="foo" /> |
</html> | </html> |
Revision as of 19:02, 10 May 2019