Skip to content

Commit 2cfe5f8

Browse files
fixing failing test _rules/__tests__/testcase-html-hint.js
1 parent 5dce8e1 commit 2cfe5f8

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
@@ -213,7 +213,7 @@ The passes for two reasons: 1) because the ellipsis ("…") is [non-text content
213213
This passes because the [label in name algorithm][] effectively ignores all punctuation and emoji, in both the visible inner text and the accessible name, as long as they don't break up words.
214214

215215
```html
216-
<button aria-label="💡 Submit 💡">>>> ** Submit ** <<<</button>
216+
<button aria-label="💡 Submit 💡">&gt;&gt;&gt; ** Submit ** &lt;&lt;&lt;</button>
217217
```
218218

219219

0 commit comments

Comments
 (0)