- From: Henry Chan via GitHub <sysbot+gh@w3.org>
- Date: Mon, 06 Mar 2023 19:17:52 +0000
- To: public-css-archive@w3.org
With the following markup: ``` <table style="table-layout: transposed"> <col style="height:100px"> <col style="height:100px"> <col style="height:100px"> <col style="height:500px"> <thead> <tr style="width:200px"><th>1<th>2<th>3<th>4</tr> </thead> <tbody> <tr style="width:200px"><th>5<th>6<th>7<th>8</tr> <tr style="width:200px"><th>9<th>10<th>11<th>12</tr> </tbody> </table> ``` ... we get something like this: (table: black, thead/tbody: blue, tr: green, td: red): <img width="1086" alt="image" src="https://user-images.githubusercontent.com/8191296/223208587-94720615-d3ae-41f1-94a8-52eba8a42ecc.png"> -- GitHub Notification of comment by hfhchan Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8529#issuecomment-1456809240 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 6 March 2023 19:17:54 UTC