[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 #1 from steve faulkner <faulkner.steve@gmail.com> ---
(In reply to James Craig from comment #0)
> Strong semantics table missing @value, @min, @max on ranges (slider,
> progressbar)
> 
> The ARIA attributes @aria-valuenow, @aria-valuemin, @aria-valuemax, should
> have no effect on range widgets like @sliders because they have identical
> semantics to @value, @min, and @max. The "strong" table should list these on
> the appropriate elements.
> 
> Note: @aria-valuetext should still be allowed.
> 
> http://www.w3.org/html/wg/drafts/html/master/dom.html#sec-strong-native-
> semantics

HI James, unclear what you want, the strong semantics table describes the aria
semantics that correspond to the native semantics. Its a directive to
implementers to map the aria semantics to the same properties as the native
semantics.

What change would you like to see?

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

Received on Sunday, 12 January 2014 16:26:30 UTC