[Webkit-unassigned] [Bug 91596] New: ShadowRoot.innerHTML should not use the host's parsing rule.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 00:31:51 PDT 2012


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

           Summary: ShadowRoot.innerHTML should not use the host's parsing
                    rule.
           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: shinyak at chromium.org
            Blocks: 72352


In ShadowRoot::setInnerHTML, host() is used for context element to createFragmentForInnerOuterHTML().
This changes the behavior of  shadowRoot.innerHTML = "..." if the host element is changed.

e.g. For <textarea>, almost of tags will be ignored.

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