mdBook
mdBook copied to clipboard
`[aria-*]` attributes do not match their roles
Problem
Lighthouse reports the following error:
[aria-*]attributes do not match their rolesEach ARIA
rolesupports a specific subset ofaria-*attributes. Mismatching these invalidates thearia-*attributes. Learn how to match ARIA attributes to their roles.<label id="sidebar-toggle" class="icon-button" for="sidebar-toggle-anchor" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar" aria-expanded="false">
Steps
- Go to https://pagespeed.web.dev/
- Enter a mdBook URL, for example https://rust-lang.github.io/mdBook/
Possible Solution(s)
No response
Notes
Related to #1915
Version
No response