diff --git a/source b/source index 81cbb67d3b0..ffd929187ce 100644 --- a/source +++ b/source @@ -2714,6 +2714,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 @@ -3052,6 +3053,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
  • @@ -7566,8 +7568,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

    @@ -62071,7 +62373,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