Why is box-sizing acting different on table vs div?
Yes, CSS2.1 states the following for tables with the separated borders model: However, in HTML and XHTML1, the width of the <table> element is the distance from the left border edge to the right border edge. Note: In CSS3 this peculiar requirement will be defined in terms of UA style sheet rules and the ‘box-sizing’ … Read more