Commit bb710a2
committed
fix(revealjs): add aria-label to slide-menu button link (#14249)
The bundled reveal.js-menu plugin creates the slide menu button as
an anchor element with no text content or aria-label, which fails
the axe-core link-name rule (WCAG 2.4.4, Level A). Add aria-label
attribute so screen readers announce the link purpose.1 parent 64a2120 commit bb710a2
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments