From f7fc783cbece02b68922fca59318cdebb69191a9 Mon Sep 17 00:00:00 2001 From: Bruce Bailey Date: Wed, 6 Aug 2025 10:15:55 -0400 Subject: [PATCH 1/2] Conform notes on contrast requirements for hareware MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.4.3 current was: > Contrast requirements for hardware are out of scope for WCAG2ICT (and this success criterion). 1.4.11 current, and proposed for 1.4.3: > Hardware requirements for contrast are out of scope for WCAG2ICT (and this success criterion). I prefer 1.4.11 note phrasing with ‘hardware‘ at start of sentence. --- success-criteria-problematic-for-closed-functionality.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/success-criteria-problematic-for-closed-functionality.md b/success-criteria-problematic-for-closed-functionality.md index cfcbf5c6..d0177e98 100644 --- a/success-criteria-problematic-for-closed-functionality.md +++ b/success-criteria-problematic-for-closed-functionality.md @@ -19,7 +19,7 @@ For non-web software on ICT with closed functionality, those who implement this
  • 1.4.3 Contrast (Minimum) — There are cases where applying this success criterion to non-web software on ICT with closed functionality is problematic:
  • From 3d39046b791770b6664d5d8381f1e8b86eb7bc3d Mon Sep 17 00:00:00 2001 From: Bruce Bailey Date: Thu, 7 Aug 2025 11:05:08 -0400 Subject: [PATCH 2/2] Replace contrast note 1.4.3 with one used by 1.4.11 --- success-criteria-problematic-for-closed-functionality.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/success-criteria-problematic-for-closed-functionality.md b/success-criteria-problematic-for-closed-functionality.md index d0177e98..b84a69da 100644 --- a/success-criteria-problematic-for-closed-functionality.md +++ b/success-criteria-problematic-for-closed-functionality.md @@ -19,7 +19,7 @@ For non-web software on ICT with closed functionality, those who implement this
  • 1.4.3 Contrast (Minimum) — There are cases where applying this success criterion to non-web software on ICT with closed functionality is problematic:
    • 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. -
      Hardware requirements for contrast are out of scope for WCAG2ICT (and this success criterion).
    • +
      Contrast requirements for hardware are out of scope for WCAG2ICT (and this success criterion).
    • 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.
      Photographs (e.g., of a hardware display) 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.
  • @@ -31,7 +31,7 @@ For non-web software on ICT with closed functionality, those who implement this
  • 1.4.11 Non-text Contrast — There are cases where applying this success criterion to non-web software on ICT with closed functionality is problematic:
    • 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. -
      Hardware requirements for contrast are out of scope for WCAG2ICT (and this success criterion).
    • +
      Contrast requirements for hardware are out of scope for WCAG2ICT (and this success criterion).
    • 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.
      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.