- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 14 Apr 2025 08:47:25 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 14 April 2025 15:47:30 UTC
@annevk commented on this pull request. > @@ -5668,6 +5756,34 @@ method steps are to return the result of running the <a>internal <code>createElementNS</code> steps</a>, given <a>this</a>, <var>namespace</var>, <var>qualifiedName</var>, and <var>options</var>. +<p>To <dfn>flatten element creation options</dfn>, given a string or {{ElementCreationOptions}} +dictionary <var>options</var> and a <a for=/>document</a> <var>document</var>: + +<ol> + <li><p>Let <var>registry</var> be null. + + <li><p>Let <var>is</var> be null. + + <li> + <p>If <var>options</var> is a dictionary: That is correct? It never was either. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1341#discussion_r2042431997 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1341/review/2764816637@github.com>
Received on Monday, 14 April 2025 15:47:30 UTC