On Wed, 06 Jan 2010 09:21:54 -05001, Phillip Jones wrote:

> For example here is error report for Mozilla.org opening (home) page:
> http://www.phillipmjones.net/MozillaErrors.text

"http://www.mozilla.org/
HTML Error (0, 0): The Doctype definition of the document is unknown."

> It couldn't find Doctype declaration

You are mistaken. It found a doctype. It just didn't understand what it
meant.

These are the first two lines in the source code:

<!DOCTYPE html>
<html xml:lang="en-US" lang="en-US" dir="ltr"><head>

This doctype is the new HTML5 doctype. All modern browsers should have
no problems with this (well apparently except iCab).

> so it based the check on XML 1.0
> Transitional. Setting for Strict, Transitional, or Frameset seems to 
> make no difference check for variants of HTML there are hundreds of 
> errors, so XML or XHTML seems to be correct setting.

This is wrong. Please file a bug against iCab. If it doesn't understand
the doctype or can't find one it should fall back to quirks mode
"tagsoup". Defaulting to XML or XHTML is clearly a bug.

> I've managed to correct pages on my website so all of mine I hope are in 
> the green. I've converted all to at least XHTML 1.0 Transitional.

Big mistake. You should have converted to HTML5 which is the official
successor to all the previous HTML as well as current XHTML standards
(there won't be a XHTML 2.0).

Phil

-- 
Philip Chee <[email protected]>, <[email protected]>
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.

_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to