Skip to content

Commit 74d7017

Browse files
fixing passed example 9. AFAICS it was broken accidentally in commit 2f42547 .
1 parent 5dd2d0b commit 74d7017

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

_rules/visible-label-in-accessible-name-2ee8b8.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@ The [visible inner text][] of this link is "ACT" (with no spaces) because of the
157157

158158
```html
159159
<a href="#" aria-label="ACT">
160-
<div style="display: inline">A</div>
161-
<div style="display: inline">C</div>
162-
<div style="display: inline">T</div>
160+
<div style="display: inline">A</div><div style="display: inline">C</div><div style="display: inline">T</div>
163161
</a>
164162
```
165163

0 commit comments

Comments
 (0)