[Webkit-unassigned] [Bug 254102] New: AX: Form controls take the AX text of an ancestor label over their own inner text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 17 20:27:08 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=254102

            Bug ID: 254102
           Summary: AX: Form controls take the AX text of an ancestor
                    label over their own inner text
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tyler_w at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

Given this HTML:

<fieldset>
    <label for="captchaAnswer">
        <h6>Enter the characters in the image below.</h6>
        <button>Switch to audio</button>
        <button>Try another</button>
        <input type="text" name="captchaAnswer"/>
    </label>
</fieldset>

VoiceOver reads "Enter the characters in the image below." when focusing both buttons, rather than either "Switch to audio" or "Try another".

Neither Chrome nor Firefox have the same issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230318/bd1bc92a/attachment.htm>


More information about the webkit-unassigned mailing list