Links that open in new tabs/windows should be tagged for assistive technology #10654
Open
7 tasks done
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
domain: a11y
Related to accessibility concerns of the default theme
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
Accessibility requirement:
Links that open in a new tab or a new window should either have an "aria-label" attribute or a screen-reader only element explaining to the screen-readers that this opens in a new tab.
This happens on every link that goes to another website. Here is an example: Example page (see attachment)
Reproducible demo
You can see this on https://docusaurus.io/
Steps to reproduce
You can see the error by scanning the Docusaurs.io site with accessible: https://accessibe.com/accessscan?website=https://docusaurus.io/
Expected behavior
Pass accessibility scans
Actual behavior
Fails scans
Your environment
Self-service
The text was updated successfully, but these errors were encountered: