Skip to content

Commit d44bf95

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.8.1.
1 parent 8ec88e0 commit d44bf95

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ed/idl/html.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ interface ToggleEvent : Event {
16951695
constructor(DOMString type, optional ToggleEventInit eventInitDict = {});
16961696
readonly attribute DOMString oldState;
16971697
readonly attribute DOMString newState;
1698-
readonly attribute Element source;
1698+
readonly attribute Element? source;
16991699
};
17001700

17011701
dictionary ToggleEventInit : EventInit {

ed/index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-06-07T00:56:46.266Z",
4+
"date": "2025-06-07T06:44:32.336Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -3171,9 +3171,9 @@
31713171
],
31723172
"crawled": "https://html.spec.whatwg.org/multipage/",
31733173
"crawlCacheInfo": {
3174-
"lastModified": "Thu, 05 Jun 2025 13:48:46 GMT"
3174+
"lastModified": "Sat, 07 Jun 2025 01:42:43 GMT"
31753175
},
3176-
"date": "5 June 2025",
3176+
"date": "7 June 2025",
31773177
"algorithms": "algorithms/html.json",
31783178
"links": "links/html.json",
31793179
"refs": "refs/html.json",
@@ -18736,7 +18736,7 @@
1873618736
],
1873718737
"crawled": "https://drafts.csswg.org/css-2023/",
1873818738
"crawlCacheInfo": {
18739-
"lastModified": "Fri, 06 Jun 2025 23:13:02 GMT"
18739+
"lastModified": "Fri, 06 Jun 2025 23:13:03 GMT"
1874018740
},
1874118741
"generator": "bikeshed",
1874218742
"date": "29 January 2025",

0 commit comments

Comments
 (0)