You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 1. If doc is not a Document created by this algorithm, then:
4502
+
// 1. If document is not a Document created by this algorithm:
4503
4503
if (!created_for_appropriate_template_contents()) {
4504
-
// 1. If doc does not yet have an associated inert template document, then:
4504
+
// 1. If document does not yet have an associated inert template document:
4505
4505
if (!m_associated_inert_template_document) {
4506
-
// 1. Let new doc be a new Document (whose browsing context is null). This is "a Document created by this algorithm" for the purposes of the step above.
4506
+
// 1. Let newDocument be a new Document (whose browsing context is null). This is "a Document created by
4507
+
// this algorithm" for the purposes of the step above.
4507
4508
auto new_document = HTML::HTMLDocument::create(realm());
0 commit comments