Re: [csswg-drafts] [css-tables] Transposing table contents (#8529)

<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 colspan=2>1<th>3<th>4</tr>
  </thead>
  <tbody>
    <tr style="width:200px"><th>5<th>6<th>7<th rowspan=2>8</tr>
    <tr style="width:200px"><th>9<th>10<th>11</tr>
  </tbody>
</table>

<img width="1086" alt="image" src="https://user-images.githubusercontent.com/8191296/223209195-d8d41e98-dc39-4959-abbe-fab89f8510f6.png">


-- 
GitHub Notification of comment by hfhchan
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8529#issuecomment-1456814278 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:20:45 UTC