Something went wrong on our end. Please try again.
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.