Accessibility/ARIA1.0TestSuiteFailures
Jump to navigation
Jump to search
Test No | Code snippet | Description | Comment |
---|---|---|---|
521 |
<table role="presentation"> <tr> <td aria-hidden="true">Test me</td> </tr> </table> |
aria-hidden is a global attribute and should nullify the presentational role on the <td> | Target: Firefox 19 |