Re: [csswg-drafts] [css-ruby] Be more specific about the box model of base/annotation container boxes (#4937)

Created https://github.com/web-platform-tests/wpt/pull/22843 to support the above proposal should we adopt it, and to check (Firefox's) implementation more carefully, expecting it to match.

As per the proposal above, Firefox ignores the block-axis margin / border / padding of base container boxes and annotation container boxes when it comes to stacking them (and for all other purposes as well as far as I can tell, but I was only testing the stacking).

It also ignores the inline border and inline padding on base container boxes and annotation container boxes, as well as the inline margin on annotation container boxes, but curiously, it does not ignore the margin on base container boxes. I suspect that's an accident, but if not, I'd be very curious about the logic behind that. @upsuper ?

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

Received on Friday, 10 April 2020 06:50:29 UTC