[Webkit-unassigned] [Bug 79128] Fieldset unexpectedly stretches to minimum intrinsic width.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 10:21:41 PDT 2012


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





--- Comment #16 from Julien Chaffraix <jchaffraix at webkit.org>  2012-03-21 10:21:41 PST ---
(In reply to comment #15)
> One disclaimer: Comment# 14 behaviour is without <!DOCTYPE html>.
> With that DTD(HTML5), i see that behaviour is uniform in all 3 cases(Fixed/Percent/Calc), and it follows this bug. 
> 
> So, from your review comments if test case needs to have <!DOCTYPE html>, then i think then my first patch of
> 
> In RenderFieldset.cpp:
> bool RenderFieldset::stretchesToMinIntrinsicLogicalWidth() const
> {
>     if(style()->width().isSpecified())
>         return false;
>     return true; 
> }
> 
> will hold good, Please confirm.

Yes, consistency is important here so I think this is the way to go. We should abide by the author's sizing if he specified one. This matches IE9.

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