[Webkit-unassigned] [Bug 70304] width/height attributes of input element should be supported when the type of the input element is image.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 23 20:10:10 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=70304


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at hixie.ch




--- Comment #18 from Kent Tamura <tkent at chromium.org>  2011-10-23 20:10:09 PST ---
(In reply to comment #16)
> I've tested this on FireFox 4.0.1, IE 8, and Opera 11.50.
> If you have another browser, you can run this test page on that.
> 
> It seems that FireFox and Opera don't support this attribute yet.
> 
> IE 8 does partially support it.
> It seems that IE 8 only works when the value of width is positive "number", such as 100, or "100".
> It does not work when the value of width is "100px", or "-100".

IMO, we should not implement width and height now.
 - The standard is incomplete.
  The standard doesn't define behavior of width/height for non-image types.
 - The existing IE implementation isn't compliant.
  I confirmed IE's input.width and height were numbers, not strings.

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



More information about the webkit-unassigned mailing list