Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 920 Bytes

ACCESSIBILITY.md

File metadata and controls

25 lines (19 loc) · 920 Bytes

Accessibility

Accessibility is the design of products so as to be usable by people with disabilities (Wikipedia)

Testing accessibility require special toolings, experience and a decent amount of time. This is the right to do, and this will likely brings benefits to all users.

So far, we have made the following assumptions:

  • The title attribute is both useful for screen-readers and people using a mouse that can hover.
  • In the future, we may want to complement the title attributes with attributes from ARIA, especially the aria-label.
  • Users may want to use a mobile phone, a tablet or a desktop.

Links: