[Bug 23383] Strong semantics table missing @value, @min, @max on ranges (slider, progressbar)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23383

--- Comment #2 from James Craig <jcraig@apple.com> ---
(In reply to steve faulkner from comment #1)
> What change would you like to see?

Add rows for:

input[type="number"] /* strong map @value to @aria-valuenow */
input[type="number"] /* strong map @min to @aria-valuemin */
input[type="number"] /* strong map @max to @aria-valuemax */

input[type="range"]  /* strong map @value to @aria-valuenow */
input[type="range"]  /* strong map @min to @aria-valuemin */
input[type="range"]  /* strong map @max to @aria-valuemax */

There may be other native range types that escape me at the moment.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 13 January 2014 20:03:50 UTC