Skip to content

Commit cad705c

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.0.1.
1 parent b76d31b commit cad705c

File tree

10 files changed

+67
-329
lines changed

10 files changed

+67
-329
lines changed

tr/algorithms/WGSL.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"rationale": "for",
1010
"steps": [
1111
{
12-
"html": "<p>For each diagnostic <em>D</em>, find the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#diagnostic-filter\" id=\"ref-for-diagnostic-filter\">diagnostic filter</a> with the smallest <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#affected-range\" id=\"ref-for-affected-range\">affected range</a> that contains D’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#diagnostic-triggering-location\" id=\"ref-for-diagnostic-triggering-location①\">triggering location</a>, and which has the same <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#diagnostic-triggering-rule\" id=\"ref-for-diagnostic-triggering-rule②\">triggering rule</a>.</p>\n <ul>\n <li data-md=\"\">\n <p>If such a filter exists, apply it to <em>D</em>, updating <em>D</em>'s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#diagnostic-severity\" id=\"ref-for-diagnostic-severity①\">severity</a>.</p>\n </li><li data-md=\"\">\n <p>Otherwise <em>D</em> remains unchanged.</p>\n </li></ul>"
12+
"html": "<p>For each diagnostic <em>D</em>, find the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#diagnostic-filter\" id=\"ref-for-diagnostic-filter\">diagnostic filter</a>\nwith the smallest <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#affected-range\" id=\"ref-for-affected-range\">affected range</a> that contains D’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#diagnostic-triggering-location\" id=\"ref-for-diagnostic-triggering-location①\">triggering location</a>, and which has the same <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#diagnostic-triggering-rule\" id=\"ref-for-diagnostic-triggering-rule②\">triggering rule</a>.</p>\n <ul>\n <li data-md=\"\">\n <p>If such a filter exists, apply it to <em>D</em>, updating <em>D</em>'s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#diagnostic-severity\" id=\"ref-for-diagnostic-severity①\">severity</a>.</p>\n </li><li data-md=\"\">\n <p>Otherwise <em>D</em> remains unchanged.</p>\n </li></ul>"
1313
},
1414
{
1515
"html": "<p>Discard diagnostics that have severity <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#severity-off\" id=\"ref-for-severity-off\">off</a>.</p>"
@@ -24,7 +24,7 @@
2424
"html": "<p>If at least one remaining diagnostic has <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#severity-error\" id=\"ref-for-severity-error\">error</a> severity, then:</p>\n <ul>\n <li data-md=\"\">\n <p>Other diagnostics <em>may</em> be discarded, including other diagnostics with <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#severity-error\" id=\"ref-for-severity-error①\">error</a> severity.</p>\n </li><li data-md=\"\">\n <p>A <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#program-error\" id=\"ref-for-program-error\">program error</a> is generated.</p>\n <ul>\n <li data-md=\"\">\n <p>The error is a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#shader-creation-error\" id=\"ref-for-shader-creation-error②\">shader-creation error</a> if the diagnostic was triggered at <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#shader-module-creation\" id=\"ref-for-shader-module-creation③\">shader module creation</a> time.</p>\n </li><li data-md=\"\">\n <p>The error is a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#pipeline-creation-error\" id=\"ref-for-pipeline-creation-error②\">pipeline-creation error</a> if the diagnostic was triggered at <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#pipeline-creation\" id=\"ref-for-pipeline-creation②\">pipeline creation</a> time.</p>\n </li></ul>\n </li></ul>"
2525
},
2626
{
27-
"html": "<p>If processing during <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#shader-module-creation\" id=\"ref-for-shader-module-creation④\">shader module creation</a> time, the remaining diagnostics populate the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gpucompilationinfo-messages\" id=\"ref-for-dom-gpucompilationinfo-messages\">messages</a></code> member of the WebGPU <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#gpucompilationinfo\" id=\"ref-for-gpucompilationinfo\">GPUCompilationInfo</a></code> object.</p>"
27+
"html": "<p>If processing during <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#shader-module-creation\" id=\"ref-for-shader-module-creation④\">shader module creation</a> time, the remaining diagnostics populate the\n<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gpucompilationinfo-messages\" id=\"ref-for-dom-gpucompilationinfo-messages\">messages</a></code> member of the WebGPU <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#gpucompilationinfo\" id=\"ref-for-gpucompilationinfo\">GPUCompilationInfo</a></code> object.</p>"
2828
},
2929
{
3030
"html": "<p>If processing during <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#pipeline-creation\" id=\"ref-for-pipeline-creation③\">pipeline creation</a>, <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#severity-error\" id=\"ref-for-severity-error②\">error</a> diagnostics\nresult in WebGPU validation failure when validating <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#gpuprogrammablestage\" id=\"ref-for-gpuprogrammablestage③\">GPUProgrammableStage</a></code>.</p>"
@@ -53,7 +53,7 @@
5353
"html": "<p>For each candidate <var>C</var>, enumerate conversion ranks for subexpressions in the syntactic phrase.\nThe candidate’s preconditions have been met, and so for the <var>i</var>’th subexpression in the <var>P</var>:</p>\n <ul>\n <li data-md=\"\">\n <p>Its static type has been computed.</p>\n </li><li data-md=\"\">\n <p>There is a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#feasible-automatic-conversion\" id=\"ref-for-feasible-automatic-conversion③\">feasible automatic conversion</a> from the expression’s static type to the type required by the corresponding type assertion in the preconditions.\nLet <var>C</var>.<var>R</var>(i) be the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#conversionrank\" id=\"ref-for-conversionrank②\">ConversionRank</a> of that conversion.</p>\n </li></ul>"
5454
},
5555
{
56-
"html": "<p>Eliminate any candidate where one of its subexpressions resolves to an <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#type-abstract\" id=\"ref-for-type-abstract②\">abstract</a> type after <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#feasible-automatic-conversion\" id=\"ref-for-feasible-automatic-conversion④\">feasible automatic conversions</a>, but another\nof the candidate’s subexpressions is not a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#const-expressions\" id=\"ref-for-const-expressions③\">const-expression</a>.</p>"
56+
"html": "<p>Eliminate any candidate where one of its subexpressions resolves to an\n<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#type-abstract\" id=\"ref-for-type-abstract②\">abstract</a> type after <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#feasible-automatic-conversion\" id=\"ref-for-feasible-automatic-conversion④\">feasible automatic conversions</a>, but another\nof the candidate’s subexpressions is not a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#const-expressions\" id=\"ref-for-const-expressions③\">const-expression</a>.</p>"
5757
},
5858
{
5959
"html": "<p>Rank candidates: Given two overload candidates <var>C1</var> and <var>C2</var>, <var>C1</var> is <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-lt=\"preferable candidate\" data-noexport=\"\" id=\"preferable-candidate\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">preferred</dfn> over <var>C2</var> if:</p>\n <ul>\n <li data-md=\"\">\n <p>For each expression position <var>i</var> in <var>P</var>, <var>C1</var>.<var>R</var>(i) ≤ <var>C2</var>.<var>R</var>(i).</p>\n <ul>\n <li data-md=\"\">\n <p>That is, each expression conversion required to apply <var>C1</var> to <var>P</var> is at least as preferable as the corresponding expression conversion required to apply <var>C2</var> to <var>P</var>.</p>\n </li></ul>\n </li><li data-md=\"\">\n <p>There is at least one expression position <var>i</var> where <var>C1</var>.<var>R</var>(i) &lt; <var>C2</var>.<var>R</var>(i).</p>\n <ul>\n <li data-md=\"\">\n <p>That is, there is at least one expression conversion required to apply <var>C1</var> that is strictly more preferable than the corresponding conversion required to apply <var>C2</var>.</p>\n </li></ul>\n </li></ul>"
@@ -86,13 +86,13 @@
8686
"html": "<p><a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#atomic-type\" id=\"ref-for-atomic-type⑦\">Atomic types</a> can only appear in mutable storage buffers or workgroup\nvariables.</p>"
8787
},
8888
{
89-
"html": "<p>The data in <a href=\"https://www.w3.org/TR/WGSL/#texture-storage\">storage textures</a> with a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#access-write\" id=\"ref-for-access-write②\">write</a> or <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#access-read_write\" id=\"ref-for-access-read_write⑧\">read_write</a> <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#access-mode\" id=\"ref-for-access-mode①③\">access mode</a> is mutable, but can only be\nmodified via <a href=\"https://www.w3.org/TR/WGSL/#texturestore\">textureStore</a> built-in function.\nThe variable itself cannot be modified.</p>"
89+
"html": "<p>The data in <a href=\"https://www.w3.org/TR/WGSL/#texture-storage\">storage textures</a> with a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#access-write\" id=\"ref-for-access-write②\">write</a>\nor <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#access-read_write\" id=\"ref-for-access-read_write⑧\">read_write</a> <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#access-mode\" id=\"ref-for-access-mode①③\">access mode</a> is mutable, but can only be\nmodified via <a href=\"https://www.w3.org/TR/WGSL/#texturestore\">textureStore</a> built-in function.\nThe variable itself cannot be modified.</p>"
9090
},
9191
{
92-
"html": "<p>Variables in the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#address-spaces-workgroup\" id=\"ref-for-address-spaces-workgroup①⓪\">workgroup</a> address space can only be <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#statically-accessed\" id=\"ref-for-statically-accessed④\">statically accessed</a> in a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#compute-shader-stage\" id=\"ref-for-compute-shader-stage①\">compute shader stage</a>.</p>"
92+
"html": "<p>Variables in the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#address-spaces-workgroup\" id=\"ref-for-address-spaces-workgroup①⓪\">workgroup</a> address space can only be\n<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#statically-accessed\" id=\"ref-for-statically-accessed④\">statically accessed</a> in a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#compute-shader-stage\" id=\"ref-for-compute-shader-stage①\">compute shader stage</a>.</p>"
9393
},
9494
{
95-
"html": "<p>The <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#element-count\" id=\"ref-for-element-count②\">element count</a> of the outermost <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#array\" id=\"ref-for-array⑥\">array</a> may be an <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#override-expressions\" id=\"ref-for-override-expressions⑥\">override-expression</a>.</p>"
95+
"html": "<p>The <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#element-count\" id=\"ref-for-element-count②\">element count</a> of the outermost <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#array\" id=\"ref-for-array⑥\">array</a> may be an\n<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#override-expressions\" id=\"ref-for-override-expressions⑥\">override-expression</a>.</p>"
9696
},
9797
{
9898
"html": "<p>If there is no initializer, the variable is <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/WGSL/#default-initial-value\" id=\"ref-for-default-initial-value\">default\ninitialized</a>.</p>"

tr/dfns/rdf12-concepts.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,30 +1739,6 @@
17391739
},
17401740
"definedIn": "prose"
17411741
},
1742-
{
1743-
"id": "dfn-classicize",
1744-
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-classicize",
1745-
"linkingText": [
1746-
"classicize",
1747-
"classicized",
1748-
"classicizing"
1749-
],
1750-
"localLinkingText": [],
1751-
"type": "dfn",
1752-
"for": [],
1753-
"access": "private",
1754-
"informative": true,
1755-
"heading": {
1756-
"id": "section-classicize-definition",
1757-
"href": "https://www.w3.org/TR/rdf12-concepts/#section-classicize-definition",
1758-
"title": "From Full to Basic",
1759-
"alternateIds": [
1760-
"x8-1-from-full-to-basic"
1761-
],
1762-
"number": "8.1"
1763-
},
1764-
"definedIn": "prose"
1765-
},
17661742
{
17671743
"id": "dfn-rdf-html",
17681744
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-rdf-html",

tr/headings/dapt.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -960,12 +960,12 @@
960960
"number": "G.10"
961961
},
962962
{
963-
"id": "scriptrepresents",
964-
"href": "https://www.w3.org/TR/dapt/#scriptrepresents",
963+
"id": "scriptrepresents-root",
964+
"href": "https://www.w3.org/TR/dapt/#scriptrepresents-root",
965965
"level": 3,
966-
"title": "#scriptRepresents",
966+
"title": "#scriptRepresents-root",
967967
"alternateIds": [
968-
"extension-scriptRepresents"
968+
"extension-scriptRepresents-root"
969969
],
970970
"number": "G.11"
971971
},

tr/headings/rdf12-concepts.json

Lines changed: 0 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -418,96 +418,6 @@
418418
],
419419
"number": "7.2"
420420
},
421-
{
422-
"id": "section-basic-full-interop",
423-
"href": "https://www.w3.org/TR/rdf12-concepts/#section-basic-full-interop",
424-
"level": 2,
425-
"title": "Interoperability between RDF Basic and RDF Full",
426-
"alternateIds": [
427-
"x8-interoperability-between-rdf-basic-and-rdf-full"
428-
],
429-
"number": "8"
430-
},
431-
{
432-
"id": "section-classicize-definition",
433-
"href": "https://www.w3.org/TR/rdf12-concepts/#section-classicize-definition",
434-
"level": 3,
435-
"title": "From Full to Basic",
436-
"alternateIds": [
437-
"x8-1-from-full-to-basic"
438-
],
439-
"number": "8.1"
440-
},
441-
{
442-
"id": "section-classicize-example",
443-
"href": "https://www.w3.org/TR/rdf12-concepts/#section-classicize-example",
444-
"level": 4,
445-
"title": "Example",
446-
"alternateIds": [
447-
"x8-1-1-example"
448-
],
449-
"number": "8.1.1"
450-
},
451-
{
452-
"id": "section-unclassicize-definition",
453-
"href": "https://www.w3.org/TR/rdf12-concepts/#section-unclassicize-definition",
454-
"level": 3,
455-
"title": "From Basic to Full",
456-
"alternateIds": [
457-
"x8-2-from-basic-to-full"
458-
],
459-
"number": "8.2"
460-
},
461-
{
462-
"id": "section-classicize-caveat",
463-
"href": "https://www.w3.org/TR/rdf12-concepts/#section-classicize-caveat",
464-
"level": 3,
465-
"title": "Limitations",
466-
"alternateIds": [
467-
"x8-3-limitations"
468-
],
469-
"number": "8.3"
470-
},
471-
{
472-
"id": "algorithms",
473-
"href": "https://www.w3.org/TR/rdf12-concepts/#algorithms",
474-
"level": 3,
475-
"title": "Algorithms",
476-
"alternateIds": [
477-
"x8-4-algorithms"
478-
],
479-
"number": "8.4"
480-
},
481-
{
482-
"id": "section-classicize-algo",
483-
"href": "https://www.w3.org/TR/rdf12-concepts/#section-classicize-algo",
484-
"level": 4,
485-
"title": "The classicize algorithm",
486-
"alternateIds": [
487-
"x8-4-1-the-classicize-algorithm"
488-
],
489-
"number": "8.4.1"
490-
},
491-
{
492-
"id": "section-ctt-algo",
493-
"href": "https://www.w3.org/TR/rdf12-concepts/#section-ctt-algo",
494-
"level": 4,
495-
"title": "The classicize-triple-term algorithm",
496-
"alternateIds": [
497-
"x8-4-2-the-classicize-triple-term-algorithm"
498-
],
499-
"number": "8.4.2"
500-
},
501-
{
502-
"id": "section-unclassicize-algo",
503-
"href": "https://www.w3.org/TR/rdf12-concepts/#section-unclassicize-algo",
504-
"level": 4,
505-
"title": "The revert-classicize algorithm",
506-
"alternateIds": [
507-
"x8-4-3-the-revert-classicize-algorithm"
508-
],
509-
"number": "8.4.3"
510-
},
511421
{
512422
"id": "section-additional-datatypes",
513423
"href": "https://www.w3.org/TR/rdf12-concepts/#section-additional-datatypes",

tr/ids/dapt.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,8 +1820,9 @@
18201820
"https://www.w3.org/TR/dapt/#ref-for-index-term-presentation-processor-25",
18211821
"https://www.w3.org/TR/dapt/#ref-for-dfn-dapt-document-76",
18221822
"https://www.w3.org/TR/dapt/#ref-for-index-term-transformation-processor-25",
1823-
"https://www.w3.org/TR/dapt/#scriptrepresents",
18241823
"https://www.w3.org/TR/dapt/#extension-scriptRepresents",
1824+
"https://www.w3.org/TR/dapt/#scriptrepresents-root",
1825+
"https://www.w3.org/TR/dapt/#extension-scriptRepresents-root",
18251826
"https://www.w3.org/TR/dapt/#ref-for-index-term-transformation-processor-26",
18261827
"https://www.w3.org/TR/dapt/#ref-for-dfn-daptm-scriptrepresents-1",
18271828
"https://www.w3.org/TR/dapt/#ref-for-index-term-presentation-processor-26",

0 commit comments

Comments
 (0)