[Webkit-unassigned] [Bug 30923] When assigning to innerHTML of an element in an XHTML document, HTML entities are not recognized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 15:46:47 PDT 2009


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





--- Comment #6 from Jim Driscoll <maus at io.com>  2009-10-29 15:46:47 PDT ---
Your summary is slightly incorrect in that these are also *XHTML* character
entities - and that appears to be the context in which this bug surfaces.

Also, it's not clear that the document needs to be served with the
application/xml+xhtml content type.  It certainly didn't in my tests.  In my
tests, the document was served with a DOCTYPE of XHTML transitional, and a
content-type of "text/html" - so it seems that webkit, unlike all other
browsers I tested, may have prioritized the DOCTYPE over the content-type.

So you can apparently hit this bug in two different ways.

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



More information about the webkit-unassigned mailing list