Skip to content

Commit 5a4182a

Browse files
Update _rules/visible-label-in-accessible-name-2ee8b8.md
Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>
1 parent 19a27c8 commit 5a4182a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ This button has [visible inner text][] that, according to the [label in name alg
153153

154154
#### Passed Example 9
155155

156-
The [visible inner text][] of this link is "ACT" (with no spaces) because of the explicit styles of `display: inline` on the `p` elements and the absence of whitespace between the `div` elements. The cases of `display: inline` and `display: block` are handled by the definition of [visible inner text of an element][]. This example shows that the definition agrees with the visual rendering done by the browser.
156+
The [visible inner text][] of this link is "ACT" (with no spaces) because of the explicit styles of `display: inline` on the `div` elements and the absence of whitespace between them. The cases of `display: inline` and `display: block` are handled by the definition of [visible inner text of an element][]. This example shows that the definition agrees with the visual rendering done by the browser.
157157

158158
```html
159159
<a href="#" aria-label="ACT">

0 commit comments

Comments
 (0)