Closed
Bug 143616
Opened 23 years ago
Closed 23 years ago
xhtml 1.0 transitional: tag <map id="x">, links do not work
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 109445
People
(Reporter: mahagr, Assigned: Matti)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417
BuildID: 2002041711
In xhtl 1.0 transitional attribute "name" has been replaced with "id", but when
there is only "id" attribute but no "name" attribute, links cease to work.
Though the cursor changes to hand..
By adding the "name" attribute fixes the broblem, but..
Reproducible: Always
Steps to Reproduce:
1.search/make a legal xhtml trantitional page with tag <map>
2.remove attribute "name" from it
3.try the links in the map with mozilla
Actual Results: When you enter to the map area with your pointer device, the
cursor changes to hand, but status bar does not show the link.
By pressing button nothing happens.
Expected Results: When you enter to the map area with your pointer device, the
cursor changes to hand and the status bar shows the link.
By pressing button the page is loaded.
Comment 1•23 years ago
|
||
Duplicate of "Referencing a client-side image map declared with id attribute
doesn't work". Basically, you are labeling your XHTML as text/html and it does
not comply with Appendix C of the XHTML specification (therefore it cannot be
legally labeled text/html).
*** This bug has been marked as a duplicate of 109445 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•