Closed
Bug 340661
Opened 19 years ago
Closed 19 years ago
Remove nsHTMLImageMapAccessible, no longer needed
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
References
()
Details
(Keywords: access)
Attachments
(1 file)
12.29 KB,
patch
|
pilgrim
:
review+
|
Details | Diff | Splinter Review |
An image map with 2 areas should be exposed something like this: {parent AtkImage, AtkHypertext, text="***", AtkHyperlink, role=ATK_ROLE_IMAGE, attr="html:tag=map", ImageBounds=[entire map area] AccName and ImageDescription="Site map"} {child AtkHyperlink, AtkAction, action-names="click", role=ATK_ROLE_LINK, attr="html:tag=area", hyperlink-URI="1.html", name="Bar"} {child AtkHyperlink, AtkAction, action-names="click", role=ATK_ROLE_LINK, attr="html:tag=area", hyperlink-URI="2.html", name="Baz"}
Assignee | ||
Comment 1•19 years ago
|
||
Test case: http://www.mozilla.org/access/qa/map_area.html
Assignee | ||
Updated•19 years ago
|
Assignee | ||
Updated•19 years ago
|
Comment 2•19 years ago
|
||
(In reply to comment #1) > Test case: http://www.mozilla.org/access/qa/map_area.html > the link is corruptted
Assignee | ||
Comment 3•19 years ago
|
||
Sorry it's really here: http://www.mozilla.org/access/qa/tiny/map_area.html
Assignee | ||
Comment 5•19 years ago
|
||
Attachment #226499 -
Flags: review?(ginn.chen)
Assignee | ||
Updated•19 years ago
|
Summary: New ATK: Treat image map areas as children of the image, similar to MSAA approach → Remove nsHTMLImageMapAccessible, no longer needed
Assignee | ||
Updated•19 years ago
|
Attachment #226499 -
Flags: review?(ginn.chen) → review?(pilgrim)
Comment 6•19 years ago
|
||
Comment on attachment 226499 [details] [diff] [review] This already worked but we needed to remove files r=me
Attachment #226499 -
Flags: review?(pilgrim) → review+
Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•