Skip to content

Instantly share code, notes, and snippets.

@powrsurg
Created July 16, 2015 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save powrsurg/bc413f5e3ae48fbf5cec to your computer and use it in GitHub Desktop.
Save powrsurg/bc413f5e3ae48fbf5cec to your computer and use it in GitHub Desktop.
button+aria-label
<table>
<thead>
<tr>
<th></th>
<th scope="col">Name</th>
<th scope="col">Grade</th>
</tr>
</thead>
<tbody>
<tr>
<td><button aria-label="Delete record for John Doe">Delete</button></td>
<td>John Doe</td>
<td>A</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment