This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27870 - Allow specifying step size for range controls
Summary: Allow specifying step size for range controls
Status: RESOLVED MOVED
Alias: None
Product: ARIA
Classification: Unclassified
Component: Spec (show other bugs)
Version: 1.1
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: James Craig
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-21 07:22 UTC by Dominic Mazzoni
Modified: 2018-05-14 17:09 UTC (History)
1 user (show)

See Also:


Attachments

Description Dominic Mazzoni 2015-01-21 07:22:43 UTC
An ARIA slider exposes its min, max, and current value, but no step size. Indie UI provides a way to change the value, but even absent that it might be valuable for assistive technology to know the plausible step size that's allowed when changing a range value.

Note that <input type=range> already supports a step attribute.

I propose aria-valuestep

Example:

<div role="slider" tabindex=0 aria-valuemin=0 aria-valuemax=100 aria-valuestep=10 aria-value=70>70%</div>
Comment 1 James Nurthen 2018-05-14 17:09:07 UTC
https://github.com/w3c/aria/issues/471