[Webkit-unassigned] [Bug 14638] New: Image maps unusable when using XHTML 1.1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 17 06:13:28 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14638

           Summary: Image maps unusable when using XHTML 1.1
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh PowerPC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aread at phcrack.ca


Image maps are not usable when writing valid XHTML 1.1.  In the img usemap
attribute, the id of the map needs to be prefixed with a '#' if the image-map
is to be useable.  For valid XHTML, the '#' shouldn't be there.

e.g.
Valid XHTML:
<map id="foo" ...>
...
<img usemap="foo" ...>

Invalid, but working XHTML:
<map id="foo" ...>
...
<img usemap="#foo" ...>

I've posted examples at:
http://phcrack.ca/webkit_bug/valid.xhtml
http://phcrack.ca/webkit_bug/invalid.xhtml


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list