On 2011-11-03 7:41 PM, Felix Miata wrote:
http://fm.no-ip.com/Auth/refmarks.html

This passes W3's HTML&  CSS2.1[1] validators, and produces no errors in the
error console, yet displays none of the page in rv8.0, rv7.0.1&  rv6.0.2. It
works as expected in rv1.8.x. How do I figure out what the problem is?

It appears that the HTML5 parser (on by default since I forget exactly when) does not like this construct:

<title>Felix's Frequent Copy to Paste Bookmarks</>

The entire content of the page is absorbed into the <title> element. This is obvious in Firebug's DOM tree view or the built-in inspector's DOM tree view. Or you could use validator.nu, which has an HTML5 parser and reports a flood of mismatched end tags and a failure to close <title>.

(My understanding is that </> is an SGMLism that was felt to be insufficiently widely used on the public Web to be worth supporting in the /de novo/ HTML5 grammar.)

zw
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to