Skip to content

Commit cfb0203

Browse files
Update aria-presentational-role-not-focusable-18pg11.md
1 parent 0c440b1 commit cfb0203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_rules/aria-presentational-role-not-focusable-18pg11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The `button` element with role `none` is not [focusable][].
6565
The `img` element with role `presentation` is not [focusable][].
6666

6767
```html
68-
<img role="presentation" src="" alt="">
68+
<img role="presentation" src="/test-assets/shared/w3c-logo.png" alt="">
6969
```
7070

7171
#### Passed Example 3

0 commit comments

Comments
 (0)