- From: <bugzilla@jessica.w3.org>
- Date: Tue, 28 Jun 2011 16:41:08 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13079 Tab Atkins Jr. <jackalmage@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jackalmage@gmail.com Resolution|WONTFIX |INVALID --- Comment #3 from Tab Atkins Jr. <jackalmage@gmail.com> 2011-06-28 16:41:08 UTC --- To be more specific, "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5 Transitional//EN" "http://www.w3.org/TR/html5/loose.dtd">" is *not* the HTML5 doctype. The HTML5 doctype is "<!doctype html>". The doctype you added is instead an unknown doctype, which triggers quirks mode and causes the strange behavior you see. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Tuesday, 28 June 2011 16:41:14 UTC