Re: [whatwg/dom] Allow createElement/createElementNS()'s dictionary argument to be a s… (#572)

domenic approved this pull request.



> @@ -5139,6 +5145,9 @@ method, when invoked, must return the result of running the
 <a>internal <code>createElementNS</code> steps</a>, given <a>context object</a>,
 <var>namespace</var>, <var>qualifiedName</var>, and <var>options</var>.
 
+<p class="note"><code>createElement()</code> and <code>createElementNS()</code>'s <var>options</var>

Use `{{Document/createElement()}}` etc.?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/572#pullrequestreview-98347973

Received on Wednesday, 21 February 2018 20:27:26 UTC