EmberJS is is committed to ensuring that its website is accessible to people with disabilities. All the pages on our website will meet W3C WAI’s Web Content Accessibility Guidelines 2.1, Level AA conformance. Please report any issues at https://github.com/ember-learn/ember-website/issues.
These are the WCAG conformance criteria that will most likely apply to the Ember.js website.
- 1.4.1 Use of Color
- 1.4.3 Contrast (Minimum)
- 1.4.4 Resize Text
- designs should consider that elements will be coded to support zoom- what should the design look like when a user zooms in (on any device)?
- Note that the current success criteria is to support zoom between 100%-200%. The newest edition of WCAG success criteria indicates support for zoom from 100%-400%.
- 1.4.5 Images of Text (TL;DR- there shouldn’t be text on a website that is an image. Use text).
- 1.4.8 Visual Presentation (AAA so optional, but some are good practice so worth reviewing)
- 1.4.10 Reflow
- 1.4.13 Content on Hover or Focus
- 2.3 Seizures and Physical Reactions (related to anything that is animated)
- 2.4.6 Headings and Labels (designers: make sure everything has a heading, or provide a machine-readable heading for developers to implement if visually hidden)
- 3.2.3 Consistent Navigation
(WIP)