[Webkit-unassigned] [Bug 154936] New: HTML parser instantiates a custom element inside a template element with a wrong owner document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 16:11:46 PST 2016


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

            Bug ID: 154936
           Summary: HTML parser instantiates a custom element inside a
                    template element with a wrong owner document
    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, koivisto at iki.fi
            Blocks: 154907

HTML parser should not be instantiating the custom elements inside a template element using the containing document's registry.

Instead, it should be using the registry of the inert template document:
https://html.spec.whatwg.org/#associated-inert-template-document

-- 
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/20160303/550c05e4/attachment.html>


More information about the webkit-unassigned mailing list