[Webkit-unassigned] [Bug 13073] XHTML: CSS width of 100% on <input type="text"> tag renders wider than it should

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 17:38:41 PDT 2007


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


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX




------- Comment #4 from hyatt at apple.com  2007-03-14 17:38 PDT -------
This rendering is correct.  In strict mode, WinIE7, Firefox and Safari
nightlies all exclude border and padding on the textfield from the width.  (In
CSS terms, inputs use box-sizing: content-box in strict mode and box-sizing:
border-box in quirks mode.)


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