You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Looks like my doctype for XHTML (<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">) is not taken in account. (I do not have warnings I should got). Beside I got error Obsolete doctype. Expected “<!DOCTYPE html>”.error(W3C_validation) On the doctype.
Is there a way to specify which HTML type to verify ?
The text was updated successfully, but these errors were encountered:
Hi,
Looks like my doctype for XHTML (
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
) is not taken in account. (I do not have warnings I should got). Beside I got errorObsolete doctype. Expected “<!DOCTYPE html>”.error(W3C_validation)
On the doctype.Is there a way to specify which HTML type to verify ?
The text was updated successfully, but these errors were encountered: