[Webkit-unassigned] [Bug 148782] New: innerHTML should always add a mutation record for removing all children

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 20:31:20 PDT 2015


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

            Bug ID: 148782
           Summary: innerHTML should always add a mutation record for
                    removing all children
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: cdumez at apple.com, webkit-bug-importer at group.apple.com

e.g.
<div id=t>old text</div>
<script>t.innerHTML = "new text"</script>

should always add a mutation record for removing #"old text" for interoperability
since it uses "replace all" in DOM: http://www.w3.org/TR/dom/#concept-node-replace-all

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150904/465cf5fb/attachment-0001.html>


More information about the webkit-unassigned mailing list