diff --git a/source b/source index c127ef318d6..7810b777713 100644 --- a/source +++ b/source @@ -2622,6 +2622,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • include
  • inherit
  • interface prototype object
  • +
  • implements
  • [[Realm]] field of a platform object
  • callback context
  • frozen array and @@ -2940,6 +2941,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • The child concept
  • The root and shadow-including root concepts
  • The inclusive ancestor, + descendant, + shadow-including ancestor, shadow-including descendant, shadow-including inclusive descendant, and shadow-including inclusive ancestor concepts
  • @@ -7218,8 +7221,274 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute return a DOMTokenList object whose associated element is the element in question and whose associated attribute's local name is the name of the attribute in question.

    - +

    If a reflecting IDL attribute attr has the type T?, where T is either Element or an + interface that inherits from Element, then: + +

    + +

    If a reflecting IDL attribute attr has the type FrozenArray<T>?, where T is either + Element or an interface that inherits from Element, then:

    + + + +

    Collections