Skip to content

Commit de39b19

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.2.2.
1 parent 9c5aef3 commit de39b19

File tree

3 files changed

+35
-18
lines changed

3 files changed

+35
-18
lines changed

ed/algorithms/webgpu.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6725,10 +6725,25 @@
67256725
},
67266726
{
67276727
"html": "For each <var>x</var> in the range [0, <var>copySize</var>.<a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#gpuextent3d-width\" id=\"ref-for-gpuextent3d-width②⑧\">width</a> − 1]:",
6728-
"rationale": "set",
6728+
"rationale": "let",
67296729
"steps": [
67306730
{
6731-
"html": "<p>Set <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#texel-block\" id=\"ref-for-texel-block③⓪\">texel block</a>\n(<var>dstOrigin</var>.<a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#gpuorigin3d-x\" id=\"ref-for-gpuorigin3d-x⑦\">x</a> + <var>x</var>, <var>dstOrigin</var>.<a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#gpuorigin3d-y\" id=\"ref-for-gpuorigin3d-y⑦\">y</a> + <var>y</var>) of\n<var>dstSubregion</var> to be an <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#equivalent-texel-representation\" id=\"ref-for-equivalent-texel-representation⑤\">equivalent texel representation</a> of the pixel at\n(<var>srcOrigin</var>.<a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#gpuorigin2d-x\" id=\"ref-for-gpuorigin2d-x①\">x</a> + <var>x</var>, <var>srcOrigin</var>.<a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#gpuorigin2d-y\" id=\"ref-for-gpuorigin2d-y①\">y</a> + <var>srcY</var>) of\n<var>source</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dom-gpucopyexternalimagesourceinfo-source\" id=\"ref-for-dom-gpucopyexternalimagesourceinfo-source③\">source</a></code> after applying any\n<a href=\"https://gpuweb.github.io/gpuweb/#color-space-conversions\">color encoding</a> required by\n<var>destination</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dom-gpucopyexternalimagedestinfo-colorspace\" id=\"ref-for-dom-gpucopyexternalimagedestinfo-colorspace②\">colorSpace</a></code> and\n<var>destination</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dom-gpucopyexternalimagedestinfo-premultipliedalpha\" id=\"ref-for-dom-gpucopyexternalimagedestinfo-premultipliedalpha②\">premultipliedAlpha</a></code>.</p>"
6731+
"html": "<p>Let <var>srcColor</var> be the <a href=\"https://gpuweb.github.io/gpuweb/#color-spaces\">color-managed color value</a> of the pixel at\n(<var>srcOrigin</var>.<a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#gpuorigin2d-x\" id=\"ref-for-gpuorigin2d-x①\">x</a> + <var>x</var>, <var>srcOrigin</var>.<a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#gpuorigin2d-y\" id=\"ref-for-gpuorigin2d-y①\">y</a> + <var>srcY</var>) of\n<var>source</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dom-gpucopyexternalimagesourceinfo-source\" id=\"ref-for-dom-gpucopyexternalimagesourceinfo-source③\">source</a></code>.</p>"
6732+
},
6733+
{
6734+
"html": "<p>Let <var>dstColor</var> be the numeric RGBA value resulting from applying any\n<a href=\"https://gpuweb.github.io/gpuweb/#color-space-conversions\">color encoding</a> required by\n<var>destination</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dom-gpucopyexternalimagedestinfo-colorspace\" id=\"ref-for-dom-gpucopyexternalimagedestinfo-colorspace②\">colorSpace</a></code> and\n<var>destination</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dom-gpucopyexternalimagedestinfo-premultipliedalpha\" id=\"ref-for-dom-gpucopyexternalimagedestinfo-premultipliedalpha②\">premultipliedAlpha</a></code>\nto <var>srcColor</var>.</p>"
6735+
},
6736+
{
6737+
"html": "If <var>texture</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dom-gputexture-format\" id=\"ref-for-dom-gputexture-format②③\" data-timeline=\"const\">format</a></code> is an <code>-srgb</code> format:",
6738+
"rationale": "set",
6739+
"steps": [
6740+
{
6741+
"html": "<p>Set <var>dstColor</var> to the result of applying the sRGB non-linear-to-linear conversion to it.</p>"
6742+
}
6743+
]
6744+
},
6745+
{
6746+
"html": "<p>Set <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#texel-block\" id=\"ref-for-texel-block③⓪\">texel block</a>\n(<var>dstOrigin</var>.<a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#gpuorigin3d-x\" id=\"ref-for-gpuorigin3d-x⑦\">x</a> + <var>x</var>, <var>dstOrigin</var>.<a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#gpuorigin3d-y\" id=\"ref-for-gpuorigin3d-y⑦\">y</a> + <var>y</var>) of\n<var>dstSubregion</var> to an <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#equivalent-texel-representation\" id=\"ref-for-equivalent-texel-representation⑤\">equivalent texel representation</a> of <var>dstColor</var>.</p>"
67326747
}
67336748
]
67346749
}

