Open
Bug 2047263
Opened 1 month ago
Updated 1 month ago
292490 AX: figcaption should only contribute to img accname when it lacks other labelling techniques
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
NEW
People
(Reporter: abdi.abdirahim, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Safari/605.1.15
Expected results:
The html-aam spec has updated <figure> accname calculation, and <figcaption> no longer participates in accname for <figure>.
ARIA PR #2224: https://github.com/w3c/aria/pull/2224
Comment 1•1 month ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Disability Access APIs' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Disability Access APIs
Product: Firefox → Core
Comment 2•1 month ago
|
||
Test cases:
https://codepen.io/scottohara/pen/XJmjJqr
data:text/html,<figure><figcaption>fc</figcaption><img src="https://placehold.co/10x10">
Figure should have no name, img should have figcaption's content as its name.
You need to log in
before you can comment on or make changes to this bug.
Description
•