https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39472

            Bug ID: 39472
           Summary: WCAG 2.1: 2.5.3 - Label in Name (Level A)
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Accessibility
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected],
                    [email protected], [email protected]

https://www.w3.org/WAI/WCAG21/Understanding/label-in-name.html


Issue
• The ‘Sign in’ button has been given the aria-label ‘Log into your account’
• Although this is a clear label, it does not match the visible label
• This may prevent speech-input users from being able to interact effectively
with this button as the label they can see and that they will speak, does not
match the programmatic label required to activate the control

Solution
• Ensure that the accessible name matches or contains the text that is
presented visually
• Where possible, the accessible name should be assigned through native
elements and semantics. That helps ensure an exact match between the
visible label and name
• Note: aria-label and arialabelled-by overrides any other information
associated with the element so make sure it matches the visible text

https://webaim.org/articles/label-name/

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to