Closed
Bug 378612
Opened 18 years ago
Closed 9 years ago
<optgroup> should support nsIAccessibleText
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: aaronlev, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: access, Whiteboard: [auto-closed:inactivity])
In forms.css (http://lxr.mozilla.org/seamonkey/source/layout/style/forms.css) the following lines cause the label attribute to be turned into an anonymous text node (
268 optgroup:before {
269 display: block;
270 content: attr(label);
271 }
We need to create an nsIAccessible text leaf child for the anonymous attribute content, so that nsIAccessibleText is supported for the <optgroup> as it is for an <option>
See eStyleContentType_Attr and CreateAttributeContent() in nsCSSFrameConstructor
See also bug 346833
![]() |
||
Comment 2•9 years ago
|
||
AUTO-CLOSED. This bug untouched for over 2000 days. Please reopen if you can confirm the bug and help it progress.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Whiteboard: [auto-closed:inactivity]
You need to log in
before you can comment on or make changes to this bug.
Description
•