[Webkit-unassigned] [Bug 140719] display: table-cell with width: 100% within a <td colspan==?UTF-8?Q?=E2=80=9C2=E2=80=9D?=> does not fill parent cell

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 21 00:07:43 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140719

--- Comment #1 from Dai Rees <drees at microsoft.com> ---
There is a mistake in the example above, there should only be 1 column in the second row, not two. Here is the correct HTML:

<table>
        <tbody>
            <tr>
                <td>
                    <label>Name</label>
                    <span>
                        <input type="text" />
                    </span>
                </td>
                <td>
                    <label>Another field</label>
                    <span>
                        <input type="text" />
                    </span>
                </td>
            </tr>
            <tr>
                <td colspan="2">
                    <label>Really long field name</label>
                    <span>
                        <input type="text" />
                    </span>
                </td>
            </tr>
        </tbody>
    </table>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150121/28bfb8ef/attachment-0002.html>


More information about the webkit-unassigned mailing list