Hi,
I was trying to understand why only for Fieldsets following logic is
applied? (RenderBox.cpp)
// Fieldsets are currently the only objects that stretch to their
minimum width.
if (stretchesToMinIntrinsicLogicalWidth()) {
and why this function(RenderFieldset.h) is returning true with out checking
for width being set by css.
virtual bool stretchesToMinIntrinsicLogicalWidth() const { return true;
}.
-Sravan.
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help