Jump to content

Tentatively Valid


Cronthenoob

Recommended Posts

It means the validation succeeded experimentally. This is because the character encoding was missing, the validator guessed what it should have been. Put in a character encoding, and it would pass validation :)Just like in a meta tag:<meta name="Content-Type" content="text/html; charset=ISO-8859-1" />

Link to comment
Share on other sites

I was not able to extract a character encoding labeling from any of the valid sources for such information. Without encoding information it is impossible to reliably validate the document. I'm falling back to the "UTF-8" encoding and will attempt to perform the validation, but this is likely to fail for all non-trivial documents. Read the FAQ entry on character encoding for more details and pointers on how to fix this problem with your document.
There's a link on the page to the FAQ referenced.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...