Closed
Bug 1809473
Opened 3 years ago
Closed 3 years ago
MSAA role map for aria role='caption' should be ROLE_SYSTEM_TEXT
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 798492
People
(Reporter: spectranaut, Unassigned)
Details
Steps to reproduce:
<div role="caption"></div>
In firefox on windows
Actual results:
As you can see, maps to MSAA role "caption": https://searchfox.org/mozilla-central/source/accessible/base/RoleMap.h#1056
Expected results:
Should map to "ROLE_SYSTEM_TEXT": https://www.w3.org/TR/core-aam-1.2/#role-map-caption
| Reporter | ||
Updated•3 years ago
|
OS: Unspecified → Windows
Version: Firefox 104 → Firefox 107
| Reporter | ||
Updated•3 years ago
|
Component: Untriaged → Disability Access APIs
Product: Firefox → Core
Comment 1•3 years ago
|
||
I don't think we should be mapping this to ROLE_SYSTEM_TEXT, as that is too easily confused with editable/navigable text. ROLE_SYSTEM_GROUPING is probably the best we could get here.
This will be covered by bug 798492.
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Duplicate of bug: 798492
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•