Skip to content

Commit 60b76c9

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 17.2.5.
1 parent d36f2c4 commit 60b76c9

File tree

9 files changed

+308
-309
lines changed

9 files changed

+308
-309
lines changed

tr/algorithms/WGSL.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 <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>"

tr/algorithms/webnn.json

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

tr/dfns/webnn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,10 +1708,10 @@
17081708
"definedIn": "dt"
17091709
},
17101710
{
1711-
"id": "dom-mloperanddescriptor-dimensions",
1712-
"href": "https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-dimensions",
1711+
"id": "dom-mloperanddescriptor-shape",
1712+
"href": "https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-shape",
17131713
"linkingText": [
1714-
"dimensions"
1714+
"shape"
17151715
],
17161716
"localLinkingText": [],
17171717
"type": "dict-member",

tr/headings/vc-data-model-2.0.json

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

tr/idl/webnn.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ enum MLOperandDataType {
9090

9191
dictionary MLOperandDescriptor {
9292
required MLOperandDataType dataType;
93-
sequence<[EnforceRange] unsigned long> dimensions = [];
93+
sequence<[EnforceRange] unsigned long> shape = [];
9494
};
9595

9696
[SecureContext, Exposed=(Window, DedicatedWorker)]

tr/ids/WGSL.json

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

tr/ids/vc-data-model-2.0.json

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

tr/ids/webnn.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-inputdescriptors-slot",
362362
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-implementation-slot%E2%91%A0",
363363
"https://www.w3.org/TR/webnn/#ref-for-table-the-typedarray-constructors%E2%91%A0",
364-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions",
364+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape",
365365
"https://www.w3.org/TR/webnn/#ref-for-map-iterate%E2%91%A0",
366366
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-implementation-slot%E2%91%A1",
367367
"https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0",
@@ -474,7 +474,7 @@
474474
"https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A4",
475475
"https://www.w3.org/TR/webnn/#ref-for-resolve%E2%91%A1",
476476
"https://www.w3.org/TR/webnn/#api-mlcontext-compute-examples",
477-
"https://www.w3.org/TR/webnn/#example-8f761056",
477+
"https://www.w3.org/TR/webnn/#example-b9695d94",
478478
"https://www.w3.org/TR/webnn/#api-mlcontext-opsupportlimits",
479479
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-opsupportlimits",
480480
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-opsupportlimits%E2%91%A0",
@@ -598,22 +598,22 @@
598598
"https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0",
599599
"https://www.w3.org/TR/webnn/#ref-for-EnforceRange",
600600
"https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long",
601-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0",
601+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0",
602602
"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-datatype",
603603
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperanddatatype%E2%91%A3",
604-
"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-dimensions",
604+
"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-shape",
605605
"https://www.w3.org/TR/webnn/#create-an-mloperanddescriptor",
606606
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A7",
607607
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperanddatatype%E2%91%A4",
608608
"https://www.w3.org/TR/webnn/#ref-for-list",
609609
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A8",
610610
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A1",
611-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A1",
611+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A1",
612612
"https://www.w3.org/TR/webnn/#ref-for-list-clone",
613613
"https://www.w3.org/TR/webnn/#mloperanddescriptor-byte-length",
614614
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A0%E2%93%AA",
615615
"https://www.w3.org/TR/webnn/#ref-for-list-iterate",
616-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A2",
616+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A2",
617617
"https://www.w3.org/TR/webnn/#ref-for-table-the-typedarray-constructors%E2%91%A5",
618618
"https://www.w3.org/TR/webnn/#ref-for-ArrayBufferView%E2%91%A7",
619619
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A2",
@@ -622,9 +622,9 @@
622622
"https://www.w3.org/TR/webnn/#issue-f000a729",
623623
"https://www.w3.org/TR/webnn/#mloperanddescriptor-check-dimensions",
624624
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A0%E2%91%A0",
625-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A3",
625+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A3",
626626
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension",
627-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A4",
627+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A4",
628628
"https://www.w3.org/TR/webnn/#ref-for-list-size",
629629
"https://www.w3.org/TR/webnn/#issue-8054fa8e",
630630
"https://www.w3.org/TR/webnn/#ref-for-mloperanddescriptor-byte-length%E2%91%A1",
@@ -663,7 +663,7 @@
663663
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6",
664664
"https://www.w3.org/TR/webnn/#mloperand-shape",
665665
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot",
666-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A5",
666+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A5",
667667
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7",
668668
"https://www.w3.org/TR/webnn/#mloperand-rank",
669669
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape",
@@ -1450,7 +1450,7 @@
14501450
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A1",
14511451
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A4",
14521452
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A1",
1453-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A6",
1453+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A6",
14541454
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A2",
14551455
"https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A2",
14561456
"https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0",
@@ -1470,12 +1470,12 @@
14701470
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A4",
14711471
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A0",
14721472
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A8",
1473-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A7",
1473+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A7",
14741474
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A5",
14751475
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A0",
14761476
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A1",
14771477
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%93%AA",
1478-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A8",
1478+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A8",
14791479
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A4",
14801480
"https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A2",
14811481
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A6",
@@ -2709,7 +2709,7 @@
27092709
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A3",
27102710
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A7",
27112711
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A1",
2712-
"https://www.w3.org/TR/webnn/#example-c3c43c72",
2712+
"https://www.w3.org/TR/webnn/#example-f859eef7",
27132713
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-gelu-method",
27142714
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A4",
27152715
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A2",
@@ -4293,7 +4293,7 @@
42934293
"https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkactivation-tanh%E2%91%A0%E2%93%AA",
42944294
"https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkactivation-tanh%E2%91%A0%E2%91%A0",
42954295
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A0%E2%91%A7",
4296-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%93%AA",
4296+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%93%AA",
42974297
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A3",
42984298
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A4",
42994299
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A0%E2%91%A6",
@@ -4488,14 +4488,14 @@
44884488
"https://www.w3.org/TR/webnn/#ref-for-cast%E2%91%A0%E2%91%A4",
44894489
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpadoptions-value%E2%91%A1",
44904490
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A1%E2%91%A1",
4491-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%91%A0",
4491+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A0",
44924492
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A1",
44934493
"https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A3",
44944494
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A8",
44954495
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A4",
44964496
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%93%AA",
44974497
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A1%E2%91%A5",
4498-
"https://www.w3.org/TR/webnn/#example-66cfaa8b",
4498+
"https://www.w3.org/TR/webnn/#example-8df0a043",
44994499
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d",
45004500
"https://www.w3.org/TR/webnn/#enumdef-mlroundingtype",
45014501
"https://www.w3.org/TR/webnn/#dom-mlroundingtype-floor",
@@ -4682,7 +4682,7 @@
46824682
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A2",
46834683
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A7",
46844684
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%93%AA",
4685-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%91%A1",
4685+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A1",
46864686
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A2",
46874687
"https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A6",
46884688
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%93%AA",
@@ -5149,7 +5149,7 @@
51495149
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlresample2doptions%E2%91%A2",
51505150
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A0%E2%93%AA",
51515151
"https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A0%E2%91%A6",
5152-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%91%A2",
5152+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A2",
51535153
"https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A0%E2%91%A1",
51545154
"https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0%E2%91%A0",
51555155
"https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-axes%E2%91%A4",
@@ -5243,7 +5243,7 @@
52435243
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A5",
52445244
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A6",
52455245
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A0%E2%91%A0",
5246-
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%91%A3",
5246+
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A3",
52475247
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A6",
52485248
"https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A0",
52495249
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%91%A4",
@@ -5750,7 +5750,7 @@
57505750
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A4%E2%93%AA",
57515751
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%91%A4",
57525752
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A3%E2%91%A0",
5753-
"https://www.w3.org/TR/webnn/#example-4ee0a7e9",
5753+
"https://www.w3.org/TR/webnn/#example-48fed25d",
57545754
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-where",
57555755
"https://www.w3.org/TR/webnn/#ref-for-broadcasting%E2%91%A3",
57565756
"https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcastable%E2%91%A4",
@@ -5910,7 +5910,7 @@
59105910
"https://www.w3.org/TR/webnn/#converttoint",
59115911
"https://www.w3.org/TR/webnn/#examples",
59125912
"https://www.w3.org/TR/webnn/#example-99852ef0",
5913-
"https://www.w3.org/TR/webnn/#example-21e2c23a",
5913+
"https://www.w3.org/TR/webnn/#example-6d499ac7",
59145914
"https://www.w3.org/TR/webnn/#example-215c9f06",
59155915
"https://www.w3.org/TR/webnn/#example-d3330320",
59165916
"https://www.w3.org/TR/webnn/#emulation",

tr/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": "2024-09-18T01:34:21.423Z",
4+
"date": "2024-09-19T01:34:18.829Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -711,7 +711,7 @@
711711
"https://aomediacodec.github.io/av1-spec/"
712712
],
713713
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
714-
"date": "18 September 2024",
714+
"date": "19 September 2024",
715715
"links": "links/av1-spec.json"
716716
},
717717
{
@@ -18273,11 +18273,11 @@
1827318273
],
1827418274
"crawled": "https://www.w3.org/TR/vc-data-model-2.0/",
1827518275
"crawlCacheInfo": {
18276-
"lastModified": "Sun, 15 Sep 2024 22:57:27 GMT"
18276+
"lastModified": "Wed, 18 Sep 2024 20:12:36 GMT"
1827718277
},
1827818278
"generator": "respec",
18279-
"date": "15 September 2024",
18280-
"revision": "ae63ddaccff94036893457aad2b55adc4a13503b",
18279+
"date": "18 September 2024",
18280+
"revision": "fde26ddadcedde96085f0c8c39eae03c708eef47",
1828118281
"algorithms": "algorithms/vc-data-model-2.0.json",
1828218282
"links": "links/vc-data-model-2.0.json",
1828318283
"refs": "refs/vc-data-model-2.0.json",
@@ -20351,11 +20351,11 @@
2035120351
],
2035220352
"crawled": "https://www.w3.org/TR/webnn/",
2035320353
"crawlCacheInfo": {
20354-
"lastModified": "Thu, 05 Sep 2024 23:37:14 GMT"
20354+
"lastModified": "Wed, 18 Sep 2024 05:03:52 GMT"
2035520355
},
2035620356
"generator": "bikeshed",
20357-
"date": "5 September 2024",
20358-
"revision": "a2450a5a6467a0e3a0a8e30bf5f4f502f015e5ee",
20357+
"date": "18 September 2024",
20358+
"revision": "53a24db89d836164761e3e1ad5510472db60c940",
2035920359
"algorithms": "algorithms/webnn.json",
2036020360
"links": "links/webnn.json",
2036120361
"refs": "refs/webnn.json",
@@ -21504,11 +21504,11 @@
2150421504
],
2150521505
"crawled": "https://www.w3.org/TR/WGSL/",
2150621506
"crawlCacheInfo": {
21507-
"lastModified": "Mon, 16 Sep 2024 22:04:58 GMT"
21507+
"lastModified": "Wed, 18 Sep 2024 19:54:45 GMT"
2150821508
},
2150921509
"generator": "bikeshed",
21510-
"date": "16 September 2024",
21511-
"revision": "17287e53b58d9de1fb65f1819dfaa420819dcc57",
21510+
"date": "18 September 2024",
21511+
"revision": "a62353b2e0ddf2878209e686e1ed5f3a3f81564e",
2151221512
"algorithms": "algorithms/WGSL.json",
2151321513
"links": "links/WGSL.json",
2151421514
"refs": "refs/WGSL.json",

0 commit comments

Comments
 (0)