Closed
Bug 498575
Opened 16 years ago
Closed 6 years ago
share common implementation between nsARIAGridAccessible and nsHTMLTableAccessible
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: surkov, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: access, Whiteboard: [bk1])
We need to share common implementation between nsARIAGridAccessible and nsHTMLTableAccessible. It's worth to introduce nsTableAccessible class implementing nsIAccessibleTable and providing common implementation for nsIAccessibleTable methods. This bug should help to fix the bug 498573.
![]() |
||
Comment 1•16 years ago
|
||
Status? I think this bug is at least partially fixed right?
Reporter | ||
Comment 2•16 years ago
|
||
Not sure, however I'm not sure it should be fixed. Some investigations are needed.
Comment 3•14 years ago
|
||
Alex, do you mind looking at it and tell us if there is more work to be done. A quick look at the code didn't make me think there was anything else to refactor.
Thanks!
Whiteboard: [bk1]
Reporter | ||
Comment 4•14 years ago
|
||
That's not a high priority for now I think. Let's keep a bug open and get it back later.
Comment 5•6 years ago
|
||
We have a TableAccessible base class which does implement some common functionality, particularly after bug 1486668. We can move further stuff into that base class as needed.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•