[Webkit-unassigned] [Bug 19573] REGRESSION: Doctype is not parsed unless it's at the very beginning of the document (font-size didn't inherit from body to table elements)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 16 23:33:23 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19573





------- Comment #9 from rbarberac at gmail.com  2008-06-16 23:33 PDT -------
Ok, I'm with you in that the correct way to handle this case is to go into
quirks mode. But are there any way to know that the browser is working in
quirks mode? All the <DOCTYPE> related conditions are easy to spot looking at
the HTML source. But the BOM one is not, because it's an
invisible-no-breaking-space character, so you need to use a hexeditor to see
them. 

In my case, there are two developers working on a django project, one is
working with TextMate in OS X and other with a windows editor (notepad+). This
last one is putting a UTF-8 BOM. After that the Django development server is
adding other UTF-8 BOM. But looking at the sources of the HTML with a text
editor, I can't see nothing before the <DOCTYPE>. This will be a hard to spot
"feature-working-as-a-bug"


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list