Skip to content

Commit 08bb9f0

Browse files
authored
Update accessibility.md
Adding specific language about WCAG conformance.
1 parent c0f28d2 commit 08bb9f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/concepts/accessibility.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Code Guide
44

5+
Our goal is to meet [WCAG](https://www.w3.org/WAI/standards-guidelines/aria/) [AA level conformance](https://www.w3.org/WAI/WCAG21/quickref/?currentsidebar=%23col_customize&levels=aaa&technologies=flash%2Csl) for all Ember.js websites.
6+
57
### Iterative Improvements
68
- It is 100% okay to ship code that can iterate to being a more inclusive experience- as long as it can still be used by people with assistive technology.
79
- It is not okay to ship code that actively breaks the experience for users with assistive technology.

0 commit comments

Comments
 (0)