ed/ids/webgpu.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8870,15 +8870,16 @@
88708870
"https://gpuweb.github.io/gpuweb/#ref-for-dom-gpucopyexternalimagesourceinfo-flipy%E2%91%A0",
88718871
"https://gpuweb.github.io/gpuweb/#ref-for-gpuextent3d-height%E2%91%A1%E2%91%A5",
88728872
"https://gpuweb.github.io/gpuweb/#ref-for-gpuextent3d-width%E2%91%A1%E2%91%A7",
8873-
"https://gpuweb.github.io/gpuweb/#ref-for-texel-block%E2%91%A2%E2%93%AA",
8874-
"https://gpuweb.github.io/gpuweb/#ref-for-gpuorigin3d-x%E2%91%A6",
8875-
"https://gpuweb.github.io/gpuweb/#ref-for-gpuorigin3d-y%E2%91%A6",
8876-
"https://gpuweb.github.io/gpuweb/#ref-for-equivalent-texel-representation%E2%91%A4",
88778873
"https://gpuweb.github.io/gpuweb/#ref-for-gpuorigin2d-x%E2%91%A0",
88788874
"https://gpuweb.github.io/gpuweb/#ref-for-gpuorigin2d-y%E2%91%A0",
88798875
"https://gpuweb.github.io/gpuweb/#ref-for-dom-gpucopyexternalimagesourceinfo-source%E2%91%A2",
88808876
"https://gpuweb.github.io/gpuweb/#ref-for-dom-gpucopyexternalimagedestinfo-colorspace%E2%91%A1",
88818877
"https://gpuweb.github.io/gpuweb/#ref-for-dom-gpucopyexternalimagedestinfo-premultipliedalpha%E2%91%A1",
8878+
"https://gpuweb.github.io/gpuweb/#ref-for-dom-gputexture-format%E2%91%A1%E2%91%A2",
8879+
"https://gpuweb.github.io/gpuweb/#ref-for-texel-block%E2%91%A2%E2%93%AA",
8880+
"https://gpuweb.github.io/gpuweb/#ref-for-gpuorigin3d-x%E2%91%A6",
8881+
"https://gpuweb.github.io/gpuweb/#ref-for-gpuorigin3d-y%E2%91%A6",
8882+
"https://gpuweb.github.io/gpuweb/#ref-for-equivalent-texel-representation%E2%91%A4",
88828883
"https://gpuweb.github.io/gpuweb/#dom-gpuqueue-submit",
88838884
"https://gpuweb.github.io/gpuweb/#ref-for-gpuqueue%E2%91%A0%E2%91%A8",
88848885
"https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuqueue-submit%E2%91%A3",

