mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Implement innerHTML getter for HTML documents
XML case is not yet implemented.
This commit is contained in:
parent
fc76107a92
commit
7aee1cae84
5 changed files with 239 additions and 9 deletions
|
@ -185,7 +185,7 @@ DOMInterfaces = {
|
|||
'Element': {
|
||||
'nativeType': 'AbstractNode',
|
||||
'pointerType': '',
|
||||
'needsAbstract': ['getClientRects', 'getBoundingClientRect', 'setAttribute', 'setAttributeNS', 'removeAttribute', 'removeAttributeNS', 'id', 'attributes']
|
||||
'needsAbstract': ['getClientRects', 'getBoundingClientRect', 'setAttribute', 'setAttributeNS', 'removeAttribute', 'removeAttributeNS', 'id', 'attributes', 'innerHTML', 'outerHTML']
|
||||
},
|
||||
|
||||
'Event': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue