Jump to content

saila.com

Online media matters

Living Can Kill You

XHTML revised

Reading the new XHTML 1.0 (second edition) recommendation, I came across this suggestion, in appendix C.13:
“CSS style sheets for XHTML should use lower case element and attribute names.”

Although I’ve never encountered problems, the suggestion makes sense. If all the XHTML elements are lowercase, uppercase CSS selectors may not recognize the element. Guess I should change my CSS-writing habits…