mark87dotcom
-
9/12/2011 12:49:43 PM
HTML5 doctype not 'cascading' to every page
I have a master template page that declares the HTML5 doctype. My question: some of the pages that inherit from the master template have the new doctype, and some of the pages that inherit from the master template do not have the new doctype. Why could this be?
Example:
www.mysite.com/a.aspx (new doctype) www.mysite.com/b.aspx (new doctype) www.mysite.com/a/x.aspx (old doctype)
|