Closed
Bug 567203
Opened 15 years ago
Closed 12 years ago
When computing name from subtree title text is ignored
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
DUPLICATE
of bug 771141
People
(Reporter: davidb, Unassigned)
References
(Blocks 1 open bug)
Details
Follow up from Bug 565569 - nsGfxButtonControlFrame::CreateFrameFor should set primary frame for text content.
In test_name.html:
<span id="labelledby_mixed_input">
<input type="button" id="input_button" title="input button"/>
<input type="submit" id="input_submit"/>
<input type="reset" id="input_reset"/>
<input type="image" id="input_image" title="input image"/>
</span>
<button id="btn_labelledby_mixed_input"
aria-labelledby="labelledby_mixed_input">7</button>
When computing the name of btn_labelledby_mixed_input, some reason we currently don't use the title attribute for:
<input type="image" id="input_image" title="input image"/>
When the primary frame is set for the text content (in bug 565569), we also seem to ignore input_button's title text.
We should investigate precisely why, as well as consider fallbacks when the subtree text equiv is empty. There might be other work in this area as well.
Reporter | ||
Updated•15 years ago
|
Summary: When computing name from subtree sometimes title text is ignored → When computing name from subtree title text is ignored
Reporter | ||
Updated•13 years ago
|
Assignee: dbolter → nobody
Comment 1•12 years ago
|
||
dupe of bug 771141?
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•