[Webkit-unassigned] [Bug 15032] The element input with the attribute usemap does not provide client-side image map functionality

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 20 21:40:54 PDT 2007


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


robburns1 at mac.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robburns1 at mac.com




------- Comment #1 from robburns1 at mac.com  2007-08-20 21:40 PDT -------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" >
        <title>Untitled</title>
<style type='text/css'>
input {height: 100px; width: 200px;}
#leftarea {border-style: solid; border-color: red; border-size: 1px; }
#rightarea  {border-style: solid; border-color: blue; border-size: 1px; }

img:hover {cursor: crosshair;}
input:hover {cursor: wait;}
area:hover {cursor: wait;}

</style>

</head>
<body>


<p>
<map name=m>
        <area id=leftarea title='left-side' alt='left-side' shape=rect
coords='0,0,100,100' >
        <area id=rightarea title='right-side' alt='right-side' shape=rect
coords='100,0,200,100' >
</map>
<img src='image'>
</p>

<form onsubmit='alert("submit")' action=.><input type=image src=image
usemap='#m'></form>

</body>
</html>


-- 
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