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

Bump WCAG 2.1 to WCAG 2.2 #599

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
18 changes: 9 additions & 9 deletions imsc1/spec/ttml-ww-profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"xml-names": {
aliasOf: "xml-names-20091208"
},
"WCAG21": {
aliasOf: "WCAG21-20180605"
"WCAG22": {
aliasOf: "WCAG22-20241212"
},
"PNG": {
aliasOf: "PNG-20031110"
Expand Down Expand Up @@ -353,7 +353,7 @@ <h2>Terms and Definitions</h2>

<p><dfn>Linear White-Space</dfn>. See Section 2.3 at [[!ttml2]].</p>

<p><dfn>non-text content</dfn>. As defined in [[!WCAG21]].</p>
<p><dfn>non-text content</dfn>. As defined in [[!WCAG22]].</p>

<p><dfn>Override Content Profile</dfn>. As defined in [[!ttml2]].</p>

Expand All @@ -375,7 +375,7 @@ <h2>Terms and Definitions</h2>

<p><dfn>Root Container Region</dfn>. See Section 2.2 at [[!ttml2]].</p>

<p><dfn>text alternative</dfn>. As defined in [[!WCAG21]].</p>
<p><dfn>text alternative</dfn>. As defined in [[!WCAG22]].</p>

<p><dfn>Text Profile transformation processor</dfn>. A <a>transformation processor</a> that conforms to the <a>Text
Profile</a>.</p>
Expand Down Expand Up @@ -4194,7 +4194,7 @@ <h3>WCAG Considerations</h3>
<section class='appendix' id='wcag-criterion-1-1-1'>
<h4>Success Criterion 1.1.1 Non-text Content</h4>

<p><a data-cite="!WCAG21#non-text-content">Success Criterion 1.1.1</a> at [[!WCAG21]] specifies that, with some exceptions,
<p><a data-cite="!WCAG22#non-text-content">Success Criterion 1.1.1</a> at [[!WCAG22]] specifies that, with some exceptions,
all <a>non-text content</a> that is presented to the user has a <a>text alternative</a> that serves the equivalent
purpose.</p>

Expand Down Expand Up @@ -4236,7 +4236,7 @@ <h4>Success Criterion 1.1.1 Non-text Content</h4>
<section class='appendix' id='wcag-criterion-contrast'>
<h4>Success Criterion 1.4.3 Contrast (Minimum)</h4>

<p><a data-cite="!WCAG21#contrast-minimum">Success Criterion 1.4.3</a> at [[!WCAG21]] specifies that, with some exceptions,
<p><a data-cite="!WCAG22#contrast-minimum">Success Criterion 1.4.3</a> at [[!WCAG22]] specifies that, with some exceptions,
the visual presentation of text and images of text has a contrast ratio of at least 4.5:1.</p>

<p>In the context of <a>Text Profile</a>, this is achieved by specifying appropriate foreground and background colors.</p>
Expand All @@ -4245,7 +4245,7 @@ <h4>Success Criterion 1.4.3 Contrast (Minimum)</h4>
<section class='appendix' id='wcag-criterion-text=spacing'>
<h4>Success Criterion 1.4.12 Text Spacing</h4>

<p><a data-cite="!WCAG21#text-spacing">Success Criterion 1.4.12</a> at [[!WCAG21]] specifies that no loss of content or
<p><a data-cite="!WCAG22#text-spacing">Success Criterion 1.4.12</a> at [[!WCAG22]] specifies that no loss of content or
functionality occur when spacing of lines, letters, words and paragraphs is modified by a specified amount.</p>

<p>In the context of this specification, this is achieved by specifying an appropriate combination of style properties to
Expand All @@ -4255,8 +4255,8 @@ <h4>Success Criterion 1.4.12 Text Spacing</h4>
<section class='appendix' id='wcag-criterion-language'>
<h4>Success Criteria 3.1.1 Language of Page and 3.1.2 Language of Parts</h4>

<p>Success Criteria <a data-cite="!WCAG21#language-of-page">3.1.1</a> and
<a data-cite="!WCAG21#language-of-parts">3.1.2</a> at [[!WCAG21]] specify that the human language of each passage or
<p>Success Criteria <a data-cite="!WCAG22#language-of-page">3.1.1</a> and
<a data-cite="!WCAG22#language-of-parts">3.1.2</a> at [[!WCAG22]] specify that the human language of each passage or
phrase in the content can be programmatically determined.</p>

<p>In the context of this specification, this is achieved by specifying
Expand Down