Skip to content
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
2 changes: 1 addition & 1 deletion guidelines/relative-luminance.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ <h1>MathML version of the relative luminance definition</h1>

<div class="note" role="note" id="issue-container-generatedID-130"><div role="heading" class="note-title marker" id="h-note-130" aria-level="3"><span>Note</span><!---0.410359%--></div><p class="">Almost all systems used today to view web content assume sRGB encoding. Unless it
is known that another color space will be used to process and display the content,
authors should evaluate using sRGB colorspace. If using other color spaces, see <a href="https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum">Understanding Success Criterion 1.4.3</a>.
authors should evaluate using sRGB colorspace. If using other color spaces, see <a href="https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum">Understanding Success Criterion 1.4.3 Contrast (Minimum)</a>.
</p></div>

<div class="note" role="note" id="issue-container-generatedID-131"><div role="heading" class="note-title marker" id="h-note-131" aria-level="3"><span>Note</span><!---0.410359%--></div><p class="">If dithering occurs after delivery, then the source color value is used. For colors
Expand Down
2 changes: 1 addition & 1 deletion guidelines/sc/20/non-text-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h4>Non-text Content</h4>

<dd>

<p>If non-text content is a control or accepts user input, then it has a <a>name</a> that describes its purpose. (Refer to <a href="#name-role-value">Success Criterion 4.1.2</a> for additional requirements for controls and content that accepts user input.)
<p>If non-text content is a control or accepts user input, then it has a <a>name</a> that describes its purpose. (Refer to <a href="#name-role-value">Success Criterion 4.1.2 Name, Role, Value</a> for additional requirements for controls and content that accepts user input.)
</p>

</dd>
Expand Down
2 changes: 1 addition & 1 deletion guidelines/sc/20/section-headings.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h4>Section Headings</h4>
heading to different types of content.
</p>

<p class="note">This success criterion covers sections within writing, not <a>user interface components</a>. User interface components are covered under <a href="#name-role-value">Success Criterion 4.1.2</a>.
<p class="note">This success criterion covers sections within writing, not <a>user interface components</a>. User interface components are covered under <a href="#name-role-value">Success Criterion 4.1.2 Name, Role, Value</a>.
</p>

</section>
2 changes: 1 addition & 1 deletion guidelines/sc/20/timing-adjustable.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h4>Timing Adjustable</h4>

<p class="note">This success criterion helps ensure that users can complete tasks without unexpected
changes in content or context that are a result of a time limit. This success criterion
should be considered in conjunction with <a href="#on-focus">Success Criterion 3.2.1</a>, which puts limits on changes of content or context as a result of user action.
should be considered in conjunction with <a href="#on-focus">Success Criterion 3.2.1 On Focus</a>, which puts limits on changes of content or context as a result of user action.
</p>

</section>
6 changes: 3 additions & 3 deletions guidelines/terms/20/contrast-ratio.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
evaluated with anti-aliasing turned off.
</p>

<p class="note">For the purpose of Success Criteria 1.4.3 and 1.4.6, contrast is measured with respect
to the specified background over which the text is rendered in normal usage. If no
background color is specified, then white is assumed.
<p class="note">For the purpose of Success Criteria 1.4.3 Contrast (Minimum) and 1.4.6 Contrast (Enhanced),
contrast is measured with respect to the specified background over which the text is rendered in normal usage.
If no background color is specified, then white is assumed.
</p>

<p class="note">Background color is the specified color of content over which the text is to be rendered
Expand Down
2 changes: 1 addition & 1 deletion guidelines/terms/20/relative-luminance.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<p class="note">Almost all systems used today to view web content assume sRGB encoding. Unless it
is known that another color space will be used to process and display the content,
authors should evaluate using sRGB colorspace. If using other color spaces, see <a href="https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum">Understanding Success Criterion 1.4.3</a>.
authors should evaluate using sRGB colorspace. If using other color spaces, see <a href="https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum">Understanding Success Criterion 1.4.3 Contrast (Minimum)</a>.
</p>

<p class="note">If dithering occurs after delivery, then the source color value is used. For colors
Expand Down