diff --git a/_rules/image-accessible-name-23a2a8.md b/_rules/image-accessible-name-23a2a8.md
index df31f185fb..0428fe0090 100755
--- a/_rules/image-accessible-name-23a2a8.md
+++ b/_rules/image-accessible-name-23a2a8.md
@@ -73,142 +73,154 @@ _There are currently no assumptions._
#### Passed Example 1
-The HTML `img` element has an [accessible name][] given by the `alt` attribute.
+This HTML `img` element has an [accessible name][] because of the `alt` attribute.
```html
-
+
```
#### Passed Example 2
-The element with a [semantic role][] of `img` has an [accessible name][] given by the `aria-label` attribute.
+This element with a [semantic role][] of `img` has an [accessible name][] because of the `aria-label` attribute.
```html
-