Skip to content

Commit 00df841

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.2.2.
1 parent f4dd8d2 commit 00df841

File tree

12 files changed

+165
-98
lines changed

12 files changed

+165
-98
lines changed

tr/algorithms/paint-timing.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@
140140
]
141141
},
142142
{
143-
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/largest-contentful-paint/#report-largest-contentful-paint\" id=\"ref-for-report-largest-contentful-paint\">Report largest contentful paint</a> given <var>document</var>, <var>paintTimingInfo</var>, <var>paintedImages</var> and <var>paintedTextNodes</var>.</p>"
143+
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/largest-contentful-paint/#report-largest-contentful-paint\" id=\"ref-for-report-largest-contentful-paint\">Report largest contentful paint</a> given <var>document</var>, <var>paintTimingInfo</var>,\n<var>paintedImages</var> and <var>paintedTextNodes</var>.</p>"
144144
},
145145
{
146-
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/element-timing/#report-element-timing\" id=\"ref-for-report-element-timing\">Report element timing</a> given <var>document</var>, <var>paintTimingInfo</var>, <var>paintedImages</var> and <var>paintedTextNodes</var>.</p>"
146+
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/element-timing/#report-element-timing\" id=\"ref-for-report-element-timing\">Report element timing</a> given <var>document</var>, <var>paintTimingInfo</var>,\n<var>paintedImages</var> and <var>paintedTextNodes</var>.</p>"
147147
},
148148
{
149149
"html": "<p>If <var>frameTimingInfo</var> is not null, then <a data-link-type=\"dfn\" href=\"https://w3c.github.io/long-animation-frames/#queue-a-long-animation-frame-entry\" id=\"ref-for-queue-a-long-animation-frame-entry\">queue a long animation frame entry</a> given <var>document</var>, <var>frameTimingInfo</var>, and <var>paintTimingInfo</var>.</p>"
@@ -188,7 +188,7 @@
188188
"rationale": ".algorithm",
189189
"steps": [
190190
{
191-
"html": "Create a <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#new\" id=\"ref-for-new\">new</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/paint-timing/#performancepainttiming\" id=\"ref-for-performancepainttiming\">PerformancePaintTiming</a></code> object <var>newEntry</var> with <var>document</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm\" id=\"ref-for-concept-relevant-realm\">relevant realm</a> and set its attributes as follows:",
191+
"html": "Create a <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#new\" id=\"ref-for-new\">new</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/paint-timing/#performancepainttiming\" id=\"ref-for-performancepainttiming\">PerformancePaintTiming</a></code> object <var>newEntry</var> with <var>document</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm\" id=\"ref-for-concept-relevant-realm\">relevant realm</a> and set its attributes as follows:",
192192
"rationale": "set",
193193
"steps": [
194194
{
@@ -198,7 +198,7 @@
198198
"html": "<p>Set <var>newEntry</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/performance-timeline/#dom-performanceentry-entrytype\" id=\"ref-for-dom-performanceentry-entrytype①\">entryType</a></code> attribute to <code class=\"highlight\"><c- u=\"\">\"paint\"</c-></code>.</p>"
199199
},
200200
{
201-
"html": "<p>Set <var>newEntry</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/performance-timeline/#dom-performanceentry-starttime\" id=\"ref-for-dom-performanceentry-starttime①\">startTime</a></code> attribute to the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/paint-timing/#default-paint-timestamp\" id=\"ref-for-default-paint-timestamp\">default paint timestamp</a> given <var>paintTimingInfo</var>.</p>"
201+
"html": "<p>Set <var>newEntry</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/performance-timeline/#dom-performanceentry-starttime\" id=\"ref-for-dom-performanceentry-starttime①\">startTime</a></code> attribute to the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/paint-timing/#default-paint-timestamp\" id=\"ref-for-default-paint-timestamp\">default paint timestamp</a> given <var>paintTimingInfo</var>.</p>"
202202
},
203203
{
204204
"html": "<p>Set <var>newEntry</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/performance-timeline/#dom-performanceentry-duration\" id=\"ref-for-dom-performanceentry-duration①\">duration</a></code> attribute to 0.</p>"

tr/algorithms/webnn.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -979,18 +979,18 @@
979979
]
980980
},
981981
{
982-
"name": "MLGraphBuilder/constant(type, value)",
983-
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-type-value",
982+
"name": "MLGraphBuilder/constant(dataType, value)",
983+
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-datatype-value",
984984
"rationale": ".algorithm",
985985
"steps": [
986986
{
987987
"html": "<p>If <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this⑥⑤\">this</a> <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#mlgraphbuilder-can-build\" id=\"ref-for-mlgraphbuilder-can-build③\">can not build</a>, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw②④\">throw</a> an \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror①②\">InvalidStateError</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>.</p>"
988988
},
989989
{
990-
"html": "<p>Set <var>value</var> to the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#cast\" id=\"ref-for-cast①\">casting</a> <var>value</var> to <var>type</var>.</p>"
990+
"html": "<p>Set <var>value</var> to the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#cast\" id=\"ref-for-cast①\">casting</a> <var>value</var> to <var>dataType</var>.</p>"
991991
},
992992
{
993-
"html": "<p>Let <var>descriptor</var> be the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#create-an-mloperanddescriptor\" id=\"ref-for-create-an-mloperanddescriptor\">creating an MLOperandDescriptor</a> given <var>type</var> and « ».</p>"
993+
"html": "<p>Let <var>descriptor</var> be the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#create-an-mloperanddescriptor\" id=\"ref-for-create-an-mloperanddescriptor\">creating an MLOperandDescriptor</a> given <var>dataType</var> and « ».</p>"
994994
},
995995
{
996996
"html": "<em>Make graph connections:</em>",
@@ -1329,7 +1329,7 @@
13291329
]
13301330
},
13311331
{
1332-
"name": "MLGraphBuilder/cast(input, type, options)",
1332+
"name": "MLGraphBuilder/cast(input, dataType, options)",
13331333
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-cast",
13341334
"rationale": ".algorithm",
13351335
"steps": [
@@ -1344,7 +1344,7 @@
13441344
"rationale": "let",
13451345
"steps": [
13461346
{
1347-
"html": "<p>Let <var>operator</var> be an <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#operators\" id=\"ref-for-operators①⑤\">operator</a> for the \"cast\" operation, given <var>type</var> and <var>options</var>.</p>"
1347+
"html": "<p>Let <var>operator</var> be an <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#operators\" id=\"ref-for-operators①⑤\">operator</a> for the \"cast\" operation, given <var>dataType</var> and <var>options</var>.</p>"
13481348
},
13491349
{
13501350
"html": "<p>Let <var>output</var> be the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#copy-an-mloperand\" id=\"ref-for-copy-an-mloperand\">copying an MLOperand</a> given <var>input</var>.</p>"

tr/dfns/paint-timing.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"id": "sec-PaintTimingMixin",
220220
"href": "https://www.w3.org/TR/paint-timing/#sec-PaintTimingMixin",
221221
"title": "The PaintTimingMixin interface",
222-
"number": "3"
222+
"number": "3.1"
223223
},
224224
"definedIn": "pre",
225225
"links": []
@@ -241,7 +241,7 @@
241241
"id": "sec-PaintTimingMixin",
242242
"href": "https://www.w3.org/TR/paint-timing/#sec-PaintTimingMixin",
243243
"title": "The PaintTimingMixin interface",
244-
"number": "3"
244+
"number": "3.1"
245245
},
246246
"definedIn": "pre",
247247
"links": []
@@ -263,7 +263,7 @@
263263
"id": "sec-PaintTimingMixin",
264264
"href": "https://www.w3.org/TR/paint-timing/#sec-PaintTimingMixin",
265265
"title": "The PaintTimingMixin interface",
266-
"number": "3"
266+
"number": "3.1"
267267
},
268268
"definedIn": "pre",
269269
"links": []
@@ -285,7 +285,7 @@
285285
"id": "sec-PaintTimingMixin",
286286
"href": "https://www.w3.org/TR/paint-timing/#sec-PaintTimingMixin",
287287
"title": "The PaintTimingMixin interface",
288-
"number": "3"
288+
"number": "3.1"
289289
},
290290
"definedIn": "prose",
291291
"links": []
@@ -305,7 +305,7 @@
305305
"id": "sec-PaintTimingMixin",
306306
"href": "https://www.w3.org/TR/paint-timing/#sec-PaintTimingMixin",
307307
"title": "The PaintTimingMixin interface",
308-
"number": "3"
308+
"number": "3.1"
309309
},
310310
"definedIn": "prose",
311311
"links": []
@@ -327,7 +327,7 @@
327327
"id": "sec-PaintTimingMixin",
328328
"href": "https://www.w3.org/TR/paint-timing/#sec-PaintTimingMixin",
329329
"title": "The PaintTimingMixin interface",
330-
"number": "3"
330+
"number": "3.1"
331331
},
332332
"definedIn": "dt",
333333
"links": []
@@ -349,7 +349,7 @@
349349
"id": "sec-PaintTimingMixin",
350350
"href": "https://www.w3.org/TR/paint-timing/#sec-PaintTimingMixin",
351351
"title": "The PaintTimingMixin interface",
352-
"number": "3"
352+
"number": "3.1"
353353
},
354354
"definedIn": "dt",
355355
"links": []
@@ -369,7 +369,7 @@
369369
"id": "sec-PaintTimingMixin",
370370
"href": "https://www.w3.org/TR/paint-timing/#sec-PaintTimingMixin",
371371
"title": "The PaintTimingMixin interface",
372-
"number": "3"
372+
"number": "3.1"
373373
},
374374
"definedIn": "prose",
375375
"links": []

tr/dfns/webnn.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3639,54 +3639,54 @@
36393639
"links": []
36403640
},
36413641
{
3642-
"id": "dom-mlgraphbuilder-constant-type-value-type",
3643-
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-type-value-type",
3642+
"id": "dom-mlgraphbuilder-constant-datatype-value-datatype",
3643+
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-datatype-value-datatype",
36443644
"linkingText": [
3645-
"type"
3645+
"dataType"
36463646
],
36473647
"localLinkingText": [],
36483648
"type": "argument",
36493649
"for": [
3650-
"MLGraphBuilder/constant(type, value)"
3650+
"MLGraphBuilder/constant(dataType, value)"
36513651
],
36523652
"access": "public",
36533653
"informative": false,
36543654
"heading": {
3655-
"id": "api-mlgraphbuilder-constant-type-value",
3656-
"href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constant-type-value",
3657-
"title": "constant(type, value)",
3655+
"id": "api-mlgraphbuilder-constant-datatype-value",
3656+
"href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constant-datatype-value",
3657+
"title": "constant(dataType, value)",
36583658
"number": "8.9.3.3"
36593659
},
36603660
"definedIn": "prose",
36613661
"links": []
36623662
},
36633663
{
3664-
"id": "dom-mlgraphbuilder-constant-type-value-value",
3665-
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-type-value-value",
3664+
"id": "dom-mlgraphbuilder-constant-datatype-value-value",
3665+
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-datatype-value-value",
36663666
"linkingText": [
36673667
"value"
36683668
],
36693669
"localLinkingText": [],
36703670
"type": "argument",
36713671
"for": [
3672-
"MLGraphBuilder/constant(type, value)"
3672+
"MLGraphBuilder/constant(dataType, value)"
36733673
],
36743674
"access": "public",
36753675
"informative": false,
36763676
"heading": {
3677-
"id": "api-mlgraphbuilder-constant-type-value",
3678-
"href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constant-type-value",
3679-
"title": "constant(type, value)",
3677+
"id": "api-mlgraphbuilder-constant-datatype-value",
3678+
"href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constant-datatype-value",
3679+
"title": "constant(dataType, value)",
36803680
"number": "8.9.3.3"
36813681
},
36823682
"definedIn": "prose",
36833683
"links": []
36843684
},
36853685
{
3686-
"id": "dom-mlgraphbuilder-constant-type-value",
3687-
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-type-value",
3686+
"id": "dom-mlgraphbuilder-constant-datatype-value",
3687+
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-datatype-value",
36883688
"linkingText": [
3689-
"constant(type, value)"
3689+
"constant(dataType, value)"
36903690
],
36913691
"localLinkingText": [],
36923692
"type": "method",
@@ -3696,9 +3696,9 @@
36963696
"access": "public",
36973697
"informative": false,
36983698
"heading": {
3699-
"id": "api-mlgraphbuilder-constant-type-value",
3700-
"href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constant-type-value",
3701-
"title": "constant(type, value)",
3699+
"id": "api-mlgraphbuilder-constant-datatype-value",
3700+
"href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constant-datatype-value",
3701+
"title": "constant(dataType, value)",
37023702
"number": "8.9.3.3"
37033703
},
37043704
"definedIn": "prose",
@@ -4387,15 +4387,15 @@
43874387
"links": []
43884388
},
43894389
{
4390-
"id": "dom-mlgraphbuilder-cast-input-type-options-input",
4391-
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-cast-input-type-options-input",
4390+
"id": "dom-mlgraphbuilder-cast-input-datatype-options-input",
4391+
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-cast-input-datatype-options-input",
43924392
"linkingText": [
43934393
"input"
43944394
],
43954395
"localLinkingText": [],
43964396
"type": "argument",
43974397
"for": [
4398-
"MLGraphBuilder/cast(input, type, options)"
4398+
"MLGraphBuilder/cast(input, dataType, options)"
43994399
],
44004400
"access": "public",
44014401
"informative": false,
@@ -4409,15 +4409,15 @@
44094409
"links": []
44104410
},
44114411
{
4412-
"id": "dom-mlgraphbuilder-cast-input-type-options-type",
4413-
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-cast-input-type-options-type",
4412+
"id": "dom-mlgraphbuilder-cast-input-datatype-options-datatype",
4413+
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-cast-input-datatype-options-datatype",
44144414
"linkingText": [
4415-
"type"
4415+
"dataType"
44164416
],
44174417
"localLinkingText": [],
44184418
"type": "argument",
44194419
"for": [
4420-
"MLGraphBuilder/cast(input, type, options)"
4420+
"MLGraphBuilder/cast(input, dataType, options)"
44214421
],
44224422
"access": "public",
44234423
"informative": false,
@@ -4431,15 +4431,15 @@
44314431
"links": []
44324432
},
44334433
{
4434-
"id": "dom-mlgraphbuilder-cast-input-type-options-options",
4435-
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-cast-input-type-options-options",
4434+
"id": "dom-mlgraphbuilder-cast-input-datatype-options-options",
4435+
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-cast-input-datatype-options-options",
44364436
"linkingText": [
44374437
"options"
44384438
],
44394439
"localLinkingText": [],
44404440
"type": "argument",
44414441
"for": [
4442-
"MLGraphBuilder/cast(input, type, options)"
4442+
"MLGraphBuilder/cast(input, dataType, options)"
44434443
],
44444444
"access": "public",
44454445
"informative": false,
@@ -4478,8 +4478,8 @@
44784478
"id": "dom-mlgraphbuilder-cast",
44794479
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-cast",
44804480
"linkingText": [
4481-
"cast(input, type, options)",
4482-
"cast(input, type)"
4481+
"cast(input, dataType, options)",
4482+
"cast(input, dataType)"
44834483
],
44844484
"localLinkingText": [],
44854485
"type": "method",

tr/headings/paint-timing.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,19 @@
5959
"title": "Terminology",
6060
"number": "2"
6161
},
62+
{
63+
"id": "the-paint-timing-mixin",
64+
"href": "https://www.w3.org/TR/paint-timing/#the-paint-timing-mixin",
65+
"level": 2,
66+
"title": "The Paint Timing Mixin",
67+
"number": "3"
68+
},
6269
{
6370
"id": "sec-PaintTimingMixin",
6471
"href": "https://www.w3.org/TR/paint-timing/#sec-PaintTimingMixin",
65-
"level": 2,
72+
"level": 3,
6673
"title": "The PaintTimingMixin interface",
67-
"number": "3"
74+
"number": "3.1"
6875
},
6976
{
7077
"id": "sec-PerformancePaintTiming",

tr/headings/webnn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,10 @@
557557
"number": "8.9.3.2"
558558
},
559559
{
560-
"id": "api-mlgraphbuilder-constant-type-value",
561-
"href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constant-type-value",
560+
"id": "api-mlgraphbuilder-constant-datatype-value",
561+
"href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constant-datatype-value",
562562
"level": 5,
563-
"title": "constant(type, value)",
563+
"title": "constant(dataType, value)",
564564
"number": "8.9.3.3"
565565
},
566566
{

tr/idl/webnn.idl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ interface MLGraphBuilder {
155155
AllowSharedBufferSource buffer);
156156

157157
// Create a scalar operand from the specified number of the specified type.
158-
MLOperand constant(MLOperandDataType type, MLNumber value);
158+
MLOperand constant(MLOperandDataType dataType, MLNumber value);
159159

160160
// Create an operand from a specified constant tensor.
161161
MLOperand constant(MLTensor tensor);
@@ -208,7 +208,7 @@ partial dictionary MLOpSupportLimits {
208208

209209
partial interface MLGraphBuilder {
210210
MLOperand cast(MLOperand input,
211-
MLOperandDataType type,
211+
MLOperandDataType dataType,
212212
optional MLOperatorOptions options = {});
213213
};
214214

0 commit comments

Comments
 (0)