Skip to content

Commit ae2273a

Browse files
1 parent f9e7272 commit ae2273a

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
@@ -306,7 +306,7 @@ This button's accessible name contains the same tokens that are in the visible l
306306
This link's accessible name contains the same digits that are in the visible label, and in the same order. But they have different spaces and punctuation between them, so they are considered separate tokens. So this fails the rule.
307307

308308
```html
309-
<a aria-label="Call 1 2 3. 4 5 6. 7 8 9 0." href="tel:1234567890">123.456.7890</a>
309+
<a aria-label="1 2 3. 4 5 6. 7 8 9 0" href="tel:1234567890">123.456.7890</a>
310310
```
311311

312312
#### Failed Example 12

0 commit comments

Comments
 (0)