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

@jakearchibald says he thinks the intent is to run script if the HTML parser would run them during initial parsing. Which in this case means we wouldn't run them.

@rniwa suggests we should continue un-marking as already-started so that when you adopt these into a normal document it works.

TODO: write tests, clarify spec.

-- 
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#issuecomment-431789961

Received on Monday, 22 October 2018 10:44:46 UTC