Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change github.io URIs to TR URIs where appropriate #233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guidelines/explainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"github": "https://github.com/w3c/silver/",
"copyrightStart": "2019",
"shortName": "silver",
"edDraftURI": "https://w3c.github.io/silver/guidelines/"
"edDraftURI": "https://w3c.github.io/silver/guidelines/explainer"
};
</script>
</head>
Expand Down Expand Up @@ -157,7 +157,7 @@ <h4>Maintenance</h4>
<h2>Goals</h2>
<section id="inclusionGoals">
<h3>Goals for Inclusion</h3>
<p>These goals come from the <a href="https://w3c.github.io/silver/requirements/index.html#design-principles">Silver Requirements Design Principles</a>. The creation process for the guidelines should:</p>
<p>These goals come from the <a href="https://www.w3.org/TR/wcag-3.0-requirements/#design-principles">Silver Requirements Design Principles</a>. The creation process for the guidelines should:</p>
<ul>
<li>Actively recruit a diverse range of people with disabilities in recognition of the importance of their contributions to accessibility standards and solutions. Review and monitor whether people are included. Continually evaluate inclusive features of available tooling and procedures.
<li>Facilitate global participation and feedback.
Expand Down
4 changes: 2 additions & 2 deletions guidelines/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h3>Relationship to other W3C guidelines</h3>
<h3>Goals and Requirements</h3>
<p>The goal of WCAG 3.0 and supporting documents is to make digital products including web, ePub, PDF, applications, mobile apps, and other emerging technologies more accessible and usable to people with disabilities. It is the intention for WCAG 3.0 to meet this goal by supporting a wider set of user needs, using new approaches to testing, and allowing more frequent maintenance of guidelines to keep pace with accelerating technology change. The hope is that WCAG 3.0 will make it significantly easier for both beginners and experts to create accessible digital products that support the needs of people with disabilities.</p>

<p>Research and design work performed by the Silver Task Force identified key requirements needed to improve upon the existing WCAG 2.X structure. These requirements, presented in the <a href="https://w3c.github.io/silver/requirements/">Requirements for Silver</a> document, shaped the guidelines that follow and should be taken into account when evaluating and updating the guidelines.</p>
<p>Research and design work performed by the Silver Task Force identified key requirements needed to improve upon the existing WCAG 2.X structure. These requirements, presented in the <a href="https://www.w3.org/TR/wcag-3.0-requirements/">Requirements for Silver</a> document, shaped the guidelines that follow and should be taken into account when evaluating and updating the guidelines.</p>
</section>
<p class="ednote"> While the majority of guidelines are still to be written and we continue to explore additional ways of validating conformance, we seek wider public review on the approach presented here. </p>
</section>
Expand Down Expand Up @@ -307,7 +307,7 @@ <h2>Scoring</h2>
<p>Each outcome has a section that shows how it is scored.</p>
</details>

