Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Loirooriol opened this issue Mar 25, 2024 · 0 comments
Open

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

Loirooriol opened this issue Mar 25, 2024 · 0 comments
Labels

Comments

@Loirooriol
Copy link
Contributor

Loirooriol commented Mar 25, 2024

<!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 (with servo/servo#31862)

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant