Label that table
This commit is contained in:
@@ -172,7 +172,7 @@ function Game(props: GameProps) {
|
||||
Give up
|
||||
</button>
|
||||
</div>
|
||||
<table className="Game-rows" tabIndex={0}>
|
||||
<table className="Game-rows" tabIndex={0} aria-label="Table of guesses">
|
||||
<tbody>{tableRows}</tbody>
|
||||
</table>
|
||||
<p role="alert">{hint || `\u00a0`}</p>
|
||||
|
||||
Reference in New Issue
Block a user