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
Audit #1 – General Overview when logged in – Home icon in bread crumb has no text, disclosure possibly needs aria-controls, "Personen hinzufügen" label points to div
#4329
The attribute aria-controls connects an interface item that triggers a change to an interface item that reacts to a change. As of 2021, no current screen reader supports this attribute. BITV/WCAG testers could require the attribute nevertheless. In this case, it could be needed to rework all disclosure widgets in the app, as following:
marcus-herrmann
changed the title
Audit #1 – General Overview when logged in – Home icon in bread crumb has no text
Audit #1 – General Overview when logged in – Home icon in bread crumb has no text, disclosure possibly needs aria-controls, "Personen hinzufügen" input has no label
Feb 24, 2021
marcus-herrmann
changed the title
Audit #1 – General Overview when logged in – Home icon in bread crumb has no text, disclosure possibly needs aria-controls, "Personen hinzufügen" input has no label
Audit #1 – General Overview when logged in – Home icon in bread crumb has no text, disclosure possibly needs aria-controls, "Personen hinzufügen" label points to div
Feb 24, 2021
Connected to Audit 1, see #4300
1.2 General Overview when logged in, URL: https://ocis-a11y.owncloud.works/#/files/list
Issues
<label>
, but points (viafor
) to a<div>
instead of an input.Remediations
aria-label
,aria-labelledby
or hidden text for screen readers via.visually-hidden/.sr-only
, see https://a11y-guidelines.orange.com/en/web/components-examples/accessible-hiding/Update: the general disclosure widget pattern
The attribute
aria-controls
connects an interface item that triggers a change to an interface item that reacts to a change. As of 2021, no current screen reader supports this attribute. BITV/WCAG testers could require the attribute nevertheless. In this case, it could be needed to rework all disclosure widgets in the app, as following:The text was updated successfully, but these errors were encountered: