diff --git a/source b/source index 66800f20d1c..4a28a2dcd2d 100644 --- a/source +++ b/source @@ -2725,6 +2725,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 @@ -3059,6 +3060,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • 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
  • @@ -7682,8 +7684,308 @@ 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

    @@ -62472,7 +62774,7 @@ callback BlobCallback = undefined (Blob? blob); canvas element.

  • Set the placeholder canvas - element of offscreenCanvas to be a weak reference to this canvas + element of offscreenCanvas to a weak reference to this canvas element.

  • Set this canvas element's context