[Webkit-unassigned] [Bug 199633] AX: Slot element traps focus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 19 18:48:07 PDT 2020


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

--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org> ---
Looks like adding a positive tabindex on the slot element itself, and subsequent focusable element like this seems to work but this workaround doesn't seem to work when there are multiple slot elements.

<div>
<h3>three buttons wrapped with a slot</h3>
<input>
<input>
<slot tabindex=1>
<button>foo</button>
<button>foo</button>
<button>foo</button>
</slot>
<input tabindex=1>
</div>

-- 
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/20200320/ad60f56c/attachment.htm>


More information about the webkit-unassigned mailing list