Skip to content
New issue

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

Audit #1 – Share a single file – File or folder icon, accordion icon, user avatar has no alternative text #4787

Closed
marcus-herrmann opened this issue Mar 3, 2021 · 1 comment

Comments

@marcus-herrmann
Copy link
Contributor

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

    <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

@pascalwengerter
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants