Skip to content

Commit ae8a354

Browse files
Merge branch '2025-Note'
2 parents 7671388 + 9f416db commit ae8a354

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

respec-config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
var respecConfig = {
22
noRecTrack: true,
33
tocIntroductory: true,
4-
specStatus: "ED",
4+
specStatus: "NOTE",
55
maxTocLevel: 3,
66
shortName: "wcag2ict-22",
77

8-
//publishDate: "",
8+
publishDate: "2025-08-21",
99
copyrightStart: "2022",
1010
license: "document",
1111

@@ -44,7 +44,7 @@ var respecConfig = {
4444
name: "Chris Loiselle",
4545
mailto: "[email protected]",
4646
company: "Invited Expert (formerly Oracle Corporation)",
47-
w3cid: 65246,
47+
w3cid: 169930,
4848
},
4949
{
5050
name: "Phil Day",

update-wcag-json.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ compatible.successcriteria[0].handle =
2323
const parsing21 = wcag21.principles[3].guidelines[0].successcriteria[0];
2424
parsing21.id += "21";
2525
parsing21.handle += " (WCAG 2.1)";
26+
parsing21.content = parsing21.content.replace(/-27/g, "-27-411-21");
2627
compatible.successcriteria.unshift(parsing21);
2728

2829
// Prune unneeded fields

wcag.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@
723723
{
724724
"id": "parsing21",
725725
"num": "4.1.1",
726-
"content": "<p>In content implemented using markup languages, elements have complete start and end\n tags, elements are nested according to their specifications, elements do not contain\n duplicate attributes, and any IDs are unique, except where the specifications allow\n these features.\n </p>\n \n <div class=\"note\" role=\"note\" id=\"issue-container-generatedID-26\"><div role=\"heading\" class=\"note-title marker\" id=\"h-note-26\" aria-level=\"5\"><span>Note</span></div><p class=\"\">This success criterion should be considered as always satisfied for any content using HTML or XML.</p></div>\n\n <div class=\"note\" role=\"note\" id=\"issue-container-generatedID-27\"><div role=\"heading\" class=\"note-title marker\" id=\"h-note-27\" aria-level=\"5\"><span>Note</span></div><div class=\"\">\n <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 href=\"https://www.w3.org/TR/WCAG21/#bib-html\" title=\"HTML Standard\">HTML</a></cite>]</p>\n \n <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>\n \n <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>\n </div></div>",
726+
"content": "<p>In content implemented using markup languages, elements have complete start and end\n tags, elements are nested according to their specifications, elements do not contain\n duplicate attributes, and any IDs are unique, except where the specifications allow\n these features.\n </p>\n \n <div class=\"note\" role=\"note\" id=\"issue-container-generatedID-26\"><div role=\"heading\" class=\"note-title marker\" id=\"h-note-26\" aria-level=\"5\"><span>Note 1</span></div><p class=\"\">This success criterion should be considered as always satisfied for any content using HTML or XML.</p></div>\n\n <div class=\"note\" role=\"note\" id=\"issue-container-generatedID-27-411-21\"><div role=\"heading\" class=\"note-title marker\" id=\"h-note-27-411-21\" aria-level=\"5\"><span>Note 2</span></div><div class=\"\">\n <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 href=\"https://www.w3.org/TR/WCAG21/#bib-html\" title=\"HTML Standard\">HTML</a></cite>]</p>\n \n <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>\n \n <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>\n </div></div>",
727727
"handle": "Parsing (WCAG 2.1)",
728728
"level": "A"
729729
},

0 commit comments

Comments
 (0)