[Webkit-unassigned] [Bug 8883] REGRESSION (14317-14333): input and span elements with the same CSS width are not the same width

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat May 13 22:05:37 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8883





------- Comment #4 from hyatt at apple.com  2006-05-13 22:05 PDT -------
It is indeed invalid.  We made a change in WebKit to match Firefox and WinIE,
namely to make sure that input fields use the correct box model when in strict
mode.  This means that in strict mode, border/padding are not included in the
width of the field.

In addition, for compatibility with WinIE, input fields have a single pixel of
left/right non-overridable padding.  Firefox also implements this.  Before we
close this, we should make sure that non-overrridable padding really does stay
that way in WinIE's strict mode.


-- 
Configure bugmail: http://bugzilla.opendarwin.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