[Webkit-unassigned] [Bug 84646] New: Implement DocumentFragment.innerHTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 23 15:58:33 PDT 2012


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

           Summary: Implement DocumentFragment.innerHTML
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rafaelw at chromium.org


Should be willing to parse without a context element. I.e.

df.innerHTML = '<tr><td>Foo</td></tr>'

creates a single child for the fragment which is a <tr>, which has a single <td> child, which has a single 'Foo' textNode child.

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