[Webkit-unassigned] [Bug 279256] New: AX: Children of HTML label element are read twice by VoiceOver

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 6 03:00:45 PDT 2024


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

            Bug ID: 279256
           Summary: AX: Children of HTML label element are read twice by
                    VoiceOver
           Product: WebKit
           Version: Safari 17
          Hardware: Mac (Apple Silicon)
                OS: macOS 14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: forianszm at gmail.com

Label is permitted to have phrasing content as children: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label#technical_summary , but Safari reads its children erroneously twice.

VoiceOver reads every child twice, an example: 

<label for="testid2">
  <span>this is read twice in Safari and FF</span>
  <input type="text" id="testid2" placeholder="test2" />
</label>

same in CodeSandbox: https://codesandbox.io/p/sandbox/727pzq

OSX 14.6.1, Safari 17.6

Ps: This looks like a reintroduction of this fixed bug: https://bugs.webkit.org/show_bug.cgi?id=191743

-- 
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/20240906/d0366510/attachment-0001.htm>


More information about the webkit-unassigned mailing list