I agree that FF way is correct. Round-tripping height should work. Looking at the existing Chrome implementation, I've discovered that Chrome's implementation of getComputedStyle().height depends on box-sizing. In the original example, adding this css `* { box-sizing: border-box; } ` makes both FF and Chrome return the same value. -- GitHub Notification of comment by atotic Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4444#issuecomment-567146465 using your GitHub accountReceived on Wednesday, 18 December 2019 18:08:51 UTC
This archive was generated by hypermail 2.4.0 : Thursday, 24 March 2022 20:27:05 UTC