You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2019. It is now read-only.
Changes in Attr, Node, Element, DOMCore, NodeFilter.
1. Make Attr inherit from Node again so there is a type node called
attribute node.
2. Related changes in several algorithms since Node has a new type
'ATTRIBUTE_NODE'. Need to consider this condition.
Changes in Attr, Node, Element, DOMCore, NodeFilter.
1. Make Attr inherit from Node again so there is a type node called
attribute node.
2. Related changes in several algorithms since Node has a new type
'ATTRIBUTE_NODE'. Need to consider this condition.
The text was updated successfully, but these errors were encountered: