Skip to content

Commit ea00cb7

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.2.
1 parent 34cd329 commit ea00cb7

File tree

15 files changed

+348
-446
lines changed

15 files changed

+348
-446
lines changed

ed/algorithms/html.json

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

ed/algorithms/service-workers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3064,7 +3064,7 @@
30643064
"html": "<p>Let <var>runResult</var> be the result of running the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#run-service-worker\" id=\"ref-for-run-service-worker③\">Run Service Worker</a> algorithm with <var>worker</var> and <var>forceBypassCache</var>.</p>"
30653065
},
30663066
{
3067-
"html": "If <var>runResult</var> is <em>failure</em> or an <a data-link-type=\"dfn\" href=\"http://tc39.github.io/ecma262/#sec-completion-record-specification-type\" id=\"ref-for-sec-completion-record-specification-type①\">abrupt completion</a>, then:",
3067+
"html": "If <var>runResult</var> is <em>failure</em> or an <a data-link-type=\"dfn\" data-refhint-key=\"49ea2b41\" href=\"http://tc39.github.io/ecma262/#sec-completion-record-specification-type\" id=\"ref-for-sec-completion-record-specification-type①\">abrupt completion</a>, then:",
30683068
"rationale": "invoke",
30693069
"steps": [
30703070
{
@@ -3646,7 +3646,7 @@
36463646
"html": "<p>If <a data-link-type=\"abstract-op\" href=\"http://tc39.github.io/ecma262/#sec-iscallable\" id=\"ref-for-sec-iscallable\">IsCallable</a>(<var>callback</var>) is false, then return false.</p>"
36473647
},
36483648
{
3649-
"html": "<p>If <var>callback</var>’s <a data-link-type=\"dfn\" href=\"http://tc39.github.io/ecma262/#prod-FunctionBody\" id=\"ref-for-prod-FunctionBody\">function body</a> is not empty (i.e. either a <a data-link-type=\"dfn\" href=\"http://tc39.github.io/ecma262/#sec-ecmascript-language-statements-and-declarations\" id=\"ref-for-sec-ecmascript-language-statements-and-declarations\">statement</a> or <a data-link-type=\"dfn\" href=\"http://tc39.github.io/ecma262/#sec-ecmascript-language-statements-and-declarations\" id=\"ref-for-sec-ecmascript-language-statements-and-declarations①\">declaration</a> exist), then return false.</p>"
3649+
"html": "<p>If <var>callback</var>’s <a data-link-type=\"dfn\" href=\"http://tc39.github.io/ecma262/#prod-FunctionBody\" id=\"ref-for-prod-FunctionBody\">function body</a> is not empty (i.e. either a <a data-link-type=\"dfn\" href=\"http://tc39.github.io/ecma262/#sec-ecmascript-language-statements-and-declarations\" id=\"ref-for-sec-ecmascript-language-statements-and-declarations\">statement</a> or <a data-link-type=\"dfn\" data-refhint-key=\"4bf6be53\" href=\"http://tc39.github.io/ecma262/#sec-ecmascript-language-statements-and-declarations\" id=\"ref-for-sec-ecmascript-language-statements-and-declarations①\">declaration</a> exist), then return false.</p>"
36503650
}
36513651
]
36523652
},

ed/algorithms/url.json

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

ed/algorithms/webnn.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,19 @@
143143
},
144144
{
145145
"case": "ArrayBufferView",
146-
"html": "<p>If <var>bufferSource</var>’s <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#table-the-typedarray-constructors\" id=\"ref-for-table-the-typedarray-constructors\">element type</a> matches <var>descriptor</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> according to <a href=\"https://webmachinelearning.github.io/webnn/#appendices-mloperanddatatype-arraybufferview-compatibility\">this table</a> return true, otherwise return false.</p>"
146+
"html": "",
147+
"rationale": "if",
148+
"steps": [
149+
{
150+
"html": "<p>If <var>bufferSource</var> is a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-Uint8Array\" id=\"ref-for-idl-Uint8Array\">Uint8Array</a></code> object, then return true.</p>"
151+
},
152+
{
153+
"html": "<p>If <var>bufferSource</var> matches <var>descriptor</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> according to <a href=\"https://webmachinelearning.github.io/webnn/#appendices-mloperanddatatype-arraybufferview-compatibility\">this table</a>, then return true.</p>"
154+
},
155+
{
156+
"html": "<p>Return false.</p>"
157+
}
158+
]
147159
}
148160
]
149161
}
@@ -318,7 +330,7 @@
318330
"html": "<p>If that fails, then <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webnn/#queue-an-ml-task\" id=\"ref-for-queue-an-ml-task⑦\">queue an ML task</a> with <var>global</var> to <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\" id=\"ref-for-reject①⓪\">reject</a> <var>promise</var> with an \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#unknownerror\" id=\"ref-for-unknownerror①\">UnknownError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑧\">DOMException</a></code>, and abort these steps.</p>"
319331
},
320332
{
321-
"html": "<p>Otherwise, <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webnn/#queue-an-ml-task\" id=\"ref-for-queue-an-ml-task⑧\">queue an ML task</a> with <var>global</var> to <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#arraybuffer-create\" id=\"ref-for-arraybuffer-create\">create</a> an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-ArrayBuffer\" id=\"ref-for-idl-ArrayBuffer\">ArrayBuffer</a></code> <var>result</var> given <var>bytes</var> and <var>realm</var> and then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#resolve\" id=\"ref-for-resolve③\">resolve</a> <var>promise</var> with <var>result</var>.</p>"
333+
"html": "<p>Otherwise, <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webnn/#queue-an-ml-task\" id=\"ref-for-queue-an-ml-task⑧\">queue an ML task</a> with <var>global</var> to <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#arraybuffer-create\" id=\"ref-for-arraybuffer-create\">create</a> an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-ArrayBuffer\" id=\"ref-for-idl-ArrayBuffer\">ArrayBuffer</a></code> <var>result</var> given <var>bytes</var> and <var>realm</var> and then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#resolve\" id=\"ref-for-resolve③\">resolve</a> <var>promise</var> with <var>result</var>.</p>"
322334
}
323335
]
324336
},
@@ -530,7 +542,7 @@
530542
"html": "<p>Let <var>descriptor</var> be a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webnn/#dictdef-mloperanddescriptor\" id=\"ref-for-dictdef-mloperanddescriptor①②\">MLOperandDescriptor</a></code>.</p>"
531543
},
532544
{
533-
"html": "<p>Set <var>descriptor</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> to <var>dataType</var>.</p>"
545+
"html": "<p>Set <var>descriptor</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> to <var>dataType</var>.</p>"
534546
},
535547
{
536548
"html": "<p>Set <var>descriptor</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webnn/#dom-mloperanddescriptor-shape\" id=\"ref-for-dom-mloperanddescriptor-shape③\">shape</a></code> to a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-clone\" id=\"ref-for-list-clone\">clone</a> of <var>shape</var>.</p>"
@@ -558,7 +570,7 @@
558570
]
559571
},
560572
{
561-
"html": "<p>Let <var>elementSize</var> be the <a data-link-type=\"dfn\" data-refhint-key=\"1621b862\" href=\"https://tc39.es/ecma262/#table-the-typedarray-constructors\" id=\"ref-for-table-the-typedarray-constructors\">element size</a> of one of the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#ArrayBufferView\" id=\"ref-for-ArrayBufferView③\">ArrayBufferView</a></code> types that matches <var>desc</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> according to <a href=\"https://webmachinelearning.github.io/webnn/#appendices-mloperanddatatype-arraybufferview-compatibility\">this table</a>.</p>"
573+
"html": "<p>Let <var>elementSize</var> be the <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#table-the-typedarray-constructors\" id=\"ref-for-table-the-typedarray-constructors\">element size</a> of one of the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#ArrayBufferView\" id=\"ref-for-ArrayBufferView③\">ArrayBufferView</a></code> types that matches <var>desc</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> according to <a href=\"https://webmachinelearning.github.io/webnn/#appendices-mloperanddatatype-arraybufferview-compatibility\">this table</a>.</p>"
562574
},
563575
{
564576
"html": "<p>Return <var>elementLength</var> * <var>elementSize</var>.</p>"
@@ -4174,7 +4186,7 @@
41744186
"html": "<p>Set <var>desc</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webnn/#dom-mloperanddescriptor-shape\" id=\"ref-for-dom-mloperanddescriptor-shape①②\">shape</a></code> to the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list\" id=\"ref-for-list②⓪\">list</a> « <var>batchSize</var>, <var>hiddenSize</var> ».</p>"
41754187
},
41764188
{
4177-
"html": "<p>Set <var>desc</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> to <var>input</var>’s <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webnn/#mloperand-datatype\" id=\"ref-for-mloperand-datatype⑨③\">dataType</a>.</p>"
4189+
"html": "<p>Set <var>desc</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> to <var>input</var>’s <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webnn/#mloperand-datatype\" id=\"ref-for-mloperand-datatype⑨③\">dataType</a>.</p>"
41784190
},
41794191
{
41804192
"html": "<em>Make graph connections:</em>",
@@ -5106,7 +5118,7 @@
51065118
]
51075119
},
51085120
{
5109-
"html": "<p>Let <var>desc</var> be the result of <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webnn/#create-an-mloperanddescriptor\" id=\"ref-for-create-an-mloperanddescriptor②①\">creating an MLOperandDescriptor</a> given <var>inputDescriptor</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> and <var>outputShape</var>.</p>"
5121+
"html": "<p>Let <var>desc</var> be the result of <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webnn/#create-an-mloperanddescriptor\" id=\"ref-for-create-an-mloperanddescriptor②①\">creating an MLOperandDescriptor</a> given <var>inputDescriptor</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype①⓪\">dataType</a></code> and <var>outputShape</var>.</p>"
51105122
}
51115123
]
51125124
},

