- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Mon, 25 Mar 2024 17:58:54 +0000
- To: public-css-archive@w3.org
Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts: == [css2][css-tables] border-spacing when there are no tracks == I don't think this is in the specs, but everybody agrees that if a table has no tracks, then no border-spacing is added: ```html <!DOCTYPE html> <table style="border: 20px solid; border-spacing: 10px"></table> <br> <table style="border: 20px solid; border-spacing: 10px"> <td></td> </table> ``` ![imatge](https://github.com/w3c/csswg-drafts/assets/7477678/134d7eb1-147e-4437-ab23-124a65eb3155) Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10133 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:58:55 UTC