mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
20 lines
397 B
Plaintext
20 lines
397 B
Plaintext
attr: [object Attr]
|
|
attr.ownerElement: [object HTMLDivElement]
|
|
attr.namespaceURI: null
|
|
attr.localName: foo
|
|
attr.name: foo
|
|
attr.value: bar
|
|
attr.specified: true
|
|
|
|
clone: [object Attr]
|
|
clone.ownerElement: null
|
|
clone.namespaceURI: null
|
|
clone.localName: foo
|
|
clone.name: foo
|
|
clone.value: bar
|
|
clone.specified: true
|
|
|
|
attr === clone -> false
|
|
attr.isEqualNode(clone) -> true
|
|
attr.isEqualNode(other) -> false
|