Skip to content

Commit 255188e

Browse files
authored
Handle processing instruction tokens in head noscript & in template
Tests: web-platform-tests/wpt#61120
1 parent a6d8d17 commit 255188e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145633,6 +145633,7 @@ document.body.appendChild(text);
145633145633
<dt>A character token that is one of U+0009 CHARACTER TABULATION, U+000A LINE FEED (LF), U+000C
145634145634
FORM FEED (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE</dt>
145635145635
<dt>A comment token</dt>
145636+
<dt>A processing instruction token</dt>
145636145637
<dt>A start tag whose tag name is one of: "basefont", "bgsound", "link", "meta", "noframes",
145637145638
"style"</dt>
145638145639
<dd>
@@ -147924,6 +147925,7 @@ document.body.appendChild(text);
147924147925

147925147926
<dt>A character token</dt>
147926147927
<dt>A comment token</dt>
147928+
<dt>A processing instruction token</dt>
147927147929
<dt>A DOCTYPE token</dt>
147928147930
<dd>
147929147931
<p>Process the token <span>using the rules for</span> the "<span data-x="insertion mode: in

0 commit comments

Comments
 (0)