diff --git a/guidelines/acknowledgements/previous-notable-contributors.html b/guidelines/acknowledgements/previous-notable-contributors.html
deleted file mode 100644
index ee64403..0000000
--- a/guidelines/acknowledgements/previous-notable-contributors.html
+++ /dev/null
@@ -1,8 +0,0 @@
-Previous notable contributors:
-
-
-
To provide feedback, please file a GitHub issue or send email to public-agwg-comments@w3.org (comment archive).
@@ -139,7 +139,7 @@Users have equivalent alternatives for images.
Decorative image is programmatically hidden.
The role and importance of the image is programmatically indicated.
+The role and importance of the image is programmatically indicated.
The type of image (photo, icon, etc.) is indicated.
+The image type (photo, icon, etc.) is indicated.
Auto generated text descriptions are editable by content creator.
Needs additional research
Text alternatives follow an organizational style guide.
Users can access explanations of or alternatives to ambiguous text content.
- +For each item of ambiguous text, such as non-literal text, abbreviations and acronyms, ambiguous numbers, or text missing letters or diacritics:
@@ -380,20 +382,24 @@Text is programmatically determinable
- +Text is programmatically determinable
+ +Explain ambiguous text or provide an unambiguous alternative.
- +Explain ambiguous text or provide an unambiguous alternative.
+ +A custom focus indicator is used with sufficient size, change of contrast, adjacent contrast, distinct style and adjacency.
Focusable item uses the user agent default indicator.
There are two types of content in this document:
We are experimenting with different conformance approaches for WCAG 3.0. Once we have developed enough guidelines, we will test how well each works.
@@ -1355,7 +1361,7 @@Other conformance concepts AG continues to explore the following include conformance levels, issue severity, adjectival ratings and pre-assessment checks.
- See [[[?WCAG3-explainer]]] for more information. + See Explainer for W3C Accessibility Guidelines (WCAG) 3.0 for more information.To be defined.
-To be defined.
@@ -1494,7 +1500,7 @@Content provided for information purposes and not required for conformance.
+Content provided for information purposes and not required for conformance. Also refered to as non-normative.
Testing scope that includes all content visually and programmatically available without a significant change. Conceptually, views correspond to the definition of a web page as used in WCAG 2, but are not restricted to content meeting that definition. For example, a view could be considered a “screen” in a mobile app or a layer of web content, such as a modal dialog.
To be defined.
-Additional information about participation in the Accessibility Guidelines Working Group (AG WG) can be found on the Working Group home page.
- diff --git a/guidelines/respec-config.js b/guidelines/respec-config.js index d222784..f8fcf5d 100644 --- a/guidelines/respec-config.js +++ b/guidelines/respec-config.js @@ -66,6 +66,24 @@ var respecConfig = { w3cid: 90883 }], + formerEditors: [{ + name: "Michael Cooper, Staff Contact, 2016-2023", + company: "W3C", + companyURI: "https://www.w3.org/", + w3cid: 34017 + }, { + name: "Shawn Lauriat, Editor, 2016-2023", + company: "Google, Inc.", + companyURI: "https://www.google.com/", + w3cid: 90646 + }, { + name: "Wilco Fiers, Project Manager, 2021-2023", + company: "Deque Systems, Inc.", + companyURI: "https://www.deque.com/", + w3cid: 43334 + }], + + // authors, add as many as you like. // This is optional, uncomment if you have authors as well as editors. diff --git a/how-to/.eleventy.js b/how-to/.eleventy.js index 4b3d27d..bf372bd 100644 --- a/how-to/.eleventy.js +++ b/how-to/.eleventy.js @@ -28,6 +28,9 @@ module.exports = function (eleventyConfig) { const basePath = dirname(page.inputPath).split("/").slice(1, 3).join("/"); return { ...outcome, + hasFoundational: await fileExists(basePath + "/foundational/"), + hasSupplemental: await fileExists(basePath + "/supplemental/"), + hasAssertions: await fileExists(basePath + "/assertions/"), hasMethods: await fileExists(basePath + "/methods.md"), hasResearch: await fileExists(basePath + "/research.md"), hasUserNeeds: await fileExists(basePath + "/user-needs.md"), diff --git a/how-to/_includes/layout/header.html b/how-to/_includes/layout/header.html index fa6b68d..2651b69 100644 --- a/how-to/_includes/layout/header.html +++ b/how-to/_includes/layout/header.html @@ -7,7 +7,7 @@This guideline content needs to be written.
\ No newline at end of file diff --git a/how-to/outcomes/image-alternatives/methods/equivalent-text-alternative/equivalent-text-alternative.json b/how-to/outcomes/image-alternatives/methods/equivalent-text-alternative/equivalent-text-alternative.json deleted file mode 100644 index f051895..0000000 --- a/how-to/outcomes/image-alternatives/methods/equivalent-text-alternative/equivalent-text-alternative.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "method": { - "index": 1, - "title": "Equivalent text alternative", - "slug": "equivalent-text-alternative", - "description": "@@@" - } -} diff --git a/how-to/outcomes/image-alternatives/methods/equivalent-text-alternative/index.md b/how-to/outcomes/image-alternatives/methods/equivalent-text-alternative/index.md deleted file mode 100644 index 7b0dfab..0000000 --- a/how-to/outcomes/image-alternatives/methods/equivalent-text-alternative/index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: method.html -subtitle: Introduction ---- - -This requirement content needs to be written.
\ No newline at end of file diff --git a/how-to/outcomes/index.md b/how-to/outcomes/index.md index a3e6f6b..6a3b320 100644 --- a/how-to/outcomes/index.md +++ b/how-to/outcomes/index.md @@ -1,7 +1,7 @@ --- -title: All WCAG 3 Outcomes +title: How to meet WCAG 3 --- -# All WCAG 3 Outcomes +# All WCAG 3 Guidelines {% include "outcomes-list.html" %}