Skip to content

Commit 6b50486

Browse files
committed
Correct accessibility page: widget strikethrough scope and spoken-status examples
1 parent 37ea3a3 commit 6b50486

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Turn on TalkBack and many calendar apps become a guessing game: unlabeled button
1515
<Cards items={[
1616
{title: 'Headings to jump between', body: <>Screen titles and the sections in Settings and the drawer are marked as headings, so you jump straight to what you want.</>},
1717
{title: 'Labeled controls', body: <>Every icon-only button carries a label, so nothing reads as just "button."</>},
18-
{title: 'Spoken status', body: <>Sync, a failed save, a sign-in error, an empty search. KashCal announces the change instead of updating silently.</>},
18+
{title: 'Spoken status', body: <>Sync progress, going offline, a failed save, a sign-in error. KashCal announces the change instead of updating silently.</>},
1919
{title: 'Event status, out loud', body: <>A cancelled event says "cancelled," a declined one says "declined." You hear an event's status, not just see it.</>},
2020
{title: 'Which view you are in', body: <>The drawer announces the active view, not just highlights it.</>},
2121
{title: 'Actions, not gestures', body: <>Delete a subscription from a menu action, not a swipe a screen reader can't reach.</>},
2222
]} />
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, and a screen reader reads that status aloud.
26+
For KashCal users who are colorblind or have low vision, color alone isn't enough to go on. A cancelled event is crossed out, in the app and on the home-screen widgets, and a declined event is crossed out in the app, so their status shows without relying on color. A screen reader reads that status aloud too.
2727

2828
## Accessibility is part of the build
2929

0 commit comments

Comments
 (0)