mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
implemented Node.normalize()
This commit is contained in:
parent
af616dba58
commit
574fba310f
3 changed files with 58 additions and 2 deletions
|
@ -87,6 +87,7 @@ DOMInterfaces = {
|
|||
'isEqualNode',
|
||||
'nodeName',
|
||||
'nodeValue',
|
||||
'normalize',
|
||||
'removeChild',
|
||||
'replaceChild',
|
||||
'textContent',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue