From 0c7c233516385e029803d1ed54aeeae259d217e3 Mon Sep 17 00:00:00 2001
From: Martin Fischer
Date: Thu, 16 Nov 2023 17:26:53 +0100
Subject: [PATCH] Correct two "fragment case" annotations
They can both occur even in regular (non-fragment) parsing,
e.g. when parsing `` and `
Otherwise, set the frameset-ok flag to "not ok"; then, for each attribute on the
token, check to see if the attribute is already present on the body
element (the
@@ -125615,7 +125615,8 @@ document.body.appendChild(text);
If the stack of open elements has only one node on it, or if the second element
on the stack of open elements is not a body
element, then ignore the
- token. (fragment case)
+ token. (fragment case or there is a template
element on the
+ stack)
If the frameset-ok flag is set to "not ok", ignore the token.