You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clickable spans, no keyboard interactivity (2.1.1), thus no focus (2.4.7), overall wrong semantics for interactive controls (1.3.1)
Remediation
In case of an interstitial screen, e.g. .png file: Clickable spans should be buttons or links (depending on their function). Download control should be a with download attribute. All controls in this construct (see screenshot) must have at least accessible names, ideally visually dicernable text (Sidenode: Click events seem broken in Firefox 82).
Connected to Audit 1, see #4300
1.4 Download a single file, URL: https://ocis-a11y.owncloud.works/#/files/list
Issue
Clickable spans, no keyboard interactivity (2.1.1), thus no focus (2.4.7), overall wrong semantics for interactive controls (1.3.1)
Remediation
In case of an interstitial screen, e.g. .png file: Clickable spans should be buttons or links (depending on their function). Download control should be a with download attribute. All controls in this construct (see screenshot) must have at least accessible names, ideally visually dicernable text (Sidenode: Click events seem broken in Firefox 82).
Update Jan 22nd, 2021:
If the final download triggers are links, it should be clear from the link text that the link target is a file (WCAG: https://www.w3.org/TR/WCAG21/#link-purpose-in-context). Possible technique to remedy: Using
aria-label
: https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA8 oraria-labelledby
: https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA7 Example2. Keep in mind that this is a string that possibly needs translation.The text was updated successfully, but these errors were encountered: