Skip to content

Commit

Permalink
4.1.1 Parsing - adjust heading titles per comment on PR 451
Browse files Browse the repository at this point in the history
Fixes #501
  • Loading branch information
daniel-montalvo committed Sep 9, 2024
1 parent f73dacf commit 31af0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wcag.json
Original file line number Diff line number Diff line change
Expand Up @@ -740,14 +740,14 @@
{
"id": "parsing21",
"num": "4.1.1",
"handle": "WCAG 2.1 Parsing",
"handle": "Parsing (WCAG 2.1)",
"level": "(Level A)",
"content": " <p>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. </p> <div class=\"note\" id=\"issue-container-generatedID-26\" role=\"note\"><div aria-level=\"5\" class=\"note-title marker\" id=\"h-note-26\" role=\"heading\"><span>Note</span></div><p class=\"\">This Success Criterion should be considered as always satisfied for any content using HTML or XML.</p></div> <div class=\"note\" id=\"issue-container-generatedID-27\" role=\"note\"><div aria-level=\"5\" class=\"note-title marker\" id=\"h-note-27\" role=\"heading\"><span>Note</span></div><div class=\"\"> <p>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. [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"#bib-html\" title=\"HTML Standard\">HTML</a></cite>]</p> <p>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.</p> <p>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.</p> </div></div> "
},
{
"id": "parsing22",
"num": "4.1.1",
"handle": "WCAG 2.2 Parsing",
"handle": "Parsing (WCAG 2.2)",
"level": "(Obsolete and removed)",
"content": "<div class=\"note\" id=\"issue-container-generatedID-43\" role=\"note\"><div aria-level=\"5\" class=\"note-title marker\" id=\"h-note-43\" role=\"heading\"><span>Note</span></div><p class=\"\">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.</p></div> "
},
Expand Down

0 comments on commit 31af0ca

Please sign in to comment.