[Webkit-unassigned] [Bug 267991] New: AX:
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 24 03:17:47 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=267991
Bug ID: 267991
Summary: AX:
Product: WebKit
Version: Safari 17
Hardware: iPhone / iPad
OS: iOS 17
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ninh.asus at gmail.com
CC: andresg_22 at apple.com,
webkit-bug-importer at group.apple.com
Created attachment 469530
--> https://bugs.webkit.org/attachment.cgi?id=469530&action=review
Showing in Accessibility Inspector.app
iOS doesn't include "arial-label" for <option> in <select>
In this example for mac:
https://github.com/WebKit/WebKit/blob/4241ce2896306ad1fc0443357a0ae93462fa7734/LayoutTests/accessibility/mac/option-with-arialabel.html
<select id="deg1" tabindex=0>
<option aria-label="Fahrenheit">F</option>
<option aria-label="Celsius">C</option>
</select>
When run on iOS app with a WKWebView, it still uses "F" & "C" for accessibility (label in Accessibility Inspector.app).
--
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/20240124/49a62b5c/attachment.htm>
More information about the webkit-unassigned
mailing list