diff --git a/source b/source index 5ce64fef4c4..43d5c94737e 100644 --- a/source +++ b/source @@ -125601,7 +125601,7 @@ document.body.appendChild(text);

If the stack of open elements has only one node on it, if the second element on the stack of open elements is not a body element, or if there is a template element on the stack of open elements, then ignore the token. - (fragment case)

+ (fragment case or there is a template element on the stack)

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.