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:

- -
\ No newline at end of file diff --git a/guidelines/index.html b/guidelines/index.html index a69f075..6a54dde 100644 --- a/guidelines/index.html +++ b/guidelines/index.html @@ -77,7 +77,7 @@

Introduction

  • The organization of the decision trees in Clear meaning and Keyboard focus appearance differ slightly. Does one seem clearer than the other?
  • -
  • The conformance section explains the approach the Accessibilty Guidelines Working Group is considering for WCAG 3.0. While many details still need to be worked out, do you have constructive comments about the proposed approach for WCAG 3.0?
  • +
  • The conformance section explains the approach the Accessibility Guidelines Working Group is considering for WCAG 3.0. While many details still need to be worked out, do you have constructive comments about the proposed approach for WCAG 3.0?
  • To provide feedback, please file a GitHub issue or send email to public-agwg-comments@w3.org (comment archive).

    @@ -139,7 +139,7 @@

    Image alternatives

    Users have equivalent alternatives for images.

    @@ -172,7 +172,7 @@
    Decorative image

    Decorative image is programmatically hidden.

    @@ -182,7 +182,7 @@
    Equivalent text alternative

    Equivalent text alternative is available for image that conveys content.

    @@ -192,7 +192,7 @@
    Detectable image

    Image is programmatically determinable.

    @@ -200,20 +200,20 @@
    Detectable image
    Image role
    -

    The role and importance of the image is programmatically indicated.

    +

    The role and importance of the image is programmatically indicated.

    Image type
    -

    The type of image (photo, icon, etc.) is indicated.

    +

    The image type (photo, icon, etc.) is indicated.

    -
    Editable Alternatives
    +
    Editable alternatives

    Auto generated text descriptions are editable by content creator.

    Needs additional research

    -
    Style Guide
    +
    Style guide

    Text alternatives follow an organizational style guide.

    @@ -343,11 +343,13 @@
    Semantic text appearance

    Clear meaning

    -

    Users can access explanations of or alternatives to ambiguous text content.

    - +
    +

    Users can access explanations of or alternatives to ambiguous text content.

    + +
    Which foundational requirements apply?

    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 @@

    Clear meaning

    Detectable text
    -

    Text is programmatically determinable

    - +
    +

    Text is programmatically determinable

    + +
    Unambiguous text
    -

    Explain ambiguous text or provide an unambiguous alternative.

    - +
    +

    Explain ambiguous text or provide an unambiguous alternative.

    + +
    @@ -472,7 +478,7 @@
    Custom indicator

    A custom focus indicator is used with sufficient size, change of contrast, adjacent contrast, distinct style and adjacency.

    @@ -482,7 +488,7 @@
    User-agent default indicator

    Focusable item uses the user agent default indicator.

    @@ -1340,7 +1346,7 @@

    Conformance

    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 @@

    Conformance

    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.

    Only accessibility-supported ways of using technologies

    @@ -1480,7 +1486,7 @@

    Glossary

    To be defined.

    -
    Image role
    +
    Image role

    To be defined.

    @@ -1494,7 +1500,7 @@

    Glossary

    Informative
    -

    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.

    Interactive component
    @@ -1591,12 +1597,6 @@

    Glossary

    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.

    -
    Web technologies
    -
    -
    -

    To be defined.

    -
    -
    @@ -1624,7 +1624,7 @@

    Change log

  • 2024-03-15: Updated placeholder guidelines with exploratory guidelines.
  • 2024-??-??: Updated placeholder guidelines; added 3 developing guidelines and accessibility supported; and - moved explanatory content to the Explainer for WCAG 3.0 + moved explanatory content to the Explainer for WCAG 3.0
  • @@ -1633,7 +1633,6 @@

    Change log

    Acknowledgements

    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 @@