[Webkit-unassigned] [Bug 15035] Image maps do not enable feedback such as mouseover tooltips

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 01:04:40 PDT 2007


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





------- Comment #1 from robburns1 at mac.com  2007-08-21 01:04 PDT -------
Some sample HTML that demonstrates the types of enhancements possible. Also
when using this in Firefox, the image map does provide tooltips mapped to the
areas of the image map (so that part is not so much an enhancement as a genuine
WebKit bug).

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

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

<map name=m2>
        <area id=leftarea href='http://www.apple.com/' title='left-side'
alt='left-side' shape=rect coords='0,0,100,100' >
        <area id=rightarea href='http://store.apple.com/' title='right-side'
alt='right-side' shape=rect coords='100,0,200,100' >
</map>
<img src=image usemap='#m2'>
</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