--- outputs: - html title: "Details on WCAG 2.2 conformance" description: "Every WCAG 2.2 success criterion, and how seirdy.one achieves it. I list techniques I used and areas for improvement. This page is a work in progress." date: "2022-07-11T16:13:00-07:00" evergreen: true --- I made full conformance with the AA level and partial conformance with AAA a goal in my site's accessibility statement. I use the following abbreviations: SC : Success criterion. A requirement listed in the WCAG. ST : Sufficient technique; a technique that meets a given success criterion. {{}} Principle 1: Perceivable ------------------------ ### Guideline 1.1: Text Alternatives [SC 1.1.1: Non-Text Content](https://w3c.github.io/wcag/understanding/non-text-content.html) : All non-text content on my site has a text alternative. Images have alt-text ([ST H37](https://w3c.github.io/wcag/techniques/html/H37)). I provide image and audio transcripts using `aria-describedby` when relevant ([ST ARIA15](https://w3c.github.io/wcag/techniques/aria/ARIA15) and [ST G74](https://w3c.github.io/wcag/techniques/general/G74)). Form controls have `