-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Accecability problem in <div role=region"><a class="skipToContent"> #7981
Copy link
Copy link
Closed
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its executiondomain: a11yRelated to accessibility concerns of the default themeRelated to accessibility concerns of the default themestatus: accepting prThis issue has been accepted, and we are looking for community contributors to implement thisThis issue has been accepted, and we are looking for community contributors to implement this
Metadata
Metadata
Assignees
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its executiondomain: a11yRelated to accessibility concerns of the default themeRelated to accessibility concerns of the default themestatus: accepting prThis issue has been accepted, and we are looking for community contributors to implement thisThis issue has been accepted, and we are looking for community contributors to implement this
Type
Fields
Give feedbackNo fields configured for issues without a type.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
missing aria-label in
<div role=region"><a class="skipToContent">probebly should be
<div role=region" aria-label="skip To Content"><a class="skipToContent">https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/region_role
Reproducible demo
No response
Steps to reproduce
above
Expected behavior
above
Actual behavior
above
Your environment
happens in all docusaurus sites
Self-service