[go: up one dir, main page]

Accessibility Statement

The web is meant for everyone, and I am committed to designing useful, usable, and inclusive experiences.

I want as many people as possible to be able to use my website. For example, that means you should be able to:

 

Standards and Testing

The Web Content Accessibility Guidelines (WCAG) defines requirements for designers and developers to make web content more accessible to people with disabilities. My site aims to conform to WCAG 2.2 level AA.

I use standards-compliant HTML, CSS, and JavaScript throughout this website. Anyone using a web browser that honors these standards should be capable of navigating this site.

In addition to being tested on the latest versions of Chrome, Edge, Firefox, and Safari, this site has been manually checked for ease of use with a keyboard and the VoiceOver screen reader. I also periodically audit the site using WAVE, a browser-based testing service.

 

Features

Pages are structured with semantic elements like header, nav, main, and footer, which may help you move around more quickly. The main content area of each page is marked with a h1 (heading level 1), and each page’s structure should follow a logical heading order from there.

Images are described with text alternatives, using the alt attribute. This website’s colors were chosen to ensure there is sufficient color contrast between elements on each page. My site has been coded to honor user device preferences whenever possible.

I strive to use inclusive, plain language throughout this site.

 

Known Issues

Any known issues will be listed or described here, as they are reported or as I discover them.

 

Share Feedback

I am personally committed to educating myself on digital accessibility, sharing what I learn, and putting it into practice. That said, if you encounter any difficulty using my site, please let me know! You may file an issue on GitHub or email me directly. I take these issues very seriously and welcome your feedback and suggestions.

This page is heavily influenced by (and borrows liberally from) statements by Eric Bailey, Carie Fisher, Ethan Marcotte, and Marcy Sutton. You should check out their work and writing.

 

A11y* Resources

The links below have helped me in my ongoing accessibility education. Most of these are beginner-friendly entry points to what can be a broad and sometimes complex topic. There are many more resources out there, but these are a few of my favorites.

* A11y is a compact abbreviation for accessibility with 11 (eleven) representing the count of letters between the letter a and the letter y.