Skip to content

Commit ce265ba

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.2.2.
1 parent 4b7da3a commit ce265ba

File tree

7 files changed

+181
-164
lines changed

7 files changed

+181
-164
lines changed

tr/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://www.w3.org/TR/webgpu/#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://www.w3.org/TR/webgpu/#texel-block\" id=\"ref-for-texel-block③⓪\">texel block</a>\n(<var>dstOrigin</var>.<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webgpu/#gpuorigin3d-x\" id=\"ref-for-gpuorigin3d-x⑦\">x</a> + <var>x</var>, <var>dstOrigin</var>.<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webgpu/#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://www.w3.org/TR/webgpu/#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://www.w3.org/TR/webgpu/#gpuorigin2d-x\" id=\"ref-for-gpuorigin2d-x①\">x</a> + <var>x</var>, <var>srcOrigin</var>.<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webgpu/#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://www.w3.org/TR/webgpu/#dom-gpucopyexternalimagesourceinfo-source\" id=\"ref-for-dom-gpucopyexternalimagesourceinfo-source③\">source</a></code> after applying any\n<a href=\"https://www.w3.org/TR/webgpu/#color-space-conversions\">color encoding</a> required by\n<var>destination</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#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://www.w3.org/TR/webgpu/#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://www.w3.org/TR/webgpu/#color-spaces\">color-managed color value</a> of the pixel at\n(<var>srcOrigin</var>.<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webgpu/#gpuorigin2d-x\" id=\"ref-for-gpuorigin2d-x①\">x</a> + <var>x</var>, <var>srcOrigin</var>.<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webgpu/#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://www.w3.org/TR/webgpu/#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://www.w3.org/TR/webgpu/#color-space-conversions\">color encoding</a> required by\n<var>destination</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#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://www.w3.org/TR/webgpu/#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://www.w3.org/TR/webgpu/#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://www.w3.org/TR/webgpu/#texel-block\" id=\"ref-for-texel-block③⓪\">texel block</a>\n(<var>dstOrigin</var>.<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webgpu/#gpuorigin3d-x\" id=\"ref-for-gpuorigin3d-x⑦\">x</a> + <var>x</var>, <var>dstOrigin</var>.<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webgpu/#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://www.w3.org/TR/webgpu/#equivalent-texel-representation\" id=\"ref-for-equivalent-texel-representation⑤\">equivalent texel representation</a> of <var>dstColor</var>.</p>"
67326747
}
67336748
]
67346749
}

tr/dfns/rdf12-concepts.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,10 @@
220220
"links": []
221221
},
222222
{
223-
"id": "dfn-transparent",
224-
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-transparent",
223+
"id": "dfn-reifying-triple",
224+
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-reifying-triple",
225225
"linkingText": [
226-
"transparent"
226+
"reifying triple"
227227
],
228228
"localLinkingText": [],
229229
"type": "dfn",
@@ -243,10 +243,10 @@
243243
"links": []
244244
},
245245
{
246-
"id": "dfn-reifying-triple",
247-
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-reifying-triple",
246+
"id": "dfn-reifier",
247+
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-reifier",
248248
"linkingText": [
249-
"reifying triple"
249+
"reifier"
250250
],
251251
"localLinkingText": [],
252252
"type": "dfn",
@@ -266,10 +266,10 @@
266266
"links": []
267267
},
268268
{
269-
"id": "dfn-reifier",
270-
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-reifier",
269+
"id": "dfn-triple-annotation",
270+
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-triple-annotation",
271271
"linkingText": [
272-
"reifier"
272+
"triple annotation"
273273
],
274274
"localLinkingText": [],
275275
"type": "dfn",
@@ -289,10 +289,10 @@
289289
"links": []
290290
},
291291
{
292-
"id": "dfn-triple-annotation",
293-
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-triple-annotation",
292+
"id": "dfn-transparent",
293+
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-transparent",
294294
"linkingText": [
295-
"triple annotation"
295+
"transparent"
296296
],
297297
"localLinkingText": [],
298298
"type": "dfn",

0 commit comments

Comments
 (0)