Created by: tysongach
- Add link underlines
- Underlines are a standard way of indicating a link. By only using color to indicate links, people with vision impairments, such as color blindness, might not be able to distinguish linked text from non-linked text.
- Use a hyphen separator in page titles
- The vertical pipe is read aloud by screen readers. So a page title of
page | Administrate
would be read as ”page vertical pipe Administrate.” - By using a hyphen instead, the screen reader will read as “page, Administrate.”
- Related: https://github.com/thoughtbot/administrate/issues/794
- The vertical pipe is read aloud by screen readers. So a page title of
- Add ARIA landmark roles
- ARIA landmark roles provide useful navigation features for assistive technology and helps people understand the content structure.