From 85b4ce1bad91b8b05bd7e3d5058cf8334252ab9e Mon Sep 17 00:00:00 2001 From: Francis Storr Date: Fri, 26 Sep 2025 10:42:04 -0700 Subject: [PATCH] change some references to WCAG 3.0 to WCAG 3 ref: #206 --- src/pages/explainer.astro | 66 ++++++++++++++++---------------- src/pages/guidelines/index.astro | 56 +++++++++++++-------------- src/pages/requirements.astro | 2 +- 3 files changed, 62 insertions(+), 62 deletions(-) diff --git a/src/pages/explainer.astro b/src/pages/explainer.astro index 0bc73fa3..d334872a 100644 --- a/src/pages/explainer.astro +++ b/src/pages/explainer.astro @@ -18,12 +18,12 @@ import ExplainerRespec from "@/components/respec/ExplainerRespec.astro";
-

The Explainer for WCAG 3.0 accompanies the draft of [[[?WCAG3]]]. It provides an overview of the history and goals of WCAG 3.0. This document also describes the current thinking on the structure of the guidelines and the conformance model. The guidelines, conformance model, and related work are still evolving.

+

The Explainer for WCAG 3 accompanies the draft of [[[?WCAG3]]]. It provides an overview of the history and goals of WCAG 3. This document also describes the current thinking on the structure of the guidelines and the conformance model. The guidelines, conformance model, and related work are still evolving.

Information on the current schedule is included below with a link to a more detailed timeline.

-

See WCAG 3.0 Introduction for more details about this work and links to WCAG technical and educational material.

+

See WCAG 3 Introduction for more details about this work and links to WCAG technical and educational material.

-

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]]].

+

This is an updated draft of the WCAG 3 Explainer. It is informative, not normative, and is not expected to become a W3C Recommendation. It provides background on [[[?WCAG3]]].

To comment, file an issue in the W3C wcag3 GitHub repository. 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 public-agwg-comments@w3.org (comment archive). In-progress updates to the guidelines can be viewed in the public editors’ draft.

@@ -37,10 +37,10 @@ import ExplainerRespec from "@/components/respec/ExplainerRespec.astro";

This Explainer includes:

@@ -202,16 +202,16 @@ import GuidelinesRespec from "@/components/respec/GuidelinesRespec.astro";

Change log

-

This section shows substantive changes made in WCAG 3.0 since the First Public Working Draft was published in 21 January 2021.

+

This section shows substantive changes made in WCAG 3 since the First Public Working Draft was published in 21 January 2021.

-

The full commit history to WCAG 3.0 and commit history to Silver is available. +

The full commit history to WCAG 3 and commit history to Silver is available.

diff --git a/src/pages/requirements.astro b/src/pages/requirements.astro index 8f6a8609..348827d7 100644 --- a/src/pages/requirements.astro +++ b/src/pages/requirements.astro @@ -235,7 +235,7 @@ import RequirementsRespec from "@/components/respec/RequirementsRespec.astro";
  • New requirements for Readability, Regulatory Environment, Motivation, and Scope.
  • Added paragraph explaining the differences between Design Principles and Requirements as a result of requests from the AGWG face-to-face meeting of 11 and 12 March 2019.
  • Added new Design Principles and Requirements and changed wording of existing Design Principles and Requirements based on feedback from AGWG in Q1 and Q2 2019
  • -
  • Added a new Scope section to the Introduction that clarifies that WCAG 3.0 plans to address Authoring Tools, User agents and Apps. (26 April 2019)
  • +
  • Added a new Scope section to the Introduction that clarifies that WCAG 3 plans to address Authoring Tools, User agents and Apps. (26 April 2019)
  • Reworded Technology Neutral to bring it more in line with the original WCAG 2.0 Requirements wording. (26 April 2019)
  • changed Design Principle 9 to more clearly show that there will not be a hierarchy of disabilities and that when there is no research, how we will address that.