mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
New note: WCAG 2.2 and validation
This commit is contained in:
parent
efda7d0b69
commit
2276a4d6d5
1 changed files with 10 additions and 0 deletions
10
content/notes/wcag-2.2-and-validation.md
Normal file
10
content/notes/wcag-2.2-and-validation.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "WCAG 2.2 and validation"
|
||||
date: 2023-10-06T07:25:37-07:00
|
||||
---
|
||||
|
||||
<abbr>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.
|
||||
|
||||
WCAG's normative text describes outcomes, not how to achieve them. Validation is but one part of the process of achieving the necessary outcomes.
|
||||
|
||||
Let's not interpret the removal of SC 4.1.1 as permission to ship known errors.
|
Loading…
Reference in a new issue