[Webkit-unassigned] [Bug 13415] Add UTF-32 support for html/xml documents
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 26 21:40:05 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13415
------- Comment #8 from ap at webkit.org 2007-04-26 21:40 PDT -------
To dynamically create a <p> element, be sure to use createElementNS with XHTML
namespace (unlike Firefox, WebKit does not try to guess what namespace to use
with createElement; we have a bug tracking this).
Alternatively, the following should work:
---------------------
<div id="result">FAILURE: script did't run</div>
<script>document.getElementById("result").firstChild.nodeValue =
document.inputEncoding;</script>
---------------------
--
Configure bugmail: http://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