[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 #10 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> ---
(In reply to James Craig from comment #8)

It is very simple. Given this CSS:

<style>*[hidden]:target{display:block;}</style>

then it only requires that you activate the link/url to the #hidden fragment.
Either via a link:

   <a href="#hidden">link</a>

or by typing it direclty.

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

Received on Friday, 27 September 2013 18:02:36 UTC