Open
Bug 1901648
Opened 11 months ago
Updated 11 months ago
Focus rect for image in link fails to match visual area for image
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
NEW
Accessibility Severity | s3 |
People
(Reporter: morgan, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access)
STR:
- Load
data:text/html,<a href="mozilla.org"><img src="https://placekitten.com/100/100"></a>
- Attempt to tab to the linked image
Expected:
The focus ring tightly bounds the linked image
Actual:
The focus ring is cut off, spanning only a fraction of the image height.
FWIW Safari and Chrome both bound the image with the focus rect
Updated•11 months ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•