<p class="ednote">One of the goals of WCAG 3.0 is to expand scoring tests of methods beyond a binary true/false choice at the page level. We have included tests within the sample outcomes that demonstrate alternatives such as <a>rubrics</a> and <a>scales</a>. We are also exploring integrating these options into <a href="https://www.w3.org/WAI/standards-guidelines/act/">Accessibility Conformance Testing</a> format. We will include example tests in a future draft. Our intent is to include detailed <a href="https://w3c.github.io/silver/requirements/#multiple-ways-to-measure">tests for methods</a> to support each outcome within the WCAG 3.0 model.</p>
<p class="ednote">One of the goals of WCAG 3.0 is to expand scoring tests of methods beyond a binary true/false choice at the page level. We have included tests within the sample outcomes that demonstrate alternatives such as <a>rubrics</a> and <a>scales</a>. We are also exploring integrating these options into <a href="https://www.w3.org/WAI/standards-guidelines/act/">Accessibility Conformance Testing</a> format. We will include example tests in a future draft. Our intent is to include detailed <a href="https://www.w3.org/TR/wcag-3.0-requirements/#multiple-ways-to-measure">tests for methods</a> to support each outcome within the WCAG 3.0 model.</p>
<p>Each <a href="#outcomes"> outcome</a> has <a href="#methods-structure">methods</a> associated with different technologies. Each method contains <a>tests</a> and <a>techniques</a> for meeting that outcome. Testers can test the accessibility of new and emerging technologies that do not have related methods based on the outcome.</p>
<section>
<h3>Scoring atomic tests</h3>
Expand Down
2 changes: 1 addition & 1 deletion outcomes/common-clear-words.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<main>
<h1>Outcome: Common clear words</h1>
<p class="outcome">Uses common and clear words in all content.</p>
<p>This outcome relates to guideline <a href="http://w3c.github.io/silver/guidelines/#clear-words" class="guideline-link">Clear words</a>.</p>
<p>This outcome relates to guideline <a href="https://www.w3.org/TR/wcag-3.0/#clear-words" class="guideline-link">Clear words</a>.</p>
<p>Methods:</p>
<ol>
<li><a class="method-link" href="https://www.w3.org/WAI/GL/WCAG3/2020/methods/clear-words/">Use Clear Words (All)</a></li>
Expand Down
2 changes: 1 addition & 1 deletion outcomes/conveys-hierarchy-with-semantic-structure.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<main>
<h1>Outcome: Conveys hierarchy with semantic structure</h1>
<p class="outcome">Provides semantic structure that conveys the hierarchy to help explore and navigate the content.</p>
<p>This outcome relates to guideline <a href="http://w3c.github.io/silver/guidelines/#structured-content" class="guideline-link">Structured content</a>.</p>
<p>This outcome relates to guideline <a href="https://www.w3.org/TR/wcag-3.0/#structured-content" class="guideline-link">Structured content</a>.</p>
<p>Methods:</p>
<ol>
<li><a class="method-link" href="https://www.w3.org/WAI/GL/WCAG3/2020/methods/headings-in-html/">Semantic headings (HTML)</a></li>
Expand Down
2 changes: 1 addition & 1 deletion outcomes/conveys-information-about-the-sound.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<main>
<h1>Outcome: Conveys information about the sound</h1>
<p class="outcome">Conveys information about the sound in addition to the text of the sound (for example, sound source, duration, and direction) so users know the necessary information about the context of the sound in relation to the environment it is situated in.</p>
<p>This outcome relates to guideline <a href="https://w3c.github.io/silver/guidelines/#captions" class="guideline-link">Captions</a>.</p>
<p>This outcome relates to guideline <a href="https://www.w3.org/TR/wcag-3.0/#captions" class="guideline-link">Captions</a>.</p>
<p>Methods:</p>
<ol>
<li><a class="method-link" href="https://www.w3.org/WAI/GL/WCAG3/2020/methods/audio-metadata">Provides visual equivalent of speech and non-speech audio metadata</a></li>
Expand Down
2 changes: 1 addition & 1 deletion outcomes/headings-organize-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<main>
<h1>Outcome: Headings with levels organize content</h1>
<p class="outcome">Organizes content into logical blocks with both heading text and level relevant to the subsequent content to make locating and navigating information easier and faster.</p>
<p>This outcome relates to guideline <a href="http://w3c.github.io/silver/guidelines/#structured-content-outcome-headings-with-levels-organize-content" class="guideline-link">Structured content</a>.</p>
<p>This outcome relates to guideline <a href="https://www.w3.org/TR/wcag-3.0/#structured-content-outcome-headings-with-levels-organize-content" class="guideline-link">Structured content</a>.</p>
<p>Methods:</p>
<ol>
<li><a class="method-link" href="https://www.w3.org/WAI/GL/WCAG3/2020/methods/relevant-headings/">Relevant headings (All)</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<main>
<h1>Outcome: Luminance contrast between background and text</h1>
<p class="outcome">Provides adequate luminance contrast (lightness/darkness difference) between background and text colors in order to read the text easily.</p>
<p>This outcome relates to guideline <a href="http://w3c.github.io/silver/guidelines/#visual-contrast-of-text" class="guideline-link">Visual contrast of text</a>.</p>
<p>This outcome relates to guideline <a href="https://www.w3.org/TR/wcag-3.0/#visual-contrast-of-text" class="guideline-link">Visual contrast of text</a>.</p>
<p>Methods:</p>
<ol>
<li><a class="method-link" href="https://www.w3.org/WAI/GL/WCAG3/2020/methods/font-characteristics-contrast/">Select font characteristics and background colors to provide enough contrast for readability (HTML)</a></li>
Expand Down
2 changes: 1 addition & 1 deletion outcomes/text-alternative-available.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<main>
<h1>Outcome: Text alternative available</h1>
<p class="outcome">A text alternative for non-text content is available via user agents and assistive technologies, which allows users who are unable to perceive and / or understand the non-text content to determine its meaning.</p>
<p>This outcome relates to guideline <a href="http://w3c.github.io/silver/guidelines/#text-alternatives" class="guideline-link">Text alternatives</a>.</p>
<p>This outcome relates to guideline <a href="https://www.w3.org/TR/wcag-3.0/#text-alternatives" class="guideline-link">Text alternatives</a>.</p>
<p>Methods:</p>
<ol>
<li><a class="method-link" href="https://www.w3.org/WAI/GL/WCAG3/2020/methods/images-of-text/">Text alternative for Image of text (HTML)</a></li>
Expand Down
2 changes: 1 addition & 1 deletion outcomes/translates-speech-and-non-speech-audio.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<main>
<h1>Outcome: Translates speech and non-speech audio</h1>
<p class="outcome">Translates speech and non-speech audio into alternative formats (e.g. captions) so media can be understood when sound is unavailable or limited. User agents and APIs support the display and control of captions.</p>
<p>This outcome relates to guideline <a href="http://w3c.github.io/silver/guidelines/#captions" class="guideline-link">Captions</a>.</p>
<p>This outcome relates to guideline <a href="https://www.w3.org/TR/wcag-3.0/#captions" class="guideline-link">Captions</a>.</p>
<p>Methods:</p>
<ol>
<li><a class="method-link" href="https://www.w3.org/WAI/GL/WCAG3/2020/methods/text-equiv/">Provides text equivalents of speech and key sound effect (XR)</a></li>
Expand Down
2 changes: 1 addition & 1 deletion outcomes/uses-visually-distinct-headings.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<main>
<h1>Outcome: Uses visually distinct headings</h1>
<p class="outcome">Uses visually distinct headings so sighted readers can determine the structure.</p>
<p>This outcome relates to guideline <a href="http://w3c.github.io/silver/guidelines/#structured-content" class="guideline-link">Structured content</a>.</p>
<p>This outcome relates to guideline <a href="https://www.w3.org/TR/wcag-3.0/#structured-content" class="guideline-link">Structured content</a>.</p>
<p>Methods:</p>
<ol>
<li><a class="method-link" href="https://www.w3.org/WAI/GL/WCAG3/2020/methods/visually-distinct/">Visually distinct</a></li>
Expand Down