[csswg-drafts] [css-tables-3] Blink includes border-spacing in row{,-group} sizes; gecko does not (#3822)

davidsgrogan has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-tables-3] Blink includes border-spacing in row{,-group} sizes; gecko does not ==
Blink adds adjacent border-spacing to offsetWidth, offsetHeight, getBoundingClientRect, etc for table rows* and row-groups. It should only include border-spacing that is internal to those boxes, as Gecko does.

* row heights are the only thing Blink gets right. row widths, section widths, and section heights are all wrong.

See http://w3c-test.org/css/css-tables/border-spacing-included-in-sizes-001.tentative.html

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3822 using your GitHub account

Received on Friday, 12 April 2019 18:30:49 UTC