mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implement value for DOMTokenList
This commit is contained in:
@@ -19,5 +19,8 @@ interface DOMTokenList {
|
||||
[Throws]
|
||||
boolean toggle(DOMString token, optional boolean force);
|
||||
|
||||
[Pure]
|
||||
attribute DOMString value;
|
||||
|
||||
stringifier;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user