We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connected to Audit 1, see #4300 1.5 General Overview when logged in, URL: https://ocis-a11y.owncloud.works/#/files/list
Given these icons are images that are important for the understanding of the document (content images) these icons lack proper alternative text.
For content images
<svg focusable="false" width="24" height="28" viewBox="0 0 24 28" role="img" aria-labelledby="svg-title"> <title id="svg-title"> Menu </title> <!-- svg content --> </svg>
For presentational images
<svg focusable="false" role="presentation" aria-hidden="true"> ... </svg>
Reference: WCAG 1.1.1 / BITV 1.1.1b
The text was updated successfully, but these errors were encountered:
Closing this since #5018 is merged and we're waiting for feedback (and will open new tickets with the requested changes from the a11y audit)
a11y
Sorry, something went wrong.
No branches or pull requests
Connected to Audit 1, see #4300
1.5 General Overview when logged in, URL: https://ocis-a11y.owncloud.works/#/files/list
Issue
Given these icons are images that are important for the understanding of the document (content images) these icons lack proper alternative text.
Remediation
For content images
For presentational images
Reference: WCAG 1.1.1 / BITV 1.1.1b
The text was updated successfully, but these errors were encountered: