[Bug 23370] Strong Native Semantics table appears to imply @hidden trumps @aria-hidden

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

--- Comment #8 from James Craig <jcraig@apple.com> ---
(In reply to Leif Halvard Silli from comment #6)
> (But, then again, linking is also interesting - as e.g. activating a link to a <div id="hidden" hidden> section could, via CSS, make it visible.)

Interesting, though seems tricky in practice. :focus would not work by itself
because there is no displayed target to move focus to. :target could display
the element just before :focus, but chances are that this would be futile and
hide the element again after the onblur of the link, but before the onfocus of
the target.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 27 September 2013 17:40:13 UTC