> Then perhaps you would care to explain why this document: > > http://zenpsycho.com/quirkstest2.htm > > activates standards mode, when the table you've linked to suggests > that it should be in quirks mode?
Table clearly shows, that this page should activate standards mode. It is the last line, „unrecognized doctype“. > I would conclude that the page you've linked to does not reflect > reality. What would you conclude? I conclude, that "HTML (No Version Present)" means doctype like this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN"> and <!DOCTYPE html> falls under "unrecognized !DOCTYPE" (and is actually the only reason why html5 has doctype at all: because unrecognized doctype triggers standards compatible mode in IE), hence the table is accurate. Test with the versionless doctype I gave above and see. Regards, Rimantas -- http://rimantas.com/ ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org *******************************************************************