[Webkit-unassigned] [Bug 43953] innerHTML Delete HEAD and BODY tags
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 13 08:43:47 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43953
--- Comment #2 from Rob Ellis <rob at silentrob.me> 2010-08-13 08:43:47 PST ---
Add semantics aside I expect
<body>
<div>
<head>This is the Second Head Node</head>
</div>
</body>
I get this
<body>
<div>
This is the Second Head Node
</div>
</body>
innerHTML will except any other arbitrary tag except head and body (semantic or not)
--
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