[SG-35750] Code monitoring create/edit page ARC checklist issues
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: gitstart-sourcegraph
Resolves outlined accessibility defects
Sourcegraph Issue GitStart Issue
aria-label
on the a tag and have an aria-label
on the svg
tag reads "Code Monitoring"select
tag for owner should have an ID and the label
before it should have a for
property to that ID. Also remove the aria-label for that select as it should no longer be needed.aria-label
from closed trigger & action cards. Add a visually hidden text instead before the card's title (eg. "Send email notifications") that reads "Edit trigger:" or "Edit action:".aria-label="Open in new window"
aria-labelledby
is pointing to a valid element (it is incorrect in some of them).Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.