From e94852b16c92a796a6cea574a05d5d6523e7eda1 Mon Sep 17 00:00:00 2001 From: Jean-Yves Moyen Date: Thu, 4 Aug 2022 15:51:49 +0200 Subject: [PATCH 1/2] Add logo to accessible name of images where relevant --- ...mage-accessible-name-descriptive-qt1vmo.md | 30 +++++++++---------- ...ge-not-in-acc-tree-is-decorative-e88epe.md | 2 +- _rules/object-has-acessible-name-8fc3b6.md | 2 +- ...able-element-keyboard-accessible-0ssw9k.md | 14 ++++----- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/_rules/image-accessible-name-descriptive-qt1vmo.md b/_rules/image-accessible-name-descriptive-qt1vmo.md index 983f7cb9f2..a92e54d0a5 100755 --- a/_rules/image-accessible-name-descriptive-qt1vmo.md +++ b/_rules/image-accessible-name-descriptive-qt1vmo.md @@ -79,7 +79,7 @@ This `img` element has an `alt` attribute that describes the image. ```html - W3C + W3C logo ``` @@ -110,13 +110,13 @@ This `canvas` element has an `aria-label` attribute that describes the image. ```html - + @@ -130,7 +130,7 @@ This `img` element has an `alt` attribute that incorrectly describes the image. ```html - ERCIM + ERCIM logo ``` @@ -161,13 +161,13 @@ This `canvas` element has an `aria-label` attribute that incorrectly describes t ```html - + @@ -235,7 +235,7 @@ This `img` element is not [visible][]. ```html - W3C + W3C logo ``` diff --git a/_rules/image-not-in-acc-tree-is-decorative-e88epe.md b/_rules/image-not-in-acc-tree-is-decorative-e88epe.md index 700963fff3..984b4883d3 100755 --- a/_rules/image-not-in-acc-tree-is-decorative-e88epe.md +++ b/_rules/image-not-in-acc-tree-is-decorative-e88epe.md @@ -196,7 +196,7 @@ This `canvas` element which has no [semantic role][] and an empty (`""`) [access This `img` element is [included in the accessibility tree][] because the `alt` attribute is not empty (`""`). ```html -W3C +W3C logo ``` #### Inapplicable Example 2 diff --git a/_rules/object-has-acessible-name-8fc3b6.md b/_rules/object-has-acessible-name-8fc3b6.md index 433f609f9e..b8cac2dfb6 100644 --- a/_rules/object-has-acessible-name-8fc3b6.md +++ b/_rules/object-has-acessible-name-8fc3b6.md @@ -73,7 +73,7 @@ This `object` element which embeds a video resource has a non-empty [accessible This `object` element which embeds an image resource has a non-empty [accessible name][] through its `aria-labelledby` attribute. ```html -W3C +W3C logo ``` #### Passed Example 4 diff --git a/_rules/scrollable-element-keyboard-accessible-0ssw9k.md b/_rules/scrollable-element-keyboard-accessible-0ssw9k.md index b5aaa3a4a3..c4bcd7f1f0 100755 --- a/_rules/scrollable-element-keyboard-accessible-0ssw9k.md +++ b/_rules/scrollable-element-keyboard-accessible-0ssw9k.md @@ -146,13 +146,13 @@ This [horizontally scrollable][scrollable] `section` element is not included in

Our sponsors:

- W3C - EU - W3C - EU - W3C - EU - W3C + W3C logo + EU logo + W3C logo + EU logo + W3C logo + EU logo + W3C logo
``` From d2357f6621d026064edb3f7928c744c4d433e46c Mon Sep 17 00:00:00 2001 From: Jean-Yves Moyen Date: Thu, 15 Sep 2022 08:42:15 +0200 Subject: [PATCH 2/2] Remove logo in names of sponsors list --- ...crollable-element-keyboard-accessible-0ssw9k.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_rules/scrollable-element-keyboard-accessible-0ssw9k.md b/_rules/scrollable-element-keyboard-accessible-0ssw9k.md index c4bcd7f1f0..b5aaa3a4a3 100755 --- a/_rules/scrollable-element-keyboard-accessible-0ssw9k.md +++ b/_rules/scrollable-element-keyboard-accessible-0ssw9k.md @@ -146,13 +146,13 @@ This [horizontally scrollable][scrollable] `section` element is not included in

Our sponsors:

- W3C logo - EU logo - W3C logo - EU logo - W3C logo - EU logo - W3C logo + W3C + EU + W3C + EU + W3C + EU + W3C
```