[csswg-drafts] [css-tables] <colgroup> width is over-ridden by <col>

gregwhitworth has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-tables] <colgroup> width is over-ridden by <col> ==
We discovered this while writing tests for computing column measures, 
we need to add to the spec to represent this. Here's the test code:

    <table id="two" cellspacing="0" cellpadding="0">
        <colgroup style="width: 10px;">
            <col style="width: 1px;"></col>
        </colgroup>
        <tr>
            <td style="width: 1px;"></td>
        </tr>
    </table>

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/1022 using your GitHub 
account

Received on Friday, 10 February 2017 19:24:27 UTC