mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
Auto merge of #13280 - tizianasellitto:issue_13019, r=jdm
Make DOMTokenList Iterable Make DOMTokenList Iterable. - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #13019 - [X] There are tests for these changes (It adds tests/wpt/web-platform-tests/dom/lists/DOMTokenList-Iterable.html) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13280) <!-- Reviewable:end -->
This commit is contained in:
commit
e3d946bb29
3 changed files with 45 additions and 1 deletions
|
@ -25,4 +25,5 @@ interface DOMTokenList {
|
|||
attribute DOMString value;
|
||||
|
||||
stringifier;
|
||||
iterable<DOMString?>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue