Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkbox and datepicker-dialog have tables with empty headers #2285

Closed
straker opened this issue Apr 8, 2022 · 0 comments · Fixed by #2288
Closed

checkbox and datepicker-dialog have tables with empty headers #2285

straker opened this issue Apr 8, 2022 · 0 comments · Fixed by #2288
Assignees
Labels
editorial Changes to prose that don't alter intended meaning, e.g., phrasing, grammar. May fix inaccuracies.

Comments

@straker
Copy link

straker commented Apr 8, 2022

checkbox/checkbox.html and dialog-modal/datepicker-dialog.html both have tables that have empty th elements. I suspect these could be td elements instead as other parts of the same table do that.

<tr>
  <th></th>
  <th scope="row"><code>aria-live="polite"</code></th>
</tr>

image

@a11ydoer a11ydoer added the editorial Changes to prose that don't alter intended meaning, e.g., phrasing, grammar. May fix inaccuracies. label Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial Changes to prose that don't alter intended meaning, e.g., phrasing, grammar. May fix inaccuracies.
Projects
None yet
3 participants