css-reference
css-reference copied to clipboard
Fix some accessibility issues.
- Highlight focus for keyboard users.
- Add some base landmarks (main, menu, search).
- Label some links that are not described by their link text.
- Add a skip to main content link.
- Add a hint for developers to ease contribution.
Great PR! The main search input needs both a (screen reader visible) label and a submit button, in my opinion. Input type="search" doesn't suffice for assistive technology.
thx @marcus-herrmann - I'm not sure how to deal with this menu filter, I'll look it up and see if I can find a better solution.