minutekey / ez-access-web

Automatically exported from code.google.com/p/ez-access-web
0 stars 0 forks source link

hidden attribute support #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r241.

Original comment by aeharding on 13 Aug 2013 at 7:31