From 639021033949e359a7ce6d99c92ecf0aca5def56 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 12 Oct 2021 16:58:34 -0400 Subject: [PATCH] Fix missing step in "update the current document readiness" Closes #7120. This was missed in 35532a83fe49ec343b3f215c2acbb4394e96618a. --- source | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source b/source index 94add350702..9feaf6aa6f8 100644 --- a/source +++ b/source @@ -9550,6 +9550,9 @@ partial interface Document {
  • If document's current document readiness equals readinessValue, then return.

  • +
  • Set document's current document readiness to + readinessValue.

  • +
  • If document is associated with an HTML parser, then: