[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:15:25 PDT 2009


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





--- Comment #11 from Jim Driscoll <maus at io.com>  2009-10-30 10:15:24 PDT ---
I'm not an XML guy, but isn't it true that if, as the spec says (from your
link): 

declaring the default namespace (if any) that is in scope on that element in
the DOM

that that line requires that the entities that are declared in that namespace
be respected?

If it doesn't, then I agree that the spec is broken, because really, you should
be able to feed any valid XHTML into the innerHTML property, and have it work. 
It shouldn't fail just because it has a valid XHTML character entity, but work
for everything else. 

That's just dumb.

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