[Webkit-unassigned] [Bug 29540] [Qt] Problem with QWebElement toInnerXml() and toOuterXml() if HTML source contains closed tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 05:19:09 PDT 2009


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





--- Comment #2 from Tor Arne Vestbø <vestbo at webkit.org>  2009-10-05 05:19:09 PDT ---
Both Safari and Firefox has this behavior:

data:text/html,<p id="para"><br/>foo</p>

document.getElementById("para")
<p id=​"para">​
document.getElementById("para").innerHTML
<br>foo
document.getElementById("para").outerHTML
<p id="para"><br>foo</p>

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