Open
Bug 1748591
Opened 3 years ago
Updated 3 years ago
sequential focus navigation starting point dependent on whitespace
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: puma.rsch, Unassigned)
Details
Attachments
(1 file)
|
228 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0
Steps to reproduce:
In the attached html, when i click on the anchor link and press the tab key .
Actual results:
The second link inside the nav container is selected.
Expected results:
The first link inside the nav container is selected.
If i insert an space after the opening nav element, everything works as expected
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
Updated•3 years ago
|
Component: DOM: Core & HTML → DOM: UI Events & Focus Handling
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•