[Bug 18744] drop WAI-ARIA scope restriction in the text adopted in ISSUE-204

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

--- Comment #6 from Joshue O Connor <joshue.oconnor@cfit.ie> 2012-09-07 11:19:54 UTC ---
(In reply to comment #5)
> OK, with Steve's proposed refinement, we'd end up with this:
> 
> [[
> Where accessibility APIs allow nodes to be marked as hidden, User Agents are
> encouraged to expose the full semantics of hidden="" elements when they are
> referenced via relationship attributes.
> This allows Assistive Technologies to access the content structure upon user
> request, while keeping the content hidden in all presentations of the normal
> document flow.
> 
> The following example shows a hidden label element that is referenced by an
> input element, and whose full semantics could be exposed to Assistive
> Technologies while still remaining hidden in all presentations of the normal
> document flow.
> 
>   <label for="test" hidden>label</label>
>   <input type="text" id="test">
> ]]

+1 to Steves text.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Friday, 7 September 2012 11:20:00 UTC