[xep-support] XEP 3.7.7: Treatment of width="100%"

Alexander Peshkov peshkov at renderx.com
Wed May 5 03:36:57 PDT 2004


Hello Werner,

Table width="100%" means that content-rectangle of the table will be
as wide as content-rectangle of the parent reference-area. Borders are
drawn outside of the content rectangle and thus total width of the
table with borders became larger then available space. That is that
you have for the nested tables - their layout is over-constrained and
they get clipped on the right. If you remove width specification from
the tables you will achieve desired behavior.

Best regards,
Alexander Peshkov                             mailto:peshkov at renderx.com
RenderX


WD> Dear,

WD> The attached small example consists of three nested tables with borders
WD> and margins. The width of the table elements is set to "100%". Because
WD> everything is specified in the same way onf the left and right side I
WD> would expect the same visual effect on both sides. On the right side,
WD> however, the borders are all on top of each other. When I remove the
WD> width properties the result is as expected.

WD> I don't see why there is a difference. The width properties map to
WD> inline-progression-dimension in this case and because the containing
WD> block hasn't specified the width property, the percentage value should
WD> be treated as "auto".

WD> Regards,

WD> Werner.


-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list