-
Notifications
You must be signed in to change notification settings - Fork 1
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
Empty table header (File list) #113
Comments
I'll reach out to some folks on guidance here |
Hmm - I used to see this but with Chrome/Windows using Wave 3.2.3 I'm not seeing this error - this is in the file table on the dataset page, view mode? |
Odd I'm not seeing it in Chrome/Edge, either, but I see it in Firefox and I think it's correct -- it is a table header with no text and I don't think the ARIA labels can substitute for having actual text |
OK, here's the response from an accessibilty specialist over at code4lib: Sebastian
metageeky (Kate)
My current view is that the 2nd option is a bit too much, but as I say above, list would seem like a better way to organize this than table. I don't think we'll want to engage in that level of design work right now, though -- is there a way to bring this up in the context of the engoing SPA development? |
Testing with WAVE.
The file list has an empty table header (where the checkbox is), i.e.
It's probably fixable in automated tests by making this a
<td>
but that's just fooling the auto-test. I'm not sure whether the whole thing should even be a table rather than a list?The text was updated successfully, but these errors were encountered: