diff --git a/source b/source index 2bbc7e680d9..ab23b1dd6f4 100644 --- a/source +++ b/source @@ -3090,6 +3090,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute next sibling, and previous sibling concepts
  • The parent element concept
  • +
  • The reflect concept
  • The document element concept
  • The in a document tree, in a document (legacy), and connected concepts
  • The slot concept, and its name and assigned nodes
  • @@ -7540,7 +7541,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute

    Reflecting content attributes in IDL attributes

    -

    Some IDL attributes are defined to reflect a particular content attribute. This +

    Some IDL attributes are defined to reflect a particular content attribute. This means that on getting, the IDL attribute returns the current value of the content attribute, and on setting, the IDL attribute changes the value of the content attribute to the given value.