mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement Element.removeAttribute()/removeAttributeNS().
This commit is contained in:
parent
31e2f22d20
commit
7a9ecffaa0
5 changed files with 108 additions and 5 deletions
|
@ -185,7 +185,7 @@ DOMInterfaces = {
|
|||
'Element': {
|
||||
'nativeType': 'AbstractNode',
|
||||
'pointerType': '',
|
||||
'needsAbstract': ['getClientRects', 'getBoundingClientRect', 'setAttribute', 'setAttributeNS', 'id', 'attributes']
|
||||
'needsAbstract': ['getClientRects', 'getBoundingClientRect', 'setAttribute', 'setAttributeNS', 'removeAttribute', 'removeAttributeNS', 'id', 'attributes']
|
||||
},
|
||||
|
||||
'Event': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue