Re: [w3c/DOM-Parsing] Special case innerHTML for template parsing; note for outerHTML (#12)

> @@ -416,6 +424,13 @@
>        the <a>context object</a>'s <a>next sibling</a>.
>      </dl>
>    </ol>
> +  
> +  <p class=note>No special handling for <code><a>template</a></code> elements is included in the 
> +  above "<code>afterbegin</code>" and "<code>beforeend</code>" cases. Unlike 
> +  <a for="Element">innerHTML</a>, <a for="Element">insertAdjacentHTML</a> will insert the given 
> +  <var>fragment</var> into a <code><a>template</a></code>'s <a>children</a> rather than into its
> +  <a>template contents</a>.</p>

Fantastic. I'll borrow that if you don't mind.

---
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/pull/12/files/7bccda9963fdbc6dd7cdfb90621dffad6d5d2171#r66176173

Received on Wednesday, 8 June 2016 00:29:58 UTC