mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
Implement value for DOMTokenList
This commit is contained in:
parent
39502d6bed
commit
b29b2d6d73
7 changed files with 44 additions and 15 deletions
|
@ -28,7 +28,7 @@ interface Element : Node {
|
|||
attribute DOMString id;
|
||||
[Pure]
|
||||
attribute DOMString className;
|
||||
[SameObject]
|
||||
[SameObject, PutForwards=value]
|
||||
readonly attribute DOMTokenList classList;
|
||||
|
||||
[SameObject]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue