Open
Bug 1489935
Opened 6 years ago
Updated 2 years ago
No focus event when tabbing to document with aria-activedescendant on body
Categories
(Core :: Disability Access APIs, defect, P3)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: Jamie, Unassigned)
References
(Blocks 2 open bugs)
Details
STR:
1. Open this URL:
data:text/html,<body aria-activedescendant="ad"><div id="ad" aria-label="ad">ad</div></body>
Observe: A focus event is fired on the "ad" div.
2. Focus the address bar by pressing alt+d.
3. Press tab to move focus into the document.
Expected: A focus event should be fired on the "ad" div.
Actual: No focus event is fired, not even on the document. (The "ad" div doesn't get the focused state either, but the document does.)
4. Press alt to open the menu bar, then escape to close it.
Observe: A focus event is fired on the "ad" div.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•