Update accessibility statement with known issues about tooltips
This commit is contained in:
parent
b8db9b0629
commit
d21debf591
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Accessibility
|
title: Accessibility
|
||||||
keyword: accessibility statement
|
keyword: accessibility statement
|
||||||
updated: 2024-06-21
|
updated: 2024-07-05
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 12
|
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.
|
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:
|
High-level overview of the accessibility features of this site:
|
||||||
* Responsive design and mobile-friendly layout
|
* Responsive design and mobile-friendly layout
|
||||||
* Semantic HTML, enhanced by Web Accessibility Initiative – Accessible Rich Internet Applications (WAI-ARIA)
|
* 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.
|
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:
|
I use the following tools to test my site for accessibility:
|
||||||
* WebAIM's [WAVE Browser Extension](https://wave.webaim.org/extension/)
|
* WebAIM's [WAVE Browser Extension](https://wave.webaim.org/extension/)
|
||||||
* [ANDI Accessibility Testing Tool](https://www.ssa.gov/accessibility/andi/help/install.html)
|
* [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.
|
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.
|
Loading…
Reference in New Issue