axe-core
Version:
Accessibility engine for automated Web UI testing
15 lines (13 loc) • 383 B
HTML
<table id="pass1">
<tr> <th>AXE</th> <td>aXe</td> </tr>
<tr> <th>AXE</th> <td>aXe</td> </tr>
</table>
<table id="pass2" summary="">
<tr> <th>AXE</th> <td>aXe</td> </tr>
<tr> <th>AXE</th> <td>aXe</td> </tr>
</table>
<table id="fail1" summary="some table">
<caption>some table</caption>
<tr> <th>AXE</th> <td>aXe</td> </tr>
<tr> <th>AXE</th> <td>aXe</td> </tr>
</table>