[csswg-drafts] [css2][css-tables] Width of row that span 0 columns? (#10132)

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

== [css2][css-tables] Width of row that span 0 columns? ==
```html
<!DOCTYPE html>
<table style="border: 20px solid; width: 170px; height: 170px; border-spacing: 10px">
  <tr style="outline: 10px dashed cyan"></tr>
  <tr style="outline: 10px dotted magenta"></tr>
</table>
```

| Gecko | Blink | WebKit | Servo |
| - | - | - | - |
| ![](https://github.com/w3c/csswg-drafts/assets/7477678/2e69f760-edc4-4d2c-8965-ca90f3aa0786) | ![](https://github.com/w3c/csswg-drafts/assets/7477678/5c634754-199a-43c7-90fc-a99090b86180) | ![](https://github.com/w3c/csswg-drafts/assets/7477678/c830960d-5c63-4850-b83d-cdcb82071fff) | ![](https://github.com/w3c/csswg-drafts/assets/7477678/55ddd13a-5635-493c-bc85-3d6a3b3b2405) |

I think the spec doesn't cover this, here is my opinion:
 - Gecko is broken. Distributing twice the table height among the rows makes no sense at all.
 - Blink sizes correctly but places at the wrong position
 - WebKit and Servo are good

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 25 March 2024 17:53:19 UTC