Re: [csswg-drafts] [css-position][css-tables] Algorithm for painting collapsed table borders doesn't match reality (#11570)

I have aligned Servo with Blink and WebKit. I think the difference with Gecko is because we paint collapsed table borders as part of the grid box, while Gecko may do it as part of the wrapper box.

There is also the difference that Gecko paints the caption borders in front of the grid ones, as long as the table doesn't establish a stacking-context or a pseudo stacking context triggered by `position` (a pseudo stacking context triggered by `display: inline-table` has no effect here?)

Others paint the grid borders in front of the caption ones, as long as the caption doesn't establish a stacking context or pseudo stacking context.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11570#issuecomment-2631500950 using your GitHub account


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

Received on Monday, 3 February 2025 16:34:16 UTC