[Webkit-unassigned] [Bug 190870] AX: Tab key cannot reach scrollable (overflow) elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 1 14:10:16 PDT 2019


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

--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org> ---
Making scrollable element focusable might be good for UX but it has a major implementation challenge, which is that this would require computing the up-to-date style for an element to decide whether a given element is focusable or not.

We're actively tying to avoid updating the style to decide focusability of an element, and this goes directly against that goal.

-- 
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/20191001/dd5ff8db/attachment-0001.html>


More information about the webkit-unassigned mailing list