mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Support stringifier attributes
This commit is contained in:
parent
97c01fc479
commit
691af0e98b
14 changed files with 11 additions and 73 deletions
|
@ -22,8 +22,7 @@ interface DOMTokenList {
|
|||
void replace(DOMString token, DOMString newToken);
|
||||
|
||||
[CEReactions, Pure]
|
||||
attribute DOMString value;
|
||||
stringifier attribute DOMString value;
|
||||
|
||||
stringifier;
|
||||
iterable<DOMString?>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue