[Webkit-unassigned] [Bug 23382] New: innerHTML incorrectly converts '>' characters which is not parts of html tags
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 16 05:43:01 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23382
Summary: innerHTML incorrectly converts '>' characters which is
not parts of html tags
Product: WebKit
Version: 525.x (Safari 3.2)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: me+dev at daybreaker.info
Sample Document:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>
<body>
<div id="test">
asdf<asdf>
</div>
</body>
</html>
Expected result of innerHTML property of #test element:
"asdf<asdf>"
Actual result of innerHTML property of #test element:
"asdf<asdf>"
--
Configure bugmail: https://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