Commit 8c42aa6
Regression fix for document.all(undefined)
This makes document.all(undefined) behave like
document.all.item(undefined). The intent of
0679448 was to be editorial, but it
accidentally made these cases different.
There was already a test for this, submitted at the same time as the
supposed-editorial change:
https://github.com/w3c/web-platform-tests/blob/b6d42d0174fd24bda0802f8a55ee46381092ef80/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html#L2091 parent 0d097af commit 8c42aa6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7478 | 7478 | | |
7479 | 7479 | | |
7480 | 7480 | | |
7481 | | - | |
7482 | | - | |
| 7481 | + | |
| 7482 | + | |
7483 | 7483 | | |
7484 | 7484 | | |
7485 | 7485 | | |
| |||
0 commit comments