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
Add errata to w3c/wcag repo and cross-reference from informative docs (#4170)
This adds the following:
- Imports the 2.1 and 2.2 errata pages into this repo
- Reorganizes existing 2.1 errata in reverse-chronological order
- Adds date stamps for all existing errata I could trace back to a
commit
- Makes use of variables and Liquid expressions to minimize potential
for copy-paste errors between sections
- Auto-generates table of contents within `CustomLiquid.ts` to avoid
desync when adding versions
- Documents patterns/formats for authoring errata in `errata/README.md`
(with mention in top-level README)
- Adds logic to parse information from errata pages and include relevant
errata within Guideline/SC boxes and term definitions within informative
docs pages
- Errata are only included when building for a specific version (i.e.
not the editor's draft, in which case corrections are expected to
already be inlined)
- Only errata against the latest published version are included in
informative docs
- Updates `publish-w3c` script to also copy relevant errata file for
version being published
- Adds links to errata pages in top-level index used for dev server and
PR builds
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,14 @@ To create a working example:
240
240
* Reference working examples from techniques using the rawgit URI to the example in its development branch, e.g., `https://rawgit.com/w3c/wcag/main/working-examples/alt-attribute/`. Editors will update links when examples are approved.
241
241
* When the example is complete and functional, submit a pull request into the main branch.
242
242
243
+
## Errata
244
+
245
+
The errata documents for WCAG 2.1 and 2.2 are now maintained in this repository.
246
+
See the [Errata README](errata/README.md) for authoring details.
247
+
248
+
**Note:** The errata for both versions are maintained on the `main` branch for use in builds.
249
+
Direct edits to the guidelines for WCAG 2.1 must be performed under `guidelines/` on the `WCAG-2.1` branch.
250
+
243
251
## Translations
244
252
245
253
WCAG 2.2 is ready for translation. To translate WCAG 2.2, follow instructions at [How to Translate WCAG 2](https://www.w3.org/WAI/about/translating/wcag/).
0 commit comments