Skip to main content

Search and Top Navigation

#14242 closed bug (duplicate)

Opened August 21, 2015 07:54AM UTC

Closed August 21, 2015 10:13AM UTC

ui.a11y slider & aria behaviour

Reported by: disic Owned by:
Priority: minor Milestone: none
Component: ui.slider Version: 1.11.3
Keywords: Cc:
Blocked by: Blocking:
Description

Issue :

According to http://www.w3.org/TR/wai-aria-practices/#slider

If you focus the handle, the element shoud get attribut role=”slider”, aria-valuemax=”...” aria-valuemin="...".

And when the user change the value, these attribut shoud change aria-valuenow="..." aria-valuetext="...", exemple aria-valuenow="7" aria-valuetext="$7"

Feature :

Add the possibilty to create custom attribut on the handle.

For instance if I want to add attribut aria-labelledby, there is no option to easily add it.

Attachments (0)
Change History (1)

Changed August 21, 2015 10:13AM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Duplicate of #4739.