mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
Implement value for DOMTokenList
This commit is contained in:
@@ -28,7 +28,7 @@ interface Element : Node {
|
||||
attribute DOMString id;
|
||||
[Pure]
|
||||
attribute DOMString className;
|
||||
[SameObject]
|
||||
[SameObject, PutForwards=value]
|
||||
readonly attribute DOMTokenList classList;
|
||||
|
||||
[SameObject]
|
||||
|
||||
Reference in New Issue
Block a user