Review accessibility of our listless menus #77
Labels
No labels
A11y
Automated Testing
Contributable
Contributed
Decision
Design
Development
Drutopia
Feature Request
IndieWeb
Infrastructure
Marketing
Needs documentation
status::Abandoned
status::Blocked
status::Deploy
status::Doing
status::Done
status::In Review
status::Needs Clarification
status::Test
status::To Do
type::Bug
type::Task
type::User Story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: agaric/agaric-coop#77
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Following the lovely design's static layout perhaps a bit too closely, i implemented it as shown with
<div>
s rather than<ul>
s and unadorned<a>
instead of<li>
tags. This didn't concern me at all from an accessibility perspective until getting to the sub-menus— this, it seems, should have a semantic way of being 'below' their parent items in the hierarchy.My implementation: https://gitlab.com/agaric/patternlibrary/blob/master/agaric/templates/navigation/menu.html.twig
Original: https://cgit.drupalcode.org/bulma/tree/templates/navigation/menu.html.twig
mentioned in commit agaric/patternlibrary@d91434b9b6
changed the description
My instinct is probably correct, there's not much reason for unordered lists for menu accessibility in general, mixed results with screenreaders, but i'd be interested in an accessible UX look at menu hierarchies in particular.