- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 09 Mar 2026 09:49:26 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 March 2026 16:49:30 UTC
@annevk commented on this pull request. > +<a for=map>is empty</a>; otherwise true. +</div> + +<div algorithm> +<p>The <dfn method for=ProcessingInstruction><code>getAttributeNames()</code></dfn> method steps +are to return the result of <a for=map>getting the keys</a> of <a>this</a>'s +<a for=ProcessingInstruction>attribute map</a>. +</div> + +<div algorithm> +<p>The <dfn method for=ProcessingInstruction><code>getAttribute(<var>name</var>)</code></dfn> method +steps are: + +<ol> + <li><p>If <a>this</a>'s <a for=Node>node document</a> is an <a>HTML document</a>, then set + <var>name</var> to <var>name</var> in <a>ASCII lowercase</a>. My preference is that we don't touch casing at all and that these thus become case-sensitive just as they would on SVG elements inside an HTML document. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1454#discussion_r2906666378 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1454/review/3916789469@github.com>
Received on Monday, 9 March 2026 16:49:30 UTC