Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the DOMTokenList creation steps use "get an attribute value"
This makes it so that if a 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, the 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.
- Loading branch information