[Webkit-unassigned] [Bug 202213] New: AX: Spelling errors should not be reported in VoiceOver when spellcheck=false
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 25 11:06:11 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=202213
Bug ID: 202213
Summary: AX: Spelling errors should not be reported in
VoiceOver when spellcheck=false
Product: WebKit
Version: Safari 12
Hardware: All
OS: macOS 10.14
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aleventhal at google.com
CC: webkit-bug-importer at group.apple.com
Created attachment 379561
--> https://bugs.webkit.org/attachment.cgi?id=379561&action=review
Test file
When spellcheck="false" on a content editable, it means that internal spell checking should not be used.
Visually, they are being turned off. However, VoiceOver is still reporting them.
The attached file demonstrates the issue.
Importance: spellcheck="false" is often used along with aria-invalid="spelling", when a web application want to report its own spelling errors.
Note: using aria-invalid="spelling" is not working as intended in a contenteditable, see issue 202212: https://bugs.webkit.org/show_bug.cgi?id=202212
--
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/20190925/d0a2191f/attachment.html>
More information about the webkit-unassigned
mailing list