box-sizing

baseline logo Widely available

The box-sizing CSS property sets whether an element’s width and height are calculated based on the content-box, which does not count the size of borders or padding, or border-box, which does count them.

Notes

Support data provided by: BCD logo

Know something we don't?

Is any of the above data outdated? Or do you want to add a new WebView to the list? Heads on to GitHub and edit the data file!

Not comfortable with GitHub? Send us an email.

Please help us keeping this data updated

This feature was documented on July 29, 2015.