Closed
Bug 340661
Opened 18 years ago
Closed 18 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)
(deleted),
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•18 years ago
|
||
Assignee | ||
Updated•18 years ago
|
Assignee | ||
Updated•18 years ago
|
Comment 2•18 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•18 years ago
|
||
Sorry it's really here: http://www.mozilla.org/access/qa/tiny/map_area.html
Assignee | ||
Comment 5•18 years ago
|
||
Attachment #226499 -
Flags: review?(ginn.chen)
Assignee | ||
Updated•18 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•18 years ago
|
Attachment #226499 -
Flags: review?(ginn.chen) → review?(pilgrim)
Comment 6•18 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•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
•