You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editorial fixes and add 'requirement' label (#153)
* Editorial tweaks to introduction
* Change to requirement and add text to describe requirement type
* Fix sections
* Add different colours for requirement level
* Improve requirement type text
* Fix grammar
Copy file name to clipboardExpand all lines: explainer/index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<sectionid='sotd'>
20
20
<p>This is an updated draft of the WCAG 3.0 Explainer. It is informative, not normative, and is not expected to become a W3C Recommendation. It provides background on [[[?WCAG3]]].</p>
21
21
22
-
<p>To comment, <ahref="https://github.com/w3c/wcag3/issues/new">file an issue in the W3C wcag3 GitHub repository</a>. The Working Group requests that public comments be filed as new issues, one issue per discrete comment. It is free to create a GitHub account to file issues. If filing issues in GitHub is not feasible, send email to<ahref="mailto:[email protected]?subject=WCAG%203.0%20public%20comment">[email protected]</a> (<ahref="https://lists.w3.org/Archives/Public/public-agwg-comments/">comment archive</a>). In-progress updates to the guidelines can be viewed in the <ahref="https://w3c.github.io/wcag3/guidelines/">public editors’ draft</a>.</p>
22
+
<p>To comment, <ahref="https://github.com/w3c/wcag3/issues/new">file an issue in the W3C wcag3 GitHub repository</a>. The Working Group requests that public comments be filed as new issues, one issue per discrete comment. It is free to create a GitHub account to file issues. If filing issues in GitHub is not feasible, email <ahref="mailto:[email protected]?subject=WCAG%203.0%20public%20comment">[email protected]</a> (<ahref="https://lists.w3.org/Archives/Public/public-agwg-comments/">comment archive</a>). In-progress updates to the guidelines can be viewed in the <ahref="https://w3c.github.io/wcag3/guidelines/">public editors’ draft</a>.</p>
Copy file name to clipboardExpand all lines: guidelines/guidelines.js
+21-29
Original file line number
Diff line number
Diff line change
@@ -80,27 +80,29 @@ function addStatusMarkers() {
80
80
});
81
81
}
82
82
83
-
varprovisionTypeLabels={
83
+
varrequirementTypeLabels={
84
84
foundational: 'Used to test the most basic level of accessibility.',
85
-
supplemental: 'Used for higher levels of conformance.',
86
-
assertion: 'An attributable and documented statement of fact regarding procedures practiced in the development and maintenance of the content or product to improve accessibility.',
85
+
supplemental: 'Used for higher levels of conformance.'
0 commit comments