diff --git a/source b/source index 550bb3e1f58..692f8717369 100644 --- a/source +++ b/source @@ -26372,15 +26372,7 @@ document.body.appendChild(wbr); attribute changed.

-

To resolve expect links given a - Document doc and steps, which is an algorithm that takes a - link element and returns a boolean:

- -

To unblock on all expected elements given a Document - doc, resolve expect links given - doc and true.

- -

To potentially unblock on expected element el: To unblock on expected element el: For each link element link in doc's render-blocking element set: @@ -26405,7 +26397,7 @@ document.body.appendChild(wbr);

When any element el is browsing-context connected, if el is not on the stack of open elements of an HTML parser, then - potentially unblock on expected element given el.

+ unblock on expected element given el.

@@ -121964,8 +121956,7 @@ dictionary StorageEventInit : EventInit { otherwise, the adjusted current node is the current node.

When the current node el is removed from the - stack of open elements, potentially unblock on expected element - el.

+ stack of open elements, unblock on expected element el.

Elements in the stack of open elements fall into the following categories:

@@ -128812,7 +128803,7 @@ document.body.appendChild(text);
  • Pop all the nodes off the stack of open elements.

  • -
  • Unblock on all expected elements for the document.

  • +
  • Unblock on expected element given the document element.

  • While the list of scripts that will execute when the document has finished parsing is not empty: