[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
Fri Oct 30 10:36:56 PDT 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|HTML DOM                    |XML DOM




--- Comment #12 from Alexey Proskuryakov <ap at webkit.org>  2009-10-30 10:36:51 PDT ---
Character entity reference handling is independent of namespaces - if you
remove the top DOCTYPE line from your document, then   won't be recognized
even in static content.

Note that conforming implementations may not recognize   et al. even if a
DOCTYPE is provided:
<http://www.whatwg.org/specs/web-apps/current-work/#writing-xhtml-documents>.
WebKit doesn't really parse external DTDs, but it knows common XHTML ones and
enables XHTML character entity support for those.

-- 
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