Skip to content

Commit

Permalink
Name from content (2ee8b8), add substitute math symbols failure (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers authored and jeeyyy committed Oct 29, 2019
1 parent 7b1b99c commit f0fea44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _rules/visible-label-in-accessible-name-2ee8b8.md
Expand Up @@ -93,6 +93,14 @@ Not all of [visible][] label is included in [accessible name][].
<button name="link" aria-label="the full">The full label</button>
```

#### Failed Example 3

Mathematical symbols cannot be substituted for text as [explicitly mentioned in WCAG](https://www.w3.org/WAI/WCAG21/Understanding/label-in-name#mathematical-expressions-and-formulae).

```html
<a href="/" aria-label="Proof of two multiplied by two is four">Proof of 2&times;2=4</a>
```

### Inapplicable

#### Inapplicable Example 1
Expand Down

0 comments on commit f0fea44

Please sign in to comment.