<html> <!-- This testcase asserts that in all the tables below, all 500px of the -- -- orange colspanning cell's specified width should go to its first -- -- spanned column. Its second spanned column receives none of the -- -- 500px, and it only gets a small amount of width by taking half of the -- -- light-blue cell's preferred width. -- -- -- -- This happens because the first column starts with nonzero pref-width, -- -- whereas the second and third columns have zero pref-width. Hence, -- -- the orange colspanning cell favors the first column over the second, -- -- whereas the lightblue colspanning cell distributes its width equally --
-- between the second and third columns. -->
<head><style> tr { height: 1em; } td.wide { width: 500px; }
td.orange { background: orange; } td.purple { background: purple; } td.teal { background: teal; } td.blue { background: lightblue; }
</style></head>
<body>
<p>(x,x) labels indicate the column & row order of the orange cell.</p>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.