Example WCAG 2.0 Test Sample #2


From Test Sample sc1.3.1_l1_019:

<table summary="This table shows the students details of the department.">
  <tr><th>student name</th><th>student id</th></tr>
  <tr><td>John</td><td>1</td></tr>
  <tr><td>Chris</td><td>2</td></tr>
  <tr><td>George</td><td>3</td></tr>
</table>
The test case is intended to pass as there is a summary attribute giving an overview of the data table.