Some loose notes:
Add ID to tie menu to link / button "aria-controls"
- Add JS for arrow nav in global nav
Esc to close current menu - restore focus to current menu link
- Search icon turn to close
- Loop focus back to search field
- Make search cards a list - Add aria label to list
Use mark tag instead of span for search highlight
- Make search bar a modal - role=dialog / aria-modal="true"
- When opening in new tab, use hidden span for disclosing opening in new tab.
https://w3c.github.io/aria-practices/examples/disclosure/disclosure-navigation.html <-- Sample nav
Some loose notes:
Add ID to tie menu to link / button "aria-controls"Esc to close current menu- restore focus to current menu linkUse mark tag instead of span for search highlighthttps://w3c.github.io/aria-practices/examples/disclosure/disclosure-navigation.html <-- Sample nav