diff --git a/dom.bs b/dom.bs index 95bed6b6..5691dc67 100644 --- a/dom.bs +++ b/dom.bs @@ -5714,6 +5714,9 @@ or "closed").

Shadow roots have an associated delegates focus. It is initially set to false.

+

Shadow roots have an associated +available to element internals. It is initially set to false.

+

Shadow roots's associated host is never null.

@@ -6738,6 +6741,10 @@ invoked, must run these steps:
  • Set shadow's delegates focus to init's {{ShadowRootInit/delegatesFocus}}. +

  • If this's custom element state is "precustomized" or + "custom", then set shadow's + available to element internals to true. +

  • Set this's shadow root to shadow.

  • Return shadow.