Skip to content

Commit a264e96

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.1.2.
1 parent ca0ca04 commit a264e96

File tree

9 files changed

+951
-164
lines changed

9 files changed

+951
-164
lines changed

ed/algorithms/html.json

Lines changed: 244 additions & 55 deletions
Large diffs are not rendered by default.

ed/dfns/html.json

Lines changed: 430 additions & 0 deletions
Large diffs are not rendered by default.

ed/headings/html.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3355,6 +3355,13 @@
33553355
"title": "The dialog element",
33563356
"number": "4.11.4"
33573357
},
3358+
{
3359+
"id": "dialog-light-dismiss",
3360+
"href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#dialog-light-dismiss",
3361+
"level": 4,
3362+
"title": "Dialog light dismiss",
3363+
"number": "4.11.5"
3364+
},
33583365
{
33593366
"id": "scripting-3",
33603367
"href": "https://html.spec.whatwg.org/multipage/scripting.html#scripting-3",

ed/headings/tc39-temporal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3675,7 +3675,7 @@
36753675
{
36763676
"id": "sec-temporal-iso8601grammar",
36773677
"href": "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar",
3678-
"title": "ISO 8601 grammar",
3678+
"title": "RFC 9557 / ISO 8601 grammar",
36793679
"level": 2,
36803680
"number": "13.30"
36813681
},

ed/idl/html.idl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,9 +1222,11 @@ interface HTMLDialogElement : HTMLElement {
12221222

12231223
[CEReactions] attribute boolean open;
12241224
attribute DOMString returnValue;
1225+
[CEReactions] attribute DOMString closedBy;
12251226
[CEReactions] undefined show();
12261227
[CEReactions] undefined showModal();
12271228
[CEReactions] undefined close(optional DOMString returnValue);
1229+
[CEReactions] undefined requestClose(optional DOMString returnValue);
12281230
};
12291231

12301232
[Exposed=Window]

ed/ids/html.json

Lines changed: 244 additions & 87 deletions
Large diffs are not rendered by default.

ed/index.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-01-15T00:56:04.937Z",
4+
"date": "2025-01-15T06:41:59.160Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -2155,7 +2155,7 @@
21552155
],
21562156
"crawled": "https://drafts.csswg.org/css-gcpm-4/",
21572157
"crawlCacheInfo": {
2158-
"lastModified": "Tue, 14 Jan 2025 22:44:01 GMT"
2158+
"lastModified": "Tue, 14 Jan 2025 22:44:02 GMT"
21592159
},
21602160
"generator": "bikeshed",
21612161
"date": "24 January 2024",
@@ -2453,7 +2453,7 @@
24532453
],
24542454
"crawled": "https://drafts.csswg.org/css-page-4/",
24552455
"crawlCacheInfo": {
2456-
"lastModified": "Tue, 14 Jan 2025 22:44:01 GMT"
2456+
"lastModified": "Tue, 14 Jan 2025 22:44:02 GMT"
24572457
},
24582458
"generator": "bikeshed",
24592459
"date": "12 May 2023",
@@ -2514,7 +2514,7 @@
25142514
],
25152515
"crawled": "https://drafts.csswg.org/css-position-4/",
25162516
"crawlCacheInfo": {
2517-
"lastModified": "Tue, 14 Jan 2025 22:44:01 GMT"
2517+
"lastModified": "Tue, 14 Jan 2025 22:44:02 GMT"
25182518
},
25192519
"generator": "bikeshed",
25202520
"date": "19 November 2024",
@@ -2763,7 +2763,7 @@
27632763
],
27642764
"crawled": "https://drafts.csswg.org/selectors-5/",
27652765
"crawlCacheInfo": {
2766-
"lastModified": "Tue, 14 Jan 2025 22:44:01 GMT"
2766+
"lastModified": "Tue, 14 Jan 2025 22:44:02 GMT"
27672767
},
27682768
"generator": "bikeshed",
27692769
"date": "24 September 2024",
@@ -3319,9 +3319,9 @@
33193319
],
33203320
"crawled": "https://html.spec.whatwg.org/multipage/",
33213321
"crawlCacheInfo": {
3322-
"lastModified": "Tue, 14 Jan 2025 07:33:01 GMT"
3322+
"lastModified": "Wed, 15 Jan 2025 05:00:32 GMT"
33233323
},
3324-
"date": "14 January 2025",
3324+
"date": "15 January 2025",
33253325
"algorithms": "algorithms/html.json",
33263326
"links": "links/html.json",
33273327
"refs": "refs/html.json",
@@ -8125,9 +8125,9 @@
81258125
],
81268126
"crawled": "https://tc39.es/proposal-temporal/",
81278127
"crawlCacheInfo": {
8128-
"lastModified": "Fri, 10 Jan 2025 15:15:00 GMT"
8128+
"lastModified": "Wed, 15 Jan 2025 01:05:22 GMT"
81298129
},
8130-
"date": "10 January 2025",
8130+
"date": "15 January 2025",
81318131
"links": "links/tc39-temporal.json",
81328132
"dfns": "dfns/tc39-temporal.json",
81338133
"headings": "headings/tc39-temporal.json",
@@ -18299,7 +18299,7 @@
1829918299
],
1830018300
"crawled": "https://drafts.csswg.org/css-align-3/",
1830118301
"crawlCacheInfo": {
18302-
"lastModified": "Tue, 14 Jan 2025 22:44:01 GMT"
18302+
"lastModified": "Tue, 14 Jan 2025 22:44:02 GMT"
1830318303
},
1830418304
"generator": "bikeshed",
1830518305
"date": "19 December 2024",
@@ -19187,7 +19187,7 @@
1918719187
],
1918819188
"crawled": "https://drafts.csswg.org/css-cascade-6/",
1918919189
"crawlCacheInfo": {
19190-
"lastModified": "Tue, 14 Jan 2025 22:44:01 GMT"
19190+
"lastModified": "Tue, 14 Jan 2025 22:44:02 GMT"
1919119191
},
1919219192
"generator": "bikeshed",
1919319193
"date": "8 November 2024",
@@ -19949,7 +19949,7 @@
1994919949
],
1995019950
"crawled": "https://drafts.csswg.org/css-contain-3/",
1995119951
"crawlCacheInfo": {
19952-
"lastModified": "Tue, 14 Jan 2025 22:44:01 GMT"
19952+
"lastModified": "Tue, 14 Jan 2025 22:44:02 GMT"
1995319953
},
1995419954
"generator": "bikeshed",
1995519955
"date": "20 June 2024",
@@ -20084,7 +20084,7 @@
2008420084
],
2008520085
"crawled": "https://drafts.csswg.org/css-counter-styles-3/",
2008620086
"crawlCacheInfo": {
20087-
"lastModified": "Tue, 14 Jan 2025 22:44:01 GMT"
20087+
"lastModified": "Tue, 14 Jan 2025 22:44:02 GMT"
2008820088
},
2008920089
"generator": "bikeshed",
2009020090
"date": "18 December 2023",
@@ -21122,7 +21122,7 @@
2112221122
],
2112321123
"crawled": "https://drafts.csswg.org/css-inline-3/",
2112421124
"crawlCacheInfo": {
21125-
"lastModified": "Tue, 14 Jan 2025 22:44:01 GMT"
21125+
"lastModified": "Tue, 14 Jan 2025 22:44:02 GMT"
2112621126
},
2112721127
"generator": "bikeshed",
2112821128
"date": "10 January 2025",
@@ -22731,7 +22731,7 @@
2273122731
],
2273222732
"crawled": "https://drafts.csswg.org/css-scoping-1/",
2273322733
"crawlCacheInfo": {
22734-
"lastModified": "Tue, 14 Jan 2025 22:44:01 GMT"
22734+
"lastModified": "Tue, 14 Jan 2025 22:44:02 GMT"
2273522735
},
2273622736
"generator": "bikeshed",
2273722737
"date": "27 September 2024",
@@ -22939,7 +22939,7 @@
2293922939
],
2294022940
"crawled": "https://drafts.csswg.org/css-scroll-snap-2/",
2294122941
"crawlCacheInfo": {
22942-
"lastModified": "Tue, 14 Jan 2025 22:44:01 GMT"
22942+
"lastModified": "Tue, 14 Jan 2025 22:44:02 GMT"
2294322943
},
2294422944
"generator": "bikeshed",
2294522945
"date": "16 December 2024",
@@ -24317,7 +24317,7 @@
2431724317
],
2431824318
"crawled": "https://drafts.csswg.org/css-ui-4/",
2431924319
"crawlCacheInfo": {
24320-
"lastModified": "Tue, 14 Jan 2025 22:44:01 GMT"
24320+
"lastModified": "Tue, 14 Jan 2025 22:44:02 GMT"
2432124321
},
2432224322
"generator": "bikeshed",
2432324323
"date": "22 December 2024",
@@ -32505,7 +32505,7 @@
3250532505
],
3250632506
"crawled": "https://drafts.csswg.org/resize-observer-1/",
3250732507
"crawlCacheInfo": {
32508-
"lastModified": "Tue, 14 Jan 2025 22:44:01 GMT"
32508+
"lastModified": "Tue, 14 Jan 2025 22:44:02 GMT"
3250932509
},
3251032510
"generator": "bikeshed",
3251132511
"date": "27 January 2023",

ed/links/html.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,9 @@
18951895
"eventdef-window-resize",
18961896
"eventdef-document-scroll",
18971897
"eventdef-document-scrollend",
1898-
"set-up-browsing-context-features"
1898+
"set-up-browsing-context-features",
1899+
"dom-mouseevent-clientx",
1900+
"dom-mouseevent-clienty"
18991901
]
19001902
},
19011903
"https://drafts.csswg.org/cssom/": {

ed/links/tc39-temporal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"naming"
1313
]
1414
},
15-
"https://datatracker.ietf.org/doc/html/draft-ietf-sedate-datetime-extended": {
15+
"https://datatracker.ietf.org/doc/html/rfc9557": {
1616
"anchors": [
17-
"section-3.1",
17+
"name-abnf",
1818
"section-3.1-4"
1919
]
2020
},

0 commit comments

Comments
 (0)