[Webkit-unassigned] [Bug 241401] New: AX: VoiceOver on iOS does not announce role or state of details/summary disclosures
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 7 21:35:46 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=241401
Bug ID: 241401
Summary: AX: VoiceOver on iOS does not announce role or state
of details/summary disclosures
Product: WebKit
Version: Safari 15
Hardware: iPhone / iPad
OS: iOS 15
Status: NEW
Severity: Blocker
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Callum.McMenamin at mbie.govt.nz
CC: andresg_22 at apple.com,
webkit-bug-importer at group.apple.com
<details>/<summary> disclosures do not have their role, or expanded/collapsed state announced by VoiceOver.
This makes it impossible for blind or visually impaired VoiceOver users to know there is a disclosure that can be expanded. This makes a fair amount of content on the internet impossible to access.
Demo page: https://a11ysupport.io/tests/html/html/details-summary.html
Demo HTML:
<!DOCTYPE html>
<html lang="en-NZ">
<head>
<title>Details summary test</title>
</head>
<body>
<h1>Details summary test</h1>
<details>
Test disclosure
<summary>expandable content</summary>
</details>
</body>
</html>
--
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/20220608/30dcc926/attachment.htm>
More information about the webkit-unassigned
mailing list