Closed Bug 193569 Opened 22 years ago Closed 20 years ago

XHTML 1.1 image map ("id" instead of "name") not found

Categories

(Core :: Layout, defect)

x86
All
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 109445

People

(Reporter: ashibaka, Assigned: hjtoi-bugzilla)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5

XHTML 1.1 replaces the "name" for the map function with "id". When I load up
this 1.1-valid website, Mozilla looks for a "name" for my map and can't find it,
then looks for the "usemap" and can't find the corresponding map, so nothing
happens. Replace "id" with "name" in the source code and it works correctly.

Reproducible: Always

Steps to Reproduce:
Try to click on one of the buttons.
Actual Results:  
Nothing happens because Mozilla can't find the <map>.

Expected Results:  
Image map should have worked, buttons lead to links.
heikki?
Assignee: other → heikki
Component: Layout → XML
QA Contact: ian → ashishbhatt
The site is served as text/html, so it is treated as HTML, not XHTML (good thing
too, since as XHTML we would just give an XML error -- we don't support XML 1.1
(and neither does any other browser, yet)).
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Component: XML → Layout
QA Contact: ashishbhatt → ian
Resolution: --- → INVALID
*** Bug 245717 has been marked as a duplicate of this bug. ***
Status: RESOLVED → VERIFIED
Status: VERIFIED → UNCONFIRMED
Resolution: INVALID → ---

*** This bug has been marked as a duplicate of 109445 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago20 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.