- From: François REMY via GitHub <sysbot+gh@w3.org>
- Date: Wed, 25 Jan 2023 22:14:31 +0000
- To: public-css-archive@w3.org
You are correct that Webkit/Blink behavior is not what is described in the spec. I have always considered it as a bug. The spec is in fact quite clear that this is not the correct behavior. > ![image](https://user-images.githubusercontent.com/364405/214702576-28a71095-be57-4e03-977b-fb06ddda3488.png) In this case, the space between the inline blocks should not be removed because inline-block is not a (non-root) table box. However, the grouping of these two elements in the same cell is described here: > ![image](https://user-images.githubusercontent.com/364405/214703008-baf89cdd-ea38-4c30-ab20-ab466fd65c6a.png) Per spec, gecko has the correct behavior. We could of course always change the spec, but what we have now is intentional (some of the discussion being recorded in #467). -- GitHub Notification of comment by FremyCompany Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8358#issuecomment-1404298005 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 25 January 2023 22:14:33 UTC