ed/index.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-09-20T00:55:25.426Z",
4+
"date": "2025-09-20T06:45:34.943Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -745,7 +745,7 @@
745745
},
746746
"stats": {
747747
"crawled": 713,
748-
"errors": 4
748+
"errors": 5
749749
},
750750
"crawler": "reffy-19.2.2",
751751
"results": [
@@ -2221,7 +2221,7 @@
22212221
],
22222222
"crawled": "https://drafts.csswg.org/css-images-5/",
22232223
"crawlCacheInfo": {
2224-
"lastModified": "Fri, 19 Sep 2025 22:29:45 GMT"
2224+
"lastModified": "Fri, 19 Sep 2025 22:29:46 GMT"
22252225
},
22262226
"generator": "bikeshed",
22272227
"date": "28 August 2023",
@@ -2642,7 +2642,7 @@
26422642
],
26432643
"crawled": "https://drafts.csswg.org/selectors-5/",
26442644
"crawlCacheInfo": {
2645-
"lastModified": "Fri, 19 Sep 2025 22:29:45 GMT"
2645+
"lastModified": "Fri, 19 Sep 2025 22:29:46 GMT"
26462646
},
26472647
"generator": "bikeshed",
26482648
"date": "27 August 2025",
@@ -2984,7 +2984,7 @@
29842984
"versions": [
29852985
"https://fidoalliance.org/specs/fido-v2.2-ps-20250714/fido-client-to-authenticator-protocol-v2.2-ps-20250714.html"
29862986
],
2987-
"error": "Error: Switch option without <dd> found: authorized, the authenticator sets the minPinLength return value to the current minimum PIN length value.\n \nhttps://fidoalliance.org/specs/fido-v2.2-ps-20250714/reffy/scripts/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/extract-algorithms.mjs:550:19\nArray.map (<anonymous>)\nserializeSteps (https://fidoalliance.org/specs/fido-v2.2-ps-20250714/reffy/scripts/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/extract-algorithms.mjs:544:53)\n at evaluate (evaluate at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:663:36), <anonymous>:6:28)\n at #evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExecutionContext.js:388:19)\n at runNextTicks (node:internal/process/task_queues:60:5)\n at process.processImmediate (node:internal/timers:454:9)\n at async ExecutionContext.evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExecutionContext.js:274:16)\n at async IsolatedWorld.evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/IsolatedWorld.js:97:16)\n at async CdpFrame.evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/api/Frame.js:361:20)\n at async CdpPage.evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page.js:818:20)\n at async processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:663:25)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:109:22)"
2987+
"error": "Error: Switch option without <dd> found: authorized, the authenticator sets the minPinLength return value to the current minimum PIN length value.\n \nhttps://fidoalliance.org/specs/fido-v2.2-ps-20250714/reffy/scripts/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/extract-algorithms.mjs:550:19\nArray.map (<anonymous>)\nserializeSteps (https://fidoalliance.org/specs/fido-v2.2-ps-20250714/reffy/scripts/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/extract-algorithms.mjs:544:53)\n at evaluate (evaluate at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:663:36), <anonymous>:6:28)\n at #evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExecutionContext.js:388:19)\n at async ExecutionContext.evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExecutionContext.js:274:16)\n at async IsolatedWorld.evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/IsolatedWorld.js:97:16)\n at async CdpFrame.evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/api/Frame.js:361:20)\n at async CdpPage.evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page.js:818:20)\n at async processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:663:25)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:109:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:452:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)"
29882988
},
29892989
{
29902990
"url": "https://fs.spec.whatwg.org/",
@@ -21418,7 +21418,7 @@
2141821418
],
2141921419
"crawled": "https://drafts.csswg.org/css-fonts-4/",
2142021420
"crawlCacheInfo": {
21421-
"lastModified": "Fri, 19 Sep 2025 22:29:45 GMT"
21421+
"lastModified": "Fri, 19 Sep 2025 22:29:46 GMT"
2142221422
},
2142321423
"generator": "bikeshed",
2142421424
"date": "7 July 2025",
@@ -23459,7 +23459,7 @@
2345923459
],
2346023460
"crawled": "https://drafts.csswg.org/css-position-3/",
2346123461
"crawlCacheInfo": {
23462-
"lastModified": "Fri, 19 Sep 2025 22:29:45 GMT"
23462+
"lastModified": "Fri, 19 Sep 2025 22:29:46 GMT"
2346323463
},
2346423464
"generator": "bikeshed",
2346523465
"date": "12 September 2025",
@@ -28993,7 +28993,8 @@
2899328993
"dfns": "dfns/geometry-1.json",
2899428994
"headings": "headings/geometry-1.json",
2899528995
"ids": "ids/geometry-1.json",
28996-
"cddl": []
28996+
"cddl": [],
28997+
"error": "Error: Loading https://drafts.fxtf.org/geometry-1/ triggered HTTP status 500\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:109:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:452:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 488)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:473:21)"
2899728998
},
2899828999
{
2899929000
"url": "https://www.w3.org/TR/gpc/",
@@ -40437,10 +40438,10 @@
4043740438
],
4043840439
"crawled": "https://gpuweb.github.io/gpuweb/",
4043940440
"crawlCacheInfo": {
40440-
"lastModified": "Fri, 19 Sep 2025 22:33:03 GMT"
40441+
"lastModified": "Sat, 20 Sep 2025 04:50:40 GMT"
4044140442
},
4044240443
"generator": "bikeshed",
40443-
"date": "19 September 2025",
40444+
"date": "20 September 2025",
4044440445
"algorithms": "algorithms/webgpu.json",
4044540446
"links": "links/webgpu.json",
4044640447
"refs": "refs/webgpu.json",
@@ -41733,10 +41734,10 @@
4173341734
],
4173441735
"crawled": "https://gpuweb.github.io/gpuweb/wgsl/",
4173541736
"crawlCacheInfo": {
41736-
"lastModified": "Fri, 19 Sep 2025 22:33:03 GMT"
41737+
"lastModified": "Sat, 20 Sep 2025 04:50:40 GMT"
4173741738
},
4173841739
"generator": "bikeshed",
41739-
"date": "19 September 2025",
41740+
"date": "20 September 2025",
4174041741
"algorithms": "algorithms/WGSL.json",
4174141742
"links": "links/WGSL.json",
4174241743
"refs": "refs/WGSL.json",

0 commit comments

Comments
 (0)