ARIA/Accessibility
-
I get the following when testing my site on web.dev (for accessibility):
ARIA
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
[aria-*] attributes do not match their roles
Each ARIArole
supports a specific subset ofaria-*
attributes. Mismatching these invalidates thearia-*
attributes. Learn more.
Failing Elements
Content has changed since the last timestamp The website has updated the conte…
<div class=”modal-container h-modal overflow-x-hidden overflow-y-auto bg-white w-11/12 md:max-w-4xl mx-auto rounded-lg shadow z-50 overflow-y-auto” aria-modal=”false” role=”modal” aria-describedby=”WordProof Timestamp Certificate”>
[role] values are not valid
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more.
Failing Elements
Content has changed since the last timestamp The website has updated the conte…
<div class=”modal-container h-modal overflow-x-hidden overflow-y-auto bg-white w-11/12 md:max-w-4xl mx-auto rounded-lg shadow z-50 overflow-y-auto” aria-modal=”false” role=”modal” aria-describedby=”WordProof Timestamp Certificate”>Something that I can configure somewhere or something you guys want/need to change? I dont know what is mandatory for good grades in the different tests Google and Bing offer but it is of course always nice to get high grades if possible ??
The page I need help with: [log in to see the link]
- The topic ‘ARIA/Accessibility’ is closed to new replies.