-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
category: parsingCorrectness and Edge Cases. Hail the DOMCorrectness and Edge Cases. Hail the DOMstatus: dubiousWhere do I even begin?Where do I even begin?type: bugSomething isn't working as intendedSomething isn't working as intended
Description
The ATTRIBUTE_NODE constant has been deprecated in DOM4. It should no longer be assumed that an attribute has a nodeType
.
The changes to the Attribute interface is initially particularly relevant for the Clojurescript implementation of Hickory. It can be accommodated by not recursively mapping over attributes but instead convert attributes in place when building elements.
Metadata
Metadata
Assignees
Labels
category: parsingCorrectness and Edge Cases. Hail the DOMCorrectness and Edge Cases. Hail the DOMstatus: dubiousWhere do I even begin?Where do I even begin?type: bugSomething isn't working as intendedSomething isn't working as intended