I had been unaware of the hidden attribute:
http://www.w3.org/html/wg/drafts/html/master/editing.html#the-hidden-attribute
Basically, it is an element that should be hidden from all users (similar to
display: none in CSS). However, EZ Access still goes to hidden content. For
example:
<ul>
<li>One</li>
<li hidden>Two</li>
<li>Three</li>
</ul>
Original issue reported on code.google.com by jbjor...@gmail.com on 13 Aug 2013 at 7:07
Original issue reported on code.google.com by
jbjor...@gmail.com
on 13 Aug 2013 at 7:07