Closed
Bug 177453
Opened 23 years ago
Closed 23 years ago
[Active Accessibility] implement support for <hr>
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: yuanyi21, Assigned: yuanyi21)
References
Details
Attachments
(1 file)
6.25 KB,
patch
|
aaronlev
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
<hr> is a important separator of the HTML content. We should expose it to make
AT applications understand the content easily.
aaron, I found actually HRFrame is a kind of InlineFrame, so I just need to add
some code into nsInlineFrame::GetAccessible(), rather than HRuleFrame.
BTW, the viewer.exe is from mozilla\webshell\tests\viewer
Status: NEW → ASSIGNED
Comment 3•23 years ago
|
||
Bill, is ROLE_SEPARATOR for <hr> something we want in our MSAA impl, or do you
think this should be for Unix/ATK only?
Comment 4•23 years ago
|
||
Comment on attachment 104746 [details] [diff] [review]
implemented nsHTMLHRAccessible
r=aaronl
Bill says this is okay. We'll remove it from MSAA if it causes problems in
Windows.
Attachment #104746 -
Flags: review+
thanks, aaron. I agree with you, since IE doesn't have accesible object for <hr>.
Comment 6•23 years ago
|
||
Comment on attachment 104746 [details] [diff] [review]
implemented nsHTMLHRAccessible
sr=jst
Attachment #104746 -
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.
Description
•