Closed
Bug 407589
Opened 17 years ago
Closed 17 years ago
add empty implementation for IAccessibleTable::summary
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: surkov, Assigned: aaronlev)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
aaronlev
:
review+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
add empty implementation for IAccessibleTable::summary. We haven't a way to support this in Gecko but we shouldn't fail.
Attachment #292313 -
Flags: review?(aaronleventhal)
Assignee | ||
Comment 1•17 years ago
|
||
Comment on attachment 292313 [details] [diff] [review]
patch
I think this should actually point to the <caption>, or failing that, the description from the aria-describedby relation.
Attachment #292313 -
Flags: review?(aaronleventhal)
Reporter | ||
Comment 2•17 years ago
|
||
(In reply to comment #1)
> (From update of attachment 292313 [details] [diff] [review])
> I think this should actually point to the <caption>, or failing that, the
> description from the aria-describedby relation.
>
<caption> is returned by GetCaption() (Gecko, IA2, ATK), we have also mechanism to expose relations. I do not see a reason to expose something for summary.
Assignee | ||
Updated•17 years ago
|
Attachment #292313 -
Flags: review+
Reporter | ||
Updated•17 years ago
|
Attachment #292313 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #292313 -
Flags: approval1.9? → approval1.9+
Reporter | ||
Comment 3•17 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•