Closed
Bug 10084
Opened 26 years ago
Closed 25 years ago
Mozilla M8 do not support imagemap using A element
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
INVALID
M16
People
(Reporter: emk, Assigned: nisheeth_mozilla)
References
()
Details
Overview Description:
HTML 4.0 specification allows imagemap using A element, but Mozilla do not
support it.
See also: http://www.w3.org/TR/REC-html40/struct/objects.html#h-13.6.1.1
Steps to Reproduce:
1) Launch apprunner.
2) Navigate to http://member.nifty.ne.jp/emk/moz/imagemap.html
Actual Results:
A element version would not work.
Expected Results:
A element version works as an imagemap.
Build Date & Platform Bug Found:
M8 (Build ID: 1999071417) on Windows NT 4.0 with Service Pack 4
The content model is well formed in this instance. This appears to be a layout
bug.
Comment 2•26 years ago
|
||
Yes. I'm not aware of a test case for client-side image maps via the OBJECT tag.
Thanks for noting this.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
| Assignee | ||
Comment 3•26 years ago
|
||
Accepting bug and setting target milestone to M11...
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M11 → M15
| Assignee | ||
Comment 4•26 years ago
|
||
This is not a beta stopper. Setting milestone to M15...
| Assignee | ||
Updated•25 years ago
|
| Assignee | ||
Comment 5•25 years ago
|
||
Updating URL...
| Reporter | ||
Comment 7•25 years ago
|
||
Sorry, this is my misunderstanding.
MAP can not contain inline elements directly, so we need a block level element
around anchor elements.
http://www.w3.org/TR/html4/struct/objects.html#h-13.6.1
Marking invalid.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•