1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/content/notes/wcag-2.2-and-validation.md

16 lines
936 B
Markdown
Raw Normal View History

2023-10-06 14:25:37 +00:00
---
title: "WCAG 2.2 and validation"
date: 2023-10-06T07:25:37-07:00
2023-10-06 14:25:54 +00:00
syndicatedCopies:
- title: 'The Fediverse'
url: 'https://pleroma.envs.net/notice/AaUoV6qqBhRIAqApxw'
2023-10-31 17:56:05 +00:00
- title: 'IndieNews'
url: 'https://news.indieweb.org/en'
2023-10-06 14:25:37 +00:00
---
2023-10-06 14:25:54 +00:00
<abbr title="Web Content Accessibility Guidelines">WCAG</abbr> 2.2 removed [SC 4.1.1, Parsing (Level A)](https://www.w3.org/WAI/WCAG21/Understanding/parsing.html). I maintain that valid markup has important benefits despite no longer being required. We may find it *possible* to write good software without static analysis, construct a building without blueprints, or make an accessible website without validation. They remain good practices.
2023-10-06 14:25:37 +00:00
2023-10-06 14:25:54 +00:00
<abbr>WCAG's</abbr> normative text describes outcomes, not how to achieve them. Validation is but one part of the process of achieving the necessary outcomes.
2023-10-06 14:25:37 +00:00
Let's not interpret the removal of SC 4.1.1 as permission to ship known errors.