Box Sizing
This is a good explanation of the box model and how it can now be modified on per-element basis using CSS3’s box-sizing property.
The example of wanting to give a <textarea> 100% width is something I’ve run into before.
Of course this doesn’t work in IE 7 or IE 6, but who cares?