Skip to content

Commit 88b1c9c

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.6.
1 parent 44e4b63 commit 88b1c9c

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

ed/algorithms/streams.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
{
334334
"name": "ReadableStreamGenericReader/closed",
335335
"href": "https://streams.spec.whatwg.org/#generic-reader-closed",
336-
"html": "The <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"ReadableStreamGenericReader\" data-dfn-type=\"attribute\" data-export=\"\" id=\"generic-reader-closed\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code><code>closed</code><span id=\"default-reader-closed\"></span><span id=\"byob-reader-closed\"></span></code></dfn> getter steps are:",
336+
"html": "The <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"ReadableStreamGenericReader\" data-dfn-type=\"attribute\" data-export=\"\" id=\"generic-reader-closed\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code><span class=\"bs-old-id\" id=\"byob-reader-closed\"></span><span class=\"bs-old-id\" id=\"default-reader-closed\"></span><code>closed</code></code></dfn> getter steps are:",
337337
"rationale": ".algorithm",
338338
"steps": [
339339
{
@@ -344,7 +344,7 @@
344344
{
345345
"name": "ReadableStreamGenericReader/cancel(reason)",
346346
"href": "https://streams.spec.whatwg.org/#generic-reader-cancel",
347-
"html": "The <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"ReadableStreamGenericReader\" data-dfn-type=\"method\" data-export=\"\" data-lt=\"cancel(reason)|cancel()\" id=\"generic-reader-cancel\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code><code>cancel(<var>reason</var>)</code><span id=\"default-reader-cancel\"></span><span id=\"byob-reader-cancel\"></span></code></dfn> method steps are:",
347+
"html": "The <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"ReadableStreamGenericReader\" data-dfn-type=\"method\" data-export=\"\" data-lt=\"cancel(reason)|cancel()\" id=\"generic-reader-cancel\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code><span class=\"bs-old-id\" id=\"byob-reader-cancel\"></span><span class=\"bs-old-id\" id=\"default-reader-cancel\"></span><code>cancel(<var>reason</var>)</code></code></dfn> method steps are:",
348348
"rationale": ".algorithm",
349349
"steps": [
350350
{
@@ -4774,7 +4774,7 @@
47744774
{
47754775
"name": "WritableStreamDefaultController/[[AbortSteps]]",
47764776
"href": "https://streams.spec.whatwg.org/#ws-default-controller-private-abort",
4777-
"html": "<dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"WritableStreamDefaultController\" data-dfn-type=\"abstract-op\" data-export=\"\" data-lt=\"[[AbortSteps]]\" id=\"ws-default-controller-private-abort\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">[[AbortSteps]](<var>reason</var>)<span id=\"writable-stream-default-controller-abort\"></span></dfn> implements the <a data-link-type=\"abstract-op\" href=\"https://streams.spec.whatwg.org/#abstract-opdef-writablestreamcontroller-abortsteps\" id=\"ref-for-abstract-opdef-writablestreamcontroller-abortsteps\">[[AbortSteps]]</a> contract. It performs the following steps:",
4777+
"html": "<dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"WritableStreamDefaultController\" data-dfn-type=\"abstract-op\" data-export=\"\" data-lt=\"[[AbortSteps]]\" id=\"ws-default-controller-private-abort\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><span class=\"bs-old-id\" id=\"writable-stream-default-controller-abort\"></span>[[AbortSteps]](<var>reason</var>)</dfn> implements the <a data-link-type=\"abstract-op\" href=\"https://streams.spec.whatwg.org/#abstract-opdef-writablestreamcontroller-abortsteps\" id=\"ref-for-abstract-opdef-writablestreamcontroller-abortsteps\">[[AbortSteps]]</a> contract. It performs the following steps:",
47784778
"rationale": ".algorithm",
47794779
"steps": [
47804780
{
@@ -5982,7 +5982,7 @@
59825982
"rationale": "assert",
59835983
"steps": [
59845984
{
5985-
"html": "<p class=\"assertion\">Assert: <var>controller</var>.<a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#writablestreamdefaultcontroller-stream\" id=\"ref-for-writablestreamdefaultcontroller-stream⑤\">[[stream]]</a>.<a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#writablestream-state\" id=\"ref-for-writablestream-state③②\">[[state]]</a> is \"<code>erroring</code>\" or\n \"<code>errored</code>\".</p>"
5985+
"html": "<p class=\"assertion\">Assert: <var>controller</var>.<a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#writablestreamdefaultcontroller-stream\" id=\"ref-for-writablestreamdefaultcontroller-stream⑤\">[[stream]]</a>.<a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#writablestream-state\" id=\"ref-for-writablestream-state③②\">[[state]]</a> is not\n \"<code>writable</code>\".</p>"
59865986
},
59875987
{
59885988
"html": "<p>Return 1.</p>"
@@ -7258,7 +7258,7 @@
72587258
"html": "<p>Let <var>data</var> be the data of the message.</p>"
72597259
},
72607260
{
7261-
"html": "<p class=\"assertion\">Assert: <var>data</var> <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-object-type\" id=\"ref-for-sec-object-type②\">is an Object</a>.</p>"
7261+
"html": "<p class=\"assertion\">Assert: <var>data</var> <a data-link-type=\"dfn\" data-refhint-key=\"08a5d589\" href=\"https://tc39.es/ecma262/#sec-object-type\" id=\"ref-for-sec-object-type②\">is an Object</a>.</p>"
72627262
},
72637263
{
72647264
"html": "<p>Let <var>type</var> be ! <a data-link-type=\"abstract-op\" href=\"https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p\" id=\"ref-for-sec-get-o-p\">Get</a>(<var>data</var>, \"<code>type</code>\").</p>"
@@ -7389,7 +7389,7 @@
73897389
"html": "<p>Let <var>data</var> be the data of the message.</p>"
73907390
},
73917391
{
7392-
"html": "<p class=\"assertion\">Assert: <var>data</var> <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-object-type\" id=\"ref-for-sec-object-type③\">is an Object</a>.</p>"
7392+
"html": "<p class=\"assertion\">Assert: <var>data</var> <a data-link-type=\"dfn\" data-refhint-key=\"08a5d589\" href=\"https://tc39.es/ecma262/#sec-object-type\" id=\"ref-for-sec-object-type③\">is an Object</a>.</p>"
73937393
},
73947394
{
73957395
"html": "<p>Let <var>type</var> be ! <a data-link-type=\"abstract-op\" href=\"https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p\" id=\"ref-for-sec-get-o-p②\">Get</a>(<var>data</var>, \"<code>type</code>\").</p>"
@@ -7549,7 +7549,7 @@
75497549
"rationale": ".algorithm",
75507550
"steps": [
75517551
{
7552-
"html": "<p class=\"assertion\">Assert: <var>O</var> <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-object-type\" id=\"ref-for-sec-object-type④\">is an Object</a>.</p>"
7552+
"html": "<p class=\"assertion\">Assert: <var>O</var> <a data-link-type=\"dfn\" data-refhint-key=\"08a5d589\" href=\"https://tc39.es/ecma262/#sec-object-type\" id=\"ref-for-sec-object-type④\">is an Object</a>.</p>"
75537553
},
75547554
{
75557555
"html": "<p class=\"assertion\">Assert: <var>O</var> has an [[ArrayBufferData]] internal slot.</p>"
@@ -7615,7 +7615,7 @@
76157615
"rationale": ".algorithm",
76167616
"steps": [
76177617
{
7618-
"html": "<p class=\"assertion\">Assert: <var>O</var> <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-object-type\" id=\"ref-for-sec-object-type⑤\">is an Object</a>.</p>"
7618+
"html": "<p class=\"assertion\">Assert: <var>O</var> <a data-link-type=\"dfn\" data-refhint-key=\"08a5d589\" href=\"https://tc39.es/ecma262/#sec-object-type\" id=\"ref-for-sec-object-type⑤\">is an Object</a>.</p>"
76197619
},
76207620
{
76217621
"html": "<p class=\"assertion\">Assert: <var>O</var> has an [[ViewedArrayBuffer]] internal slot.</p>"
@@ -7655,13 +7655,13 @@
76557655
"rationale": ".algorithm",
76567656
"steps": [
76577657
{
7658-
"html": "<p class=\"assertion\">Assert: <var>toBuffer</var> <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-object-type\" id=\"ref-for-sec-object-type⑥\">is an Object</a>.</p>"
7658+
"html": "<p class=\"assertion\">Assert: <var>toBuffer</var> <a data-link-type=\"dfn\" data-refhint-key=\"08a5d589\" href=\"https://tc39.es/ecma262/#sec-object-type\" id=\"ref-for-sec-object-type⑥\">is an Object</a>.</p>"
76597659
},
76607660
{
76617661
"html": "<p class=\"assertion\">Assert: <var>toBuffer</var> has an [[ArrayBufferData]] internal slot.</p>"
76627662
},
76637663
{
7664-
"html": "<p class=\"assertion\">Assert: <var>fromBuffer</var> <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-object-type\" id=\"ref-for-sec-object-type⑦\">is an Object</a>.</p>"
7664+
"html": "<p class=\"assertion\">Assert: <var>fromBuffer</var> <a data-link-type=\"dfn\" data-refhint-key=\"08a5d589\" href=\"https://tc39.es/ecma262/#sec-object-type\" id=\"ref-for-sec-object-type⑦\">is an Object</a>.</p>"
76657665
},
76667666
{
76677667
"html": "<p class=\"assertion\">Assert: <var>fromBuffer</var> has an [[ArrayBufferData]] internal slot.</p>"

ed/ids/streams.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@
536536
"https://streams.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1",
537537
"https://streams.spec.whatwg.org/#example-tee-and-pipe",
538538
"https://streams.spec.whatwg.org/#rs-asynciterator",
539-
"https://streams.spec.whatwg.org/#rs-asynciterator-prototype",
540539
"https://streams.spec.whatwg.org/#default-reader-asynciterator-prototype-internal-slots",
540+
"https://streams.spec.whatwg.org/#rs-asynciterator-prototype",
541541
"https://streams.spec.whatwg.org/#ref-for-dom-readablestreamiteratoroptions-preventcancel",
542542
"https://streams.spec.whatwg.org/#ref-for-chunk%E2%91%A0%E2%91%A7",
543543
"https://streams.spec.whatwg.org/#ref-for-lock%E2%91%A0%E2%93%AA",
@@ -631,13 +631,13 @@
631631
"https://streams.spec.whatwg.org/#ref-for-readablestream%E2%91%A1%E2%91%A1",
632632
"https://streams.spec.whatwg.org/#generic-reader-prototype",
633633
"https://streams.spec.whatwg.org/#generic-reader-closed",
634-
"https://streams.spec.whatwg.org/#default-reader-closed",
635634
"https://streams.spec.whatwg.org/#byob-reader-closed",
635+
"https://streams.spec.whatwg.org/#default-reader-closed",
636636
"https://streams.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3",
637637
"https://streams.spec.whatwg.org/#ref-for-readablestreamgenericreader-closedpromise",
638638
"https://streams.spec.whatwg.org/#generic-reader-cancel",
639-
"https://streams.spec.whatwg.org/#default-reader-cancel",
640639
"https://streams.spec.whatwg.org/#byob-reader-cancel",
640+
"https://streams.spec.whatwg.org/#default-reader-cancel",
641641
"https://streams.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4",
642642
"https://streams.spec.whatwg.org/#ref-for-readablestreamgenericreader-stream%E2%91%A1",
643643
"https://streams.spec.whatwg.org/#ref-for-a-promise-rejected-with%E2%91%A2",

ed/index.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-04-03T06:43:58.203Z",
4+
"date": "2025-04-03T12:49:27.437Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -6744,11 +6744,11 @@
67446744
],
67456745
"crawled": "https://streams.spec.whatwg.org/",
67466746
"crawlCacheInfo": {
6747-
"lastModified": "Mon, 17 Feb 2025 12:45:59 GMT"
6747+
"lastModified": "Thu, 03 Apr 2025 07:13:07 GMT"
67486748
},
67496749
"generator": "bikeshed",
6750-
"date": "17 February 2025",
6751-
"revision": "4d90f7f21a6fef9719b6aeb6aea79d9617929908",
6750+
"date": "3 April 2025",
6751+
"revision": "080852ccd709e063cc6af239ae07fc040e365179",
67526752
"algorithms": "algorithms/streams.json",
67536753
"links": "links/streams.json",
67546754
"refs": "refs/streams.json",
@@ -36155,10 +36155,10 @@
3615536155
],
3615636156
"crawled": "https://w3c.github.io/aria/",
3615736157
"crawlCacheInfo": {
36158-
"lastModified": "Wed, 02 Apr 2025 20:19:21 GMT"
36158+
"lastModified": "Thu, 03 Apr 2025 06:45:31 GMT"
3615936159
},
3616036160
"generator": "respec",
36161-
"date": "02 April 2025",
36161+
"date": "03 April 2025",
3616236162
"algorithms": "algorithms/wai-aria-1.2.json",
3616336163
"links": "links/wai-aria-1.2.json",
3616436164
"refs": "refs/wai-aria-1.2.json",
@@ -36220,10 +36220,10 @@
3622036220
],
3622136221
"crawled": "https://w3c.github.io/aria/",
3622236222
"crawlCacheInfo": {
36223-
"lastModified": "Wed, 02 Apr 2025 20:19:21 GMT"
36223+
"lastModified": "Thu, 03 Apr 2025 06:45:31 GMT"
3622436224
},
3622536225
"generator": "respec",
36226-
"date": "02 April 2025",
36226+
"date": "03 April 2025",
3622736227
"algorithms": "algorithms/wai-aria-1.3.json",
3622836228
"links": "links/wai-aria-1.3.json",
3622936229
"refs": "refs/wai-aria-1.3.json",
@@ -37955,11 +37955,11 @@
3795537955
],
3795637956
"crawled": "https://w3c.github.io/webdriver-bidi/",
3795737957
"crawlCacheInfo": {
37958-
"lastModified": "Thu, 27 Mar 2025 08:36:17 GMT"
37958+
"lastModified": "Thu, 03 Apr 2025 07:21:18 GMT"
3795937959
},
3796037960
"generator": "bikeshed",
37961-
"date": "27 March 2025",
37962-
"revision": "c1c706cf097feffef410a50070f5e6c73d939170",
37961+
"date": "3 April 2025",
37962+
"revision": "aaec7b6adfac6941e46551b51ac79fcf53bc5f28",
3796337963
"algorithms": "algorithms/webdriver-bidi.json",
3796437964
"links": "links/webdriver-bidi.json",
3796537965
"refs": "refs/webdriver-bidi.json",

0 commit comments

Comments
 (0)