From ca80383672699673149099bace9461bb094e7d2c Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Wed, 27 Nov 2024 15:28:06 -0500 Subject: [PATCH] Remove manual custom element upgrade --- dom.bs | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/dom.bs b/dom.bs index 069b6a51..39690332 100644 --- a/dom.bs +++ b/dom.bs @@ -2982,19 +2982,10 @@ before a child, run these steps: insertion steps or removing steps for inclusiveDescendant. -

If inclusiveDescendant is custom and newParent is +

  • If inclusiveDescendant is custom and newParent is connected, then enqueue a custom element callback reaction with inclusiveDescendant, callback name "connectedMoveCallback", and an empty argument list. - -

  • -

    Otherwise, try to upgrade - inclusiveDescendant. - -

    If this successfully upgrades inclusiveDescendant, its - connectedCallback will be enqueued automatically during the - upgrade an element algorithm. -