diff --git a/_rules/image-accessible-name-descriptive-qt1vmo.md b/_rules/image-accessible-name-descriptive-qt1vmo.md index d61b2ed772..a73850645c 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 70f6f4b9b4..4e5d951f43 100644 --- a/_rules/object-has-acessible-name-8fc3b6.md +++ b/_rules/object-has-acessible-name-8fc3b6.md @@ -83,7 +83,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