Skip to content

Commit b9ad821

Browse files
committedNov 8, 2016
Unmark scripts as parser-inserted in createContextualFragment (fixes w3c#15)
1 parent 276fef0 commit b9ad821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ <h2>Extensibility</h2>
597597
with <var>fragment</var> as <var>markup</var>, and <var>element</var> as the
598598
<var>context element</var>.
599599

600-
<li>Unmark all scripts in <var>fragment node</var> as "already started".
600+
<li>Unmark all scripts in <var>fragment node</var> as "already started" and as "parser-inserted".
601601

602602
<li>Return the value of <var>fragment node</var>.
603603
</ol>

0 commit comments

Comments
 (0)
Please sign in to comment.