[Webkit-unassigned] [Bug 232307] New: AX: VoiceOver announces placeholder for a form field with set value and existing label.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 26 08:57:36 PDT 2021


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

            Bug ID: 232307
           Summary: AX: VoiceOver announces placeholder for a form field
                    with set value and existing label.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: yzenevich at slack-corp.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

VoiceOver seems to be announcing placeholder attribute contents as form field 
description regardless of whether the name/value is set for an accessible 
object that represents the form field.

For example: in this snippet:

```data:text/html,<input aria-label="form field" type="text" value="test" placeholder="this placeholder should not be announced" />```

VO already announces "form field" as the name for the accessible object, and "test" as a value. Since there is no way to not include placeholder as description via VO verbosity settings, this version is too verbose.

-- 
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/20211026/c368b4a3/attachment.htm>


More information about the webkit-unassigned mailing list