[Webkit-unassigned] [Bug 161570] New: Update the semantics of defined-ness of custom elements per spec changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 3 17:11:22 PDT 2016


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

            Bug ID: 161570
           Summary: Update the semantics of defined-ness of custom
                    elements per spec changes
    Classification: Unclassified
           Product: WebKit
           Version: Safari Technology Preview
          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
            Blocks: 154907

There has some changes to the way a custom element becomes :defined.
Namely, when a custom element constructor throws an exception,
the element is no longer considered as defined.

Furthermore, we should not try to upgrade such an element
when it's inserted back into a document.

Update our implementation of custom elements per these spec changes.

-- 
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/20160904/40106877/attachment-0001.html>


More information about the webkit-unassigned mailing list