mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-17 00:23:00 +00:00
19 lines
397 B
Text
19 lines
397 B
Text
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
|