mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
Support Node.nodeType and Node.nodeValue.
This commit is contained in:
parent
9d04be98e5
commit
a5233f2bc4
2 changed files with 63 additions and 17 deletions
|
@ -294,7 +294,13 @@ DOMInterfaces = {
|
|||
'nativeType': 'AbstractNode<ScriptView>',
|
||||
'concreteType': 'Node<ScriptView>',
|
||||
'pointerType': '',
|
||||
'needsAbstract': ['appendChild', 'removeChild', 'textContent']
|
||||
'needsAbstract': [
|
||||
'appendChild',
|
||||
'nodeName',
|
||||
'nodeValue',
|
||||
'removeChild',
|
||||
'textContent',
|
||||
]
|
||||
},
|
||||
|
||||
'NodeList': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue