Closed
Bug 1673811
Opened 4 years ago
Closed 4 years ago
connectedCallback is invoked too late
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
DUPLICATE
of bug 1489437
People
(Reporter: annevk, Unassigned)
Details
As per custom-elements/parser/parser-sets-attributes-and-children.html
in web-platform-tests we invoke the connectedCallback
too late during parsing, after children have already been appended.
Edgar, can you maybe look at this or suggest someone who can?
Flags: needinfo?(echen)
Comment 1•4 years ago
|
||
Yeah, I tried to fix this in bug 1489437, but the fix changes the timing of parser and break some existing tests.
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(echen)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•