diff --git a/source b/source index 2f6d690e48d..6cbc38d1038 100644 --- a/source +++ b/source @@ -79012,9 +79012,8 @@ END:VCARD data-x="navigate-fragid">fragment navigation. When these features attempt to scroll to a target which is in the element's subtree, the user agent will remove the hidden attribute in order to reveal the content before scrolling to - it. In addition to removing the hidden attribute, an event named - beforematch is also fired on the element before the hidden attribute is removed.

+ it by running the ancestor hidden-until-found revealing algorithm on the target + node.

Web browsers will use 'content-visibility: hidden' instead of 'display: none' when the hidden attribute is in the

  1. Fire an event named beforematch at currentNode.

  2. + data-x="event-beforematch">beforematch at currentNode with the bubbles attribute initialized to true.

  3. Remove the hidden attribute from currentNode.