This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
http://w3c.github.io/webcomponents/spec/custom/#dfn-created-callback: "The custom element prototype must be set just prior to invoking callback." "If the created callback exists for an element, all other callbacks must not be enqueued until after this created callback's invocation had started." In the steps to set the custom element prototype we have: http://w3c.github.io/webcomponents/spec/custom/#dfn-set-prototype 3.1. "Enqueue attached callback for ELEMENT" There is instruction to enqueue an attached callback and instruction to not enqueue the attached callback because it happens before invoking the created callback.
Moved to https://github.com/w3c/webcomponents/issues/175