diff --git a/source b/source index 4adc4f275bc..4919188b2d6 100644 --- a/source +++ b/source @@ -126934,6 +126934,10 @@ document.body.appendChild(text);
Loop: If node is the topmost element in the stack of open elements, then return. (fragment case)
If node is an element in the HTML namespace, + process the token according to the rules given in the section corresponding + to the current insertion mode in HTML content.
If node's tag name, converted to ASCII lowercase, is the same as the tag name of the token, pop elements from the stack of open elements until node has been popped from the stack, and then return.
Set node to the previous entry in the stack of open elements.
If node is not an element in the HTML namespace, return - to the step labeled loop.
Otherwise, process the token according to the rules given in the section corresponding - to the current insertion mode in HTML content.
Return to the step labeled loop.