Closed
Bug 345723
Opened 18 years ago
Closed 18 years ago
Use object attributes to expose results of new nsIAccessibleTable::IsProbablyForLayout()
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
We have a new method on the internal table interface which can tell us if a given table is probably used for layout. If not, it's probably for data.
We want to provide this hint to AT vendors via an object attribute on the table.
For example "table = layout" or "table = data".
Assignee | ||
Updated•18 years ago
|
Summary: Use object attributes to results of new nsIAccessibleTable::IsProbablyForLayout() → Use object attributes to expose results of new nsIAccessibleTable::IsProbablyForLayout()
Assignee | ||
Updated•18 years ago
|
Assignee | ||
Comment 1•18 years ago
|
||
Mike, could you go ahead and see if these 3 new attributes get exposed while you review? Thanks.
Attachment #237681 -
Flags: review?(gaomingcn)
Attachment #237681 -
Flags: review?(gaomingcn) → review+
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•