This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
As raised by Jonas: The "created" callback is the way for custom elements to participate in construction of the element, set up event listeners, private state, etc. However, this means that there's an undesirable side effect of running script at parse time, which will affect performance and possibly introduce security troubles. If we invoke the callback after construction, it's a bit too late and the element is already set up. Gotta figure out something in between here.
Moved to https://github.com/w3c/webcomponents/issues/262