Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.1.1 Parsing - adjust heading titles per comment on PR 451 #509

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading