New issue
Advanced search Search tips

Issue 645382 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 2016
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 643030



Sign in to add a comment

Custom Elements: attributeChangedCallback with parser

Project Member Reported by davaajav@google.com, Sep 9 2016

Issue description

Parsing does not invoke attributeChangedCallback for the following code.

iframe.srcdoc = '<a-a a=0></a-a>';
let invocations = [];
class C extends w.HTMLElement {
  attributeChangedCallback() { invocations.push('invoked') };
}
w.customElements.define('a-a', C);
console.log(invocations.length); // prints 0
 
Blocking: 643030
Project Member

Comment 2 by sheriffbot@chromium.org, Sep 9 2016

Labels: Hotlist-Google

Comment 3 by davaajav@google.com, Sep 12 2016

Description: Show this description

Comment 4 by davaajav@google.com, Sep 12 2016

Description: Show this description

Comment 5 by davaajav@google.com, Sep 12 2016

Description: Show this description

Comment 6 by davaajav@google.com, Sep 12 2016

Status: WontFix (was: Untriaged)

Sign in to add a comment