DOM 4 deprecating node type for attributes #36
Labels
category: parsing
Correctness and Edge Cases. Hail the DOM
status: dubious
Where do I even begin?
type: bug
Something isn't working as intended
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.
The text was updated successfully, but these errors were encountered: