<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>25291</bug_id>
          
          <creation_ts>2009-04-20 03:34:17 -0700</creation_ts>
          <short_desc>Add Support for a-Tag in Imagemaps</short_desc>
          <delta_ts>2009-04-20 03:34:17 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Images</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>UNCONFIRMED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc>http://www.w3.org/TR/html401/struct/objects.html#h-13.6</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Andreas">gmblar</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>118092</commentid>
    <comment_count>0</comment_count>
    <who name="Andreas">gmblar</who>
    <bug_when>2009-04-20 03:34:17 -0700</bug_when>
    <thetext>Add Support for Attributes &quot;shape&quot; and &quot;coords&quot; in a-Tag for Imagemaps described in http://www.w3.org/TR/html401/struct/objects.html#h-13.6


Sample:

&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
    &lt;head&gt;
        &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
        &lt;title&gt;Imagemaps&lt;/title&gt;
    &lt;/head&gt;
    &lt;body&gt;
        &lt;h1&gt;Imagemaps&lt;/h1&gt;

        &lt;h2&gt;Imagemap 1&lt;/h2&gt;
        &lt;img src=&quot;http://www.example.com/imagemap.jpg&quot; usemap=&quot;#foo&quot; style=&quot;width: 128px; height: 128px;&quot; /&gt;
        &lt;map name=&quot;foo&quot; id=&quot;foo&quot;&gt;
            &lt;area href=&quot;#dog&quot; shape=&quot;rect&quot; coords=&quot;0,64,64,0&quot; /&gt;
        &lt;/map&gt;

        &lt;h2&gt;Imagemap 2 (Not working in Safari)&lt;/h2&gt;
        &lt;img src=&quot;http://www.example.com/imagemap.jpg&quot; usemap=&quot;#bar&quot; style=&quot;width: 128px; height: 128px;&quot; /&gt;
        &lt;map name=&quot;bar&quot; id=&quot;bar&quot;&gt;
            &lt;p&gt;Objects found on this Image:&lt;/p&gt;
            &lt;a href=&quot;#dog&quot; shape=&quot;rect&quot; coords=&quot;0,64,64,0&quot;&gt;My Dog&lt;/a&gt;
        &lt;/map&gt;
    &lt;/body&gt;
&lt;/html&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>