[Webkit-unassigned] [Bug 270943] New: AX: aria-describedby with role="alert" not announced on text input

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 16:41:55 PDT 2024


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

            Bug ID: 270943
           Summary: AX: aria-describedby with role="alert" not announced
                    on text input
           Product: WebKit
           Version: Safari 17
          Hardware: All
                OS: iOS 17
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jeanne.waldman at oracle.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

On an iphone with voiceover on,
if I tap on the input with aria-describedby pointing to a div with role="alert" and aria-atomic="true", the message is not read. this is the bug.


<input aria-describedby="errormsgid"/>  
<div id="errormsgid" role="alert" aria-atomic="true">
      Error message, this is not read
    </div>
<br/>
  <input aria-describedby="othererror"/>  
<div id="othererror" aria-live="polite">
      Hi miss polite, this is read.
    </div>

If I tap on the other input pointing to a div with aria-live="polite" it is read.
If I tap on an input pointing to a div with aria-live="assertive" it is read.

-- 
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/20240313/d7c8e722/attachment.htm>


More information about the webkit-unassigned mailing list