- From: Trevor Rowbotham <notifications@github.com>
- Date: Wed, 25 Jul 2018 09:35:25 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 25 July 2018 16:36:12 UTC
This makes it so that if the `DOMTokenList`'s associated element has an attribute that is the associated attribute's local name, at creation time, it will use the "get an attribute value" steps, which will always return a string. Previously, this used the "get an attribute by namespace and local name" steps, which would return an `Attr` node if the associated element had an attribute that is the associated attribute's local name. Fixes #666. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/dom/pull/670 -- Commit Summary -- * Make the DOMTokenList creation steps use "get an attribute value" -- File Changes -- M dom.bs (5) -- Patch Links -- https://github.com/whatwg/dom/pull/670.patch https://github.com/whatwg/dom/pull/670.diff -- 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/670
Received on Wednesday, 25 July 2018 16:36:12 UTC