ed/dfns/html.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,6 @@
44
"url": "https://html.spec.whatwg.org/multipage/"
55
},
66
"dfns": [
7-
{
8-
"id": "willful-violation",
9-
"href": "https://html.spec.whatwg.org/multipage/introduction.html#willful-violation",
10-
"linkingText": [
11-
"willful violation"
12-
],
13-
"localLinkingText": [],
14-
"type": "dfn",
15-
"for": [],
16-
"access": "private",
17-
"informative": false,
18-
"heading": {
19-
"id": "compliance-with-other-specifications",
20-
"href": "https://html.spec.whatwg.org/multipage/introduction.html#compliance-with-other-specifications",
21-
"title": "Compliance with other specifications",
22-
"number": "1.7.2"
23-
},
24-
"definedIn": "prose"
25-
},
267
{
278
"id": "x-this",
289
"href": "https://html.spec.whatwg.org/multipage/introduction.html#x-this",

ed/dfns/url.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3481,25 +3481,6 @@
34813481
},
34823482
"definedIn": "prose"
34833483
},
3484-
{
3485-
"id": "potentially-strip-trailing-spaces-from-an-opaque-path",
3486-
"href": "https://url.spec.whatwg.org/#potentially-strip-trailing-spaces-from-an-opaque-path",
3487-
"linkingText": [
3488-
"potentially strip trailing spaces from an opaque path"
3489-
],
3490-
"localLinkingText": [],
3491-
"type": "dfn",
3492-
"for": [],
3493-
"access": "private",
3494-
"informative": false,
3495-
"heading": {
3496-
"id": "url-class",
3497-
"href": "https://url.spec.whatwg.org/#url-class",
3498-
"title": "URL class",
3499-
"number": "6.1"
3500-
},
3501-
"definedIn": "prose"
3502-
},
35033484
{
35043485
"id": "api-url-parser",
35053486
"href": "https://url.spec.whatwg.org/#api-url-parser",

ed/headings/html.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,12 @@
7979
"title": "Serializability of script execution",
8080
"number": "1.7.1"
8181
},
82-
{
83-
"id": "compliance-with-other-specifications",
84-
"href": "https://html.spec.whatwg.org/multipage/introduction.html#compliance-with-other-specifications",
85-
"level": 4,
86-
"title": "Compliance with other specifications",
87-
"number": "1.7.2"
88-
},
8982
{
9083
"id": "extensibility",
9184
"href": "https://html.spec.whatwg.org/multipage/introduction.html#extensibility",
9285
"level": 4,
9386
"title": "Extensibility",
94-
"number": "1.7.3"
87+
"number": "1.7.2"
9588
},
9689
{
9790
"id": "html-vs-xhtml",

0 commit comments

Comments
 (0)