You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…Element
In particular when setting HTMLOptionsCollection’s length, option
elements can be removed that might have descendant custom elements for
which disconnectedCallback should trigger.
When using HTMLTableRowElement’s insertCell(), a custom element can
never be inserted or affected.
FixesWICG/webcomponents#596 and fixesWICG/webcomponents#595.
When setting HTMLOptionsCollection's length, option elements can be
removed that might have descendant custom elements, for which
disconnectedCallback should trigger, so we need to add [CEReactions].
FixesWICG/webcomponents#596.
When using HTMLTableRowElement's insertCell(), a custom element can
never be inserted or affected, so we can remove [CEReactions]. FixesWICG/webcomponents#595.
HTMLTableRowElement
'sinsertCell
doesn't needCEReactions
because it never creates or connects a custom element.The text was updated successfully, but these errors were encountered: