Closed
Bug 149856
Opened 24 years ago
Closed 24 years ago
[XBLFC] Active Accessibility: support XBL-based HTML button
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: yuanyi21, Assigned: yuanyi21)
References
Details
Attachments
(2 files)
|
921 bytes,
text/html
|
Details | |
|
4.68 KB,
patch
|
aaronlev
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
This bug is to get the Accessibility interface of new XBL-based form controls -
button.
I tested, XBL-based button already can be accessible through
nsHTML4ButtonAccessible.
Comment 2•24 years ago
|
||
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
Comment 4•24 years ago
|
||
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
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)
Comment 8•24 years ago
|
||
Comment on attachment 89025 [details] [diff] [review]
see description below
r=aaronl
Attachment #89025 -
Flags: review+
Comment 9•24 years ago
|
||
Comment on attachment 89025 [details] [diff] [review]
see description below
sr=jst
Attachment #89025 -
Flags: superreview+
| Assignee | ||
Comment 10•24 years ago
|
||
checked in!
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•