Known Issues - These "violations" have been flagged as problematic by Axe, our accessibility scanner. Axe's "no false positives" philosophy means that if it's shown here, it's likely a problem to someone.
Known Issues Summary
Known Issues on This Page
ARIA progressbar nodes must have an accessible name
Ensures every ARIA progressbar node has an accessible name. Axe Reference
-
<div aria-valuemax="1" aria-valuemin="0" role="progressbar" class="css-1dbjc4n r-1awozwy r-1777fci">Element selector:div[aria-valuemax="1"]Failing checks (At least one of these should pass)
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
Zooming and scaling must not be disabled
Ensures <meta name="viewport"> does not disable text scaling and zooming. Axe Reference
-
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover">Element selector:meta[name="viewport"]Failing checks (At least one of these should pass)
- user-scalable on <meta> tag disables zooming on mobile devices
Needs Review - These "incomplete" issues may be problematic, but couldn't be completely tested automatically. They should be reviewed by a real person.
Needs Review Summary
Needs Review on This Page
ARIA attributes must conform to valid values
Ensures all ARIA attributes have valid values. Axe Reference
-
<div aria-labelledby="modal-header" aria-modal="true" role="dialog" class="css-1dbjc4n r-1867qdf r-1wbh5a2 r-kwpbio r-rsyp9y r-1pjcn9w r-1279nm1 r-htvplk r-1udh08x">Element selector:.r-1867qdfFailing checks (All of these should pass)
- ARIA attribute element ID does not exist on the page: aria-labelledby="modal-header"