[w3c/DOM-Parsing] How should createContextualFragment interact with `<script>` inside `<template>`? (#19)

https://w3c.github.io/DOM-Parsing/#extensions-to-the-range-interface (why can't I link directly to the `createContextualFragment` method definition?) says in step 4:

> Unmark all scripts in fragment node as "already started". 

What does "in fragment node" mean?  Does this mean descendants of the node or something else?  Specifically, what happens if there is a `<template>` descendant which has a `<script>` inside its DocumentFragment?  Will that `<script>` be unmarked or not?

// cc @annevk, @domenic 

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Parsing/issues/19

Received on Friday, 22 July 2016 15:11:56 UTC