Skip to content

Commit 37ea3a3

Browse files
committed
Website update
1 parent e5be790 commit 37ea3a3

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

src/pages/features/accessible-calendar-android.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ Turn on TalkBack and many calendar apps become a guessing game: unlabeled button
2323

2424
## Color is never the only signal
2525

26-
For KashCal users who are colorblind or have low vision, color alone isn't enough to go on. Cancelled and declined events are crossed out, in the app and in the home-screen widgets, so their status shows without relying on color. A screen reader reads that status aloud. Every color in the event palette is checked for contrast, so text on a colored event stays legible.
26+
For KashCal users who are colorblind or have low vision, color alone isn't enough to go on. Cancelled and declined events are crossed out, in the app and in the home-screen widgets, so their status shows without relying on color, and a screen reader reads that status aloud.
2727

28-
## Checked on every build
28+
## Accessibility is part of the build
2929

30-
Accessibility is easy to break by accident. Every build checks that the event colors meet WCAG AA contrast, and the main screens run through Google's accessibility checks, the same ones behind Accessibility Scanner.
30+
WCAG is the international standard for making things usable by people with disabilities. KashCal holds itself to it, and doesn't leave that to chance.
31+
32+
Text and background colors are checked for readability, and the main screens run through Google's accessibility checks, the same ones behind Accessibility Scanner. Both run automatically every time KashCal is built, so an accessibility problem stops a release instead of shipping in it. It's a standing part of how the app is made and tested, not a one-time pass.
33+
34+
Read more about [WCAG](https://www.w3.org/WAI/standards-guidelines/wcag/).
3135

3236
## Frequently asked questions
3337

0 commit comments

Comments
 (0)