You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/features/accessible-calendar-android.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ Turn on TalkBack and many calendar apps become a guessing game: unlabeled button
15
15
<Cardsitems={[
16
16
{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.</>},
17
17
{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.</>},
19
19
{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.</>},
20
20
{title: 'Which view you are in', body: <>The drawer announces the active view, not just highlights it.</>},
21
21
{title: 'Actions, not gestures', body: <>Delete a subscription from a menu action, not a swipe a screen reader can't reach.</>},
22
22
]} />
23
23
24
24
## Color is never the only signal
25
25
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.
0 commit comments