Editorial change needed for box-sizing

The box-sizing property states:

Note. This is the behavior of width and height as commonly implemented by legacy HTML user agents for replaced elements and input elements.

I would like to change the note to also include tables since HTML tables also seem to follow the border-box model.

Note. This is the behavior of width and height as commonly implemented by legacy HTML user agents for replaced elements, input elements and HTML tables.

All the common user agents seem to be using border-box for sizing tables at the moment so I think this change would make sense and not impact functionality since it is in informative text.

--
Thanks,
Arron Eicholz

Received on Tuesday, 1 April 2008 22:08:16 UTC