NEW 81863
Text inputs do not follow the rules for replaced absolutely positioned elements correctly
https://bugs.webkit.org/show_bug.cgi?id=81863
Summary Text inputs do not follow the rules for replaced absolutely positioned elemen...
Boris Zbarsky
Reported 2012-03-21 18:54:49 PDT
Consider the testcase in the url field. In WebKit this renders with the input stretching the full width of the viewport. Per CSS 2.1 section 10.3.8, the width should be the width a text input would normally have (rule 1 in 10.3.8), and the 'right' value should be ignored because the values are over-constrained (rule 6 in 10.3.8). WebKit gets this right for images, but not for text inputs. Gecko, Presto, and Trident all do this right.
Attachments
Brent Fulgham
Comment 1 2022-07-12 17:02:11 PDT
WebKit and Blink agree on this behavior. Gecko is the outlier -- I'm not sure if we want to lose compatibility with Chrome behavior here.
Note You need to log in before you can comment on or make changes to this bug.