web
web copied to clipboard
[a11y] 9.1.3.1b HTML structural elements for lists
audit: https://infinite.owncloud.com/s/PnaAukHGGsLnrMM
https://bitvtest.de/pruefschritt/bitv-20-web/bitv-20-web-9-1-3-1b-html-strukturelemente-fuer-listen
Personal, Shares, Spaces, deleted Files: Rather fulfilled.
- [ ] The list in the sidebar with the links such as "Personal" is incorrectly implemented. It is
not permitted to use other elements below "ul" elements instead of "li" elements
such as "div" elements.
Info: Account: Fulfilled
Which version are/were you testing? I can't reproduce the exact issue but would like to know whether the additional div
within the nav
tag remains a violation?
@tbsbdr cant find this info - do you know that?
You could check the console maybe? We log the version and I don't have access to infinite.owncloud.com
Never mind, I do have a rough timestamp of when the tests were being done by now ;) working on fixes
Tried again and can't replicate - not sure if the nav-highligther
div should me moved out of the <nav>
tag, but generally not the same level of a11y violation it was at the time this issue stems from
Assessment is correct, the nav highlighter div doesn't live within the <ul>
anymore (which would be an a11y violation), but is a child of the <nav>
tag by now.
The nav highlighter div is aria-hidden and it's valid html to have a div inside a nav. We can close here, this is done.