Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Dec 15, 2023
1 parent 32618d0 commit f4cebc1
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -26372,15 +26372,7 @@ document.body.appendChild(wbr);</code></pre>
attribute changed.</p></li>
</ul>

<p>To <dfn>resolve <code data-x="rel-expect">expect</code> links</dfn> given a
<code>Document</code> <var>doc</var> and <var>steps</var>, which is an algorithm that takes a
<code>link</code> element and returns a boolean: </p>

<p>To <dfn>unblock on all expected elements</dfn> given a <code>Document</code>
<var>doc</var>, <span>resolve <code data-x="rel-expect">expect</code> links</span> given
<var>doc</var> and true.</p>

<p>To <dfn>potentially unblock on expected element</dfn> <var>el</var>: <span
<p>To <dfn>unblock on expected element</dfn> <var>el</var>: <span
data-x="list iterate">For each</span> <code>link</code> element <var>link</var> in
<var>doc</var>'s <span>render-blocking element set</span>:

Expand All @@ -26405,7 +26397,7 @@ document.body.appendChild(wbr);</code></pre>

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



Expand Down Expand Up @@ -121964,8 +121956,7 @@ dictionary <dfn dictionary>StorageEventInit</dfn> : <span>EventInit</span> {
otherwise, the <span>adjusted current node</span> is the <span>current node</span>.</p>

<p>When the <span>current node</span> <var>el</var> is removed from the
<span>stack of open elements</span>, <span>potentially unblock on expected element</span>
<var>el</var>.</p>
<span>stack of open elements</span>, <span>unblock on expected element</span> <var>el</var>.</p>

<p>Elements in the <span>stack of open elements</span> fall into the following categories:</p>

Expand Down Expand Up @@ -128812,7 +128803,7 @@ document.body.appendChild(text);

<li><p>Pop <em>all</em> the nodes off the <span>stack of open elements</span>.</p></li>

<li><p><span>Unblock on all expected elements</span> for the document.</p></li>
<li><p><span>Unblock on expected element</span> given the <span>document element</span>.</p></li>

<li><p>While the <span>list of scripts that will execute when the document has finished
parsing</span> is not empty:</p>
Expand Down

0 comments on commit f4cebc1

Please sign in to comment.