From d21debf591b849820fa485b913bbd01d94c8f824 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:02:42 +0800 Subject: [PATCH] Update accessibility statement with known issues about tooltips --- src/statements/accessibility.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/statements/accessibility.md b/src/statements/accessibility.md index 6fe9b39e..5ec39b23 100644 --- a/src/statements/accessibility.md +++ b/src/statements/accessibility.md @@ -1,7 +1,7 @@ --- title: Accessibility keyword: accessibility statement -updated: 2024-06-21 +updated: 2024-07-05 eleventyNavigation: order: 12 --- @@ -10,6 +10,8 @@ Even though this website is primarily meant to be my own space of self-expressio Therefore, I strive to design my website to be accessible, including to fellow disabled and neurodivergent people, by aiming to meet [Web Content Accessibility Guidelines (WCAG) 2.2](https://www.w3.org/WAI/standards-guidelines/wcag/) Level AA standards. +## Accessibility Features + High-level overview of the accessibility features of this site: * Responsive design and mobile-friendly layout * Semantic HTML, enhanced by Web Accessibility Initiative – Accessible Rich Internet Applications (WAI-ARIA) @@ -23,6 +25,8 @@ High-level overview of the accessibility features of this site: This site uses the [Lexend](https://www.lexend.com/) font family as the default font and [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) as the monospace font to improve text readability. +## Testing + I use the following tools to test my site for accessibility: * WebAIM's [WAVE Browser Extension](https://wave.webaim.org/extension/) * [ANDI Accessibility Testing Tool](https://www.ssa.gov/accessibility/andi/help/install.html) @@ -34,4 +38,10 @@ I use the following tools to test my site for accessibility: In addition, I test the accessibility of my website manually by navigating with keyboard alone. -Feedbacks from disabled and neurodivergent people are welcome. You can [contact me via email](mailto:{{sitemeta.siteAuthor.email}}) for feedbacks and suggestions for improving the accessibility of this site. +## Known Issues + +The tooltips for some site buttons displayed on this site cannot be dismissed with a keypress, which is required to meet [WCAG success criterion for 1.4.13: Content on Hover or Focus (Level AA)](https://www.w3.org/WAI/WCAG21/Understanding/content-on-hover-or-focus.html). + +## Feedback + +Feedback from disabled and neurodivergent people are welcome. You can [contact me via email](mailto:{{sitemeta.siteAuthor.email}}) for feedbacks and suggestions for improving the accessibility of this site. \ No newline at end of file