[Webkit-unassigned] [Bug 123889] [ATK] "Indeterminate" state and state changes in tri-state checkboxes should be exposed to ATs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 5 10:40:29 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=123889
Ferdinand Prantl <prantlf at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |prantlf at gmail.com
--- Comment #31 from Ferdinand Prantl <prantlf at gmail.com> ---
May I asked about the state of this issue, please?
Safari is the only browser, which doesn't include the state "mixed" in the accessibility tree, when the property `indeterminate` is set to true on an input element of the type "checkbox". Both Chrome and Firefox do it and a screen reader can read the checkbox state properly. Safari doesn't and it causes more work for application developers, who have to support Safari by a custom checkbox element.
Can WebKit work the same like other browsers, which use two boolean properties to control the state in the accessibility tree?
indeterminate = true => "mixed"
otherwise => checked ? "checked" : "unchecked"
--
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/20221005/d1423d96/attachment-0001.htm>
More information about the webkit-unassigned
mailing list