-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
One more thing is to add Attribute, which should not inherit from Node, so this would be enough
class Attribute {
constructor (name, value, ns) {
this.nodeType = 2
this.name = name
this.value = value
this.namespaceURI = ns
}
}I can PR with fixes and updates addressed in couple of issues, do you want such PR?
Metadata
Metadata
Assignees
Labels
No labels