Closed
Bug 1826746
Opened 3 years ago
Closed 3 years ago
Accessibility Tree Inspector not showing landmarks properly
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1572512
People
(Reporter: pablopenia.dev, Unassigned)
Details
Attachments
(1 file)
|
138.24 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/111.0
Steps to reproduce:
Open my react application on browser > ctrl+shift+i > Accessibility
and then expand the tree
Actual results:
Landmarks are not properly tagged. For example a header Shows
landmark: "" if I explicitely add "role="banner", result is the same. Looking into the properties I can effectively understand that is a banner for this prop:
xml-roles:"banner"
Expected results:
instead of landmark: "" I should see "banner", or at least landmark: "banner"
I'm not sure if this is a bug or never worked that way, I'm ussually test accessibility on another browser.
Note: using latest firefox(111) On linux machine (manjaro KDE)
| Reporter | ||
Updated•3 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Duplicate of bug: 1716776
Resolution: --- → DUPLICATE
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•