Skip to content

Commit

Permalink
Fix missing step in "update the current document readiness"
Browse files Browse the repository at this point in the history
Closes #7120. This was missed in 35532a8.
  • Loading branch information
domenic authored and annevk committed Oct 13, 2021
1 parent acb9ac9 commit 6390210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -9550,6 +9550,9 @@ partial interface <dfn id="document" data-lt="">Document</dfn> {
<li><p>If <var>document</var>'s <span>current document readiness</span> equals
<var>readinessValue</var>, then return.</p></li>

<li><p>Set <var>document</var>'s <span>current document readiness</span> to
<var>readinessValue</var>.</p></li>

<li>
<p>If <var>document</var> is associated with an <span>HTML parser</span>, then:</p>

Expand Down

0 comments on commit 6390210

Please sign in to comment.