Skip to content

Commit 5f43337

Browse files
authored
Merge pull request #756 from w3c/bba11y-patch4cfr
[Editorial] Make notes on contrast consistent
2 parents 67fb405 + 6783e01 commit 5f43337

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

respec-config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,19 @@ var respecConfig = {
99
copyrightStart: "2022",
1010
license: "document",
1111

12-
previousPublishDate: "2013-09-05",
12+
previousPublishDate: "2024-11-15",
1313
previousMaturity: "NOTE",
1414
otherLinks: [
1515
{
1616
key: "Previous Version",
17+
data: [
18+
{
19+
href: "https://www.w3.org/TR/2024/NOTE-wcag2ict-22-20241115/",
20+
},
21+
],
22+
},
23+
{
24+
key: "WCAG2ICT 2.0 W3C Group Note",
1725
data: [
1826
{
1927
href: "https://www.w3.org/TR/wcag2ict-20/",

success-criteria-problematic-for-closed-functionality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For non-web software on ICT with closed functionality, those who implement this
3131
<li><a href="#non-text-contrast">1.4.11 Non-text Contrast</a> — There are cases where applying this success criterion to non-web software on ICT with closed functionality is problematic:
3232
<ul>
3333
<li>When the contrast of the content is determined by the hardware and not modifiable by the software author, it may not be possible to meet this success criterion.
34-
<div class="note">Hardware requirements for contrast are out of scope for WCAG2ICT (and this success criterion).</div></li>
34+
<div class="note">Contrast requirements for hardware are out of scope for WCAG2ICT (and this success criterion).</div></li>
3535
<li>When the color contrast ratio cannot be programmatically measured due to system limitations (e.g. lockdown), precise quantifiable testing of color contrast cannot be performed by a third party. In such cases, the software author would need to confirm that the color combinations used meet the contrast requirement.
3636
<div class="note">Photographs are not sufficient for testing that content meets this success criterion. This is because the quality of the lighting, camera, and physical aspects of the hardware display can dramatically affect the ability to capture the content for testing purposes.</div></li>
3737
</ul></li>

0 commit comments

Comments
 (0)