[csswg-drafts] [css-box-3] Border box missing scrollbar in calculation? (#3536)

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

== [css-box-3] Border box missing scrollbar in calculation? ==
https://drafts.csswg.org/css-box-3/#border-box

![image](https://user-images.githubusercontent.com/1519516/51477163-7b685d00-1d7f-11e9-8a4e-2d15c76e8b75.png)

"The four sides of the border edge together define the box’s border box, which contains the box’s content, padding, and border areas."

What happens when scrollbars sit between the **padding edge** and **border edge**?

![box](https://user-images.githubusercontent.com/1519516/51476884-b1591180-1d7e-11e9-9dd8-aac402eaeb8d.png)

**content** + **padding** + **border areas** no longer adds up to the actual **border box**, as **content** is reduced to fit the **scrollbar**.

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

Received on Monday, 21 January 2019 13:28:38 UTC