Closed
Bug 340833
Opened 18 years ago
Closed 18 years ago
New ATK: Any nsAccessible can be an nsIAccessibleHyperlink
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
References
Details
(Keywords: access)
Via new-atk agreement, nsIAccessibleHyperlink is no longer only for links, but for any embedded object in HTML text.
Because anything (including a XUL or SVG element) can be embedded within HTML text, every nsAccessible could potentially by an nsIAccessibleHyperlink.
The nsAccessible::QueryInterface implementation will need to check whether the parent is an nsIAccessibleHypertext before deciding whether the QI to nsIAccessibleHyperlink should succeed.
Assignee | ||
Updated•18 years ago
|
Summary: Any nsAccessible can be an nsIAccessibleHyperlink → New ATK: Any nsAccessible can be an nsIAccessibleHyperlink
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
•