Skip to content

Commit bb710a2

Browse files
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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

news/changelog-1.10.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
All changes included in 1.10:
22

3+
## Formats
34

5+
### `revealjs`
6+
7+
- ([#14249](https://github.com/quarto-dev/quarto-cli/issues/14249)): Add `aria-label` to slide-menu button link for screen reader accessibility.

0 commit comments

Comments
 (0)