Closed Bug 149856 Opened 23 years ago Closed 23 years ago

[XBLFC] Active Accessibility: support XBL-based HTML button

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: yuanyi21, Assigned: yuanyi21)

References

Details

Attachments

(2 files)

This bug is to get the Accessibility interface of new XBL-based form controls - 
button.
Blocks: atfmeta
I tested, XBL-based button already can be accessible through 
nsHTML4ButtonAccessible.
Should we mark this resolved WORKSFORME then?
There is probably a bug in nsHTML4ButtonAccessible, it doesn't report proper 
accName. Can we find other test case that use nsHTML4ButtonAccessible too?
Status: NEW → ASSIGNED
nsHTML4ButtonAccessible is used when the button is coded like <button>This is a
button</button>
This is different from <input type="button" value="This is a button" />. That
uses nsHTMLButtonAccessible
Attached file test page
this page contains many HTML form controls: check box, radio button, select,
normal button, html 4 button.
the way to create an accessible object for a button:

			 normal 		  html4
XBL turned off	nsGfxBCF::GetAccessible   nsHTMLBCF::GetAccessible
XBL turned on	nsHTMLBCF::GetAccessible  button.xml 

(BCF is abbr. of ButtonControlFrame)
seeking r=
Comment on attachment 89025 [details] [diff] [review]
see description below

r=aaronl
Attachment #89025 - Flags: review+
Comment on attachment 89025 [details] [diff] [review]
see description below

sr=jst
Attachment #89025 - Flags: superreview+
checked in!
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: