I've just about got my development site working the way I want using the twentyten theme, and I'm doing some validation testing using the Firefox HTML Validator Add-on.
I was getting a stack of validation errors until I noticed that the <DOCTYPE> declaration is missing a DTD reference. That seems to be setting a bad example; does anyone know why this is missing in twentyten theme, and whether I'm going to encounter any problems setting it to:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
?
Thanks,
Graham