Self closed block elements in xhtml
As self close some xhtml block level elements like divs may seem a good idea for save some bytes, I will generate some cross browser compatibility issues, so it's better to close the tags explicitly. In my case a self closed div make that a background css image appears duplicated in IE8 (behavior that dissapears when using the ie8 compatibility mode).