mirror of
https://github.com/servo/servo.git
synced 2025-10-08 20:49:24 +01:00
Implement Element.classList (partially fixes #1717).
This commit is contained in:
parent
0803e5d0ac
commit
972c69883e
6 changed files with 139 additions and 3 deletions
|
@ -32,6 +32,7 @@ DOMInterfaces = {
|
|||
'DOMException': {},
|
||||
'DOMImplementation': {},
|
||||
'DOMParser': {},
|
||||
'DOMTokenList': {},
|
||||
'Element': {},
|
||||
'Event': {},
|
||||
'EventHandler': {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue