[Bug 12687] 4.10.22.4 Constructing the form data set - for input type image

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12687

Stefan de Konink <stefan@konink.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|NEEDSINFO                   |
         AssignedTo|ian@hixie.ch                |stefan@konink.de

--- Comment #17 from Stefan de Konink <stefan@konink.de> 2011-09-09 15:14:09 UTC ---
Created attachment 1028
  --> http://www.w3.org/Bugs/Public/attachment.cgi?id=1028
Ideal and Emulated behavior.

As requested.

http://stefan.konink.de/contrib/html/inputtypeimage.html

<html>
<head><title>Test of image=type</title></head>
<body>
  <form>
    Original:<br />
    <input type="image" src="/i/oog.jpg" name="postthis" value="POST ME" /><br
/>
    Emulated:<br />
    <input type="submit" value="POST ME" name="postthis" style="border: 0;
background-image: url('http://stefan.konink.de/i/oog.jpg'); background-repeat:
no-repeat; width: 678px; height: 509px; font-size: 0;" />
  </form>
</body>
</html>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 9 September 2011 15:14:14 UTC