Closed
Bug 473737
Opened 17 years ago
Closed 9 years ago
JAWS doesn't see button accessible from anonymous content
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: surkov, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [auto-closed:inactivity])
Spin off bug 472326 (testcase is https://bugzilla.mozilla.org/attachment.cgi?id=356537).
Example of XBL binding
<binding id="test">
<content>
<html:input/>
<html:input type="button" value="Browse"/>
</content>
<implementation implements="nsIAccessibleProvider">
<property name="accessibleType" readonly="true">
<getter>
return Components.interfaces.nsIAccessibleProvider.XFormsContainer;
</getter>
</property>
</implementation>
</binding>
It may be major problem because this approach of accessible creation is used both for XUL and XForms. This example is cutting of xforms upload control.
Comment 1•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
•