From 83babb1005d641092345cd26b94a986ca66929cd Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Tue, 12 Dec 2023 14:16:04 +0100 Subject: [PATCH 1/2] Update image-no-text assumption As discussed here: https://github.com/w3c/wcag/discussions/3549#discussioncomment-7820588 --- _rules/image-no-text-0va7u6.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_rules/image-no-text-0va7u6.md b/_rules/image-no-text-0va7u6.md index c3b98924ca..b89218f7e7 100644 --- a/_rules/image-no-text-0va7u6.md +++ b/_rules/image-no-text-0va7u6.md @@ -45,8 +45,7 @@ Each test target has no [visible][] [text][human language], except if at least o ## Assumptions -- There is no mechanism to change the rendered text in the image resource. Otherwise, the rule might fail while [SC 1.4.5 Images of Text][sc1.4.5] might be satisfied. -- The specific presentation of the text rendered in the image resource can be achieved through formatted text. Otherwise, the rule might fail while [SC 1.4.5 Images of Text][sc1.4.5] might be satisfied. +- This rule assumes that there is no mechanism to change the rendering of text in image resources on the page, and that with CSS any requires presentation is achievable. For pages where this is not the case this rule can fail, even if [success criterion 1.4.5][sc1.4.5] may be satisfied. - When used in HTML, the SVG `` element is not considered to be an image of text. This is because like any other element in HTML, SVG `` can be adjusted through custom style sheets. This does not apply for SVG text that is in a separate file, and displayed through, for example, the `img` element. ## Accessibility Support From b170dec9319f948a5c8d392648aca8e1d4993f5c Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Mon, 18 Dec 2023 13:15:49 +0100 Subject: [PATCH 2/2] Update _rules/image-no-text-0va7u6.md Co-authored-by: Dan Bjorge --- _rules/image-no-text-0va7u6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_rules/image-no-text-0va7u6.md b/_rules/image-no-text-0va7u6.md index b89218f7e7..2fd8b2df35 100644 --- a/_rules/image-no-text-0va7u6.md +++ b/_rules/image-no-text-0va7u6.md @@ -45,7 +45,7 @@ Each test target has no [visible][] [text][human language], except if at least o ## Assumptions -- This rule assumes that there is no mechanism to change the rendering of text in image resources on the page, and that with CSS any requires presentation is achievable. For pages where this is not the case this rule can fail, even if [success criterion 1.4.5][sc1.4.5] may be satisfied. +- This rule assumes that there is no mechanism to change the rendering of text within image resources on the page. For pages that *do* provide such a mechanism, this rule might fail even if [SC 1.4.5 Images of Text][sc1.4.5] is satisfied. - When used in HTML, the SVG `` element is not considered to be an image of text. This is because like any other element in HTML, SVG `` can be adjusted through custom style sheets. This does not apply for SVG text that is in a separate file, and displayed through, for example, the `img` element. ## Accessibility Support