From b62bbc7f4daa69e167604d396ecbe7e0cf33e096 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 31 Mar 2020 09:00:54 +0200 Subject: [PATCH] address feedback and also adjust some wrapping while here --- source | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/source b/source index c5f069b154b..e38481960bd 100644 --- a/source +++ b/source @@ -58379,8 +58379,8 @@ interface HTMLTemplateElement : HTMLElement { contents:

    -
  1. Let doc be the template element's node document's appropriate template contents owner - document.

  2. +
  3. Let doc be the template element's node document's + appropriate template contents owner document.

  4. Create a DocumentFragment object whose node document is doc and host is the @@ -58436,16 +58436,15 @@ interface HTMLTemplateElement : HTMLElement {

    1. -

      Let doc be node's node document's - appropriate template contents owner document.

      +

      Let doc be node's node document's appropriate + template contents owner document.

      node's node document is the Document object that node was just adopted into.

    2. -
    3. Adopt node's - template contents (a DocumentFragment object) into doc, with - forceDocumentFragmentAdoption set to true.

    4. +
    5. Adopt node's template + contents into doc, with true.

    The content IDL attribute must return the