diff --git a/wcag.json b/wcag.json index a4638985..9b60f287 100644 --- a/wcag.json +++ b/wcag.json @@ -740,14 +740,14 @@ { "id": "parsing21", "num": "4.1.1", - "handle": "WCAG 2.1 Parsing", + "handle": "Parsing (WCAG 2.1)", "level": "(Level A)", "content": "
In content implemented using markup languages, elements have complete start and end tags, elements are nested according to their specifications, elements do not contain duplicate attributes, and any IDs are unique, except where the specifications allow these features.
This Success Criterion should be considered as always satisfied for any content using HTML or XML.
Since this criterion was written, the HTML Living Standard has adopted specific requirements governing how user agents must handle incomplete tags, incorrect element nesting, duplicate attributes, and non-unique IDs. [HTML]
Although the HTML Standard treats some of these cases as non-conforming for authors, it is considered to \"allow these features\" for the purposes of this Success Criterion because the specification requires that user agents support handling these cases consistently. In practice, this criterion no longer provides any benefit to people with disabilities in itself.
Issues such as missing roles due to inappropriately nested elements or incorrect states or names due to a duplicate ID are covered by different Success Criteria and should be reported under those criteria rather than as issues with 4.1.1.
This criterion was originally adopted to address problems that assistive technology had directly parsing HTML. Assistive technology no longer has any need to directly parse HTML. Consequently, these problems either no longer exist or are addressed by other criteria. This criterion no longer has utility and is removed.