I've got 10 Errors, 12 Warnings on my site with w3c Validator
http://validator.w3.org/check?uri=http%3A%2F%2Fthenozzle.net%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.2
Theres my W3C validation. Is it bad that I've got 12 error and 10 warnings? Is this normal? If so, what am I doing wrong with the Doctype?
I'm using morde开发者_Python百科rnizr.js v2. My fear is that it isn't working and causing validation errors with my doctype. But I'm not sure what the errors mean. Do they mean my site is BROKEN? Or are these so called 'errors' really just warnings.
Here's my site:
http://thenozzle.net/login
username: admin1 pass: admin1
Thanks in advance! ~ Jackson
You have:
<script type="text/javascript">
window.location = "http://thenozzle.net/oops"
</script>
Outside of your head
Remember, the validator is not logged in.
Take a look at http://www.w3.org/QA/2002/04/valid-dtd-list.html Since you're using the W3 validator those are recommended by W3.
Thanks to @petah for the answer...
@jackson, errors don't really matter, as long as you cross browser test your pages in all the target browsers and it looks fine.
精彩评论