- From: <bugzilla@jessica.w3.org>
- Date: Fri, 27 Sep 2013 18:09:04 +0000
- To: public-html-a11y@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23370 --- Comment #11 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> --- (In reply to James Craig from comment #9) > (In reply to Leif Halvard Silli from comment #6) > > I feel that you are putting it on an edge, though. Even if @hidden is > > boolean, it is a matter of fact that applying - or removing - @hidden on > > e.g. <script>, has no effect what so ever. > > What? Does that mean it has no effect in browser X? In WebKit, adding > @hidden hides the element from the visual display and the accessibility > tree. The implementation detail is that the UA style sheet now includes: > > [hidden]{display:none;} Yes, of course. But UAs already implements script{display:none} So applying @hidden to <script> does not add something that wasn't there. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Friday, 27 September 2013 18:09:05 UTC