diff --git a/source b/source index 46d5b7f9220..2609e6dc6bf 100644 --- a/source +++ b/source @@ -7638,7 +7638,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • A reflected content attribute name is a string. When the reflected target is an element, it represents the local name of a content attribute whose namespace is null. When the reflected target is an ElementInternals object, it - represents a key of the internal content attribute map.

  • + represents a key of the reflected target's target + element's internal content attribute map.

    A reflected IDL attribute can be defined to reflect a reflected @@ -8125,20 +8126,21 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute -

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

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