Closed
Bug 1961886
Opened 28 days ago
Closed 28 days ago
Table <caption> children aren't focusable with Tab
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 242829
People
(Reporter: nabijaczleweli, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0
Steps to reproduce:
Opened
<!doctype html>
<a href="before">before</a>
<table>
<caption><a href="caption">caption</a></caption>
<tr><td>table</td></tr>
</table>
<a href="after">after</a>
and pressed tab afew times
Actual results:
Selection went from nothing to before to after to nothing
(repro on 128.6.0esr (64-bit), 87.0b9 (64-bit), 139.0a1 (2025-04-18) (64-bit); I don't see anything in https://html.spec.whatwg.org/multipage/tables.html#the-caption-element that would indicate this is expected)
Expected results:
Selection going from nothing to before to caption to after to nothing
(Chromium 135.0.7049.52-1 does this)
Updated•28 days ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 28 days ago
Duplicate of bug: 242829
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•