Skip to content

Commit

Permalink
Update createHTMLDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 committed Nov 24, 2020
1 parent 575b967 commit 968ae19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5568,6 +5568,8 @@ method, when invoked, must run these steps:

<li><p>Set <var>doc</var>'s <a for=Document>content type</a> to "<code>text/html</code>".

<li><p>Set <vad>doc</var>'s {{include shadow roots state}} to "deny".

<li><p><a>Append</a> a new <a>doctype</a>, with "<code>html</code>" as its
<a for=DocumentType>name</a> and with its <a for=Node>node document</a> set to <var>doc</var>, to
<var>doc</var>.
Expand Down

0 comments on commit 968ae19

Please sign in to comment.