diff --git a/source b/source index 8639eb9e205..ab7d7657bb0 100644 --- a/source +++ b/source @@ -4129,8 +4129,13 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • 'content-visibility' property
  • 'auto' value for 'content-visibility'
  • - +

    The following terms are defined in CSS Anchor Positioning: CSSANCHOR

    + + +
    Intersection Observer
    @@ -11771,6 +11776,9 @@ interface HTMLElement : Element { undefined hidePopover(); boolean togglePopover(optional boolean force); [CEReactions] attribute DOMString? popover; + + // The anchor attribute + [CEReactions] attribute Element? anchorElement; }; HTMLElement includes GlobalEventHandlers; @@ -13005,6 +13013,7 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%