From eaf635256c933f8e03d922d98818c4b0e4522c43 Mon Sep 17 00:00:00 2001 From: Mike Gower Date: Wed, 15 Apr 2026 14:11:37 -0700 Subject: [PATCH 1/2] Clarify conditions for resize failure in F69 See https://github.com/w3c/wcag/issues/5071#issue-4271688615 --- techniques/failures/F69.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/techniques/failures/F69.html b/techniques/failures/F69.html index 2f973ab964..f630c2e281 100644 --- a/techniques/failures/F69.html +++ b/techniques/failures/F69.html @@ -59,12 +59,13 @@

Truncated text

  1. Increase the text size of the content by 200%.
  2. -
  3. Check that no text is clipped, truncated, or obscured.
  4. +
  5. Check that text is clipped, truncated, or obscured as a result of the resizing.
  6. +
  7. Check that no mechanism exists to display text that was clipped, truncated or obscured due to text resizing.

Expected Results

From 7fa1a02d1ef88ffef1b828c422e97ffe99b8f730 Mon Sep 17 00:00:00 2001 From: Mike Gower Date: Thu, 16 Apr 2026 12:30:01 -0700 Subject: [PATCH 2/2] Update techniques/failures/F69.html --- techniques/failures/F69.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/failures/F69.html b/techniques/failures/F69.html index f630c2e281..cd40920a07 100644 --- a/techniques/failures/F69.html +++ b/techniques/failures/F69.html @@ -60,7 +60,7 @@

Truncated text

  1. Increase the text size of the content by 200%.
  2. Check that text is clipped, truncated, or obscured as a result of the resizing.
  3. -
  4. Check that no mechanism exists to display text that was clipped, truncated or obscured due to text resizing.
  5. +
  6. Check that no mechanism exists to display text that was clipped, truncated, or obscured due to text resizing.

Expected Results