- From: Travis Leithead <notifications@github.com>
- Date: Tue, 07 Jun 2016 17:29:26 -0700
- To: w3c/DOM-Parsing <DOM-Parsing@noreply.github.com>
- Cc:
Received on Wednesday, 8 June 2016 00:29:58 UTC
> @@ -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