Gunnar Bittersmann: css colspan über komplette Breite

Beitrag lesen

@@MudGuard

Hat sich das in HTML5 geändert gegenüber HTML 4.01?

Sieht so aus. HTML5 sagt:

“The algorithm for processing rows […]
8. If the current cell has a colspan attribute, then parse that attribute’s value, and let colspan be the result.
If parsing that value failed, or returned zero, or if the attribute is absent, then let colspan be 1, instead.”

The value zero ("0") means that the cell spans all columns from the current column to the last column of the column group (COLGROUP) in which the cell is defined.

Das Alte war mir neu.

Offenbar wurde colspan="0" in keinem Broser gemäß HTML-4.01-Spec implementiert, sonst hätte man das Verhalten nicht nachträglich ändern können.

Codepen

LLAP 🖖

--
“I love to go to JS conferences to speak about how to avoid using JavaScript. Please learn CSS & HTML to reduce your JS code bloat.” —Estelle Weyl