Closed
Bug 180959
Opened 23 years ago
Closed 23 years ago
unable to refer to imagemap by id with xhtml doctype
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 109445
People
(Reporter: eandersen, Unassigned)
Details
Attachments
(1 file)
|
714 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021016
When creating an imagemap, xhtml requires and id be given, not a name, to refer
to the imagemap. IE can see an imagemap referred to by id, mozilla does not -
no links show up at all.
Reproducible: Always
Steps to Reproduce:
1.open mozilla
2.go to page with an imagemap referred to by id, not name
3.no links appear
Actual Results:
no imagemap links appear
Expected Results:
shown the links from the imagemap
| Reporter | ||
Comment 1•23 years ago
|
||
This works in IE6...
Comment 2•23 years ago
|
||
You're serving the page as text/html, but it does not follow appendix C of the
XHTML specification (and therefore should not be served as text/html and will
likely not work in HTML user agents, which is what you're seeing). Sending it
as text/xml or application/xhtml+xml would make it work in Mozilla.
*** This bug has been marked as a duplicate of 109445 ***
*** This bug has been marked as a duplicate of 109445 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•