- From: Luke Warlow <notifications@github.com>
- Date: Tue, 13 Aug 2024 02:37:35 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 August 2024 09:37:39 UTC
https://dom.spec.whatwg.org/#concept-element-attribute > [Elements](https://dom.spec.whatwg.org/#concept-element) also have an attribute list, which is a [list](https://infra.spec.whatwg.org/#list) exposed through a [NamedNodeMap](https://dom.spec.whatwg.org/#namednodemap). Unless explicitly given when an [element](https://dom.spec.whatwg.org/#concept-element) is created, its [attribute list](https://dom.spec.whatwg.org/#concept-element-attribute) [is empty](https://infra.spec.whatwg.org/#list-is-empty). I thought the exposed through a NamedNodeMap bit was enough? Or does the getter steps need to explicitly specify how to do that? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1297#issuecomment-2285812694 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1297/c2285812694@github.com>
Received on Tuesday, 13 August 2024 09:37:39 UTC