Skip to content

Commit dd37a84

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 20.0.1.
1 parent f09751d commit dd37a84

File tree

12 files changed

+183
-131
lines changed

12 files changed

+183
-131
lines changed

tr/algorithms/webgpu.json

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

tr/algorithms/webtransport.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -582,14 +582,7 @@
582582
},
583583
{
584584
"html": "<p>Let <var>pullDatagramsAlgorithm</var> be an action that runs <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webtransport/#pulldatagrams\" id=\"ref-for-pulldatagrams①\">pullDatagrams</a> with <var>transport</var>.</p>"
585-
}
586-
]
587-
},
588-
{
589-
"name": "webtransport-contructor",
590-
"html": "When the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webtransport/#dom-webtransport-webtransport\" id=\"ref-for-dom-webtransport-webtransport\">WebTransport()</a></code> constructor is invoked, the user\nagent MUST run the following steps:",
591-
"rationale": "if",
592-
"steps": [
585+
},
593586
{
594587
"html": "<p>If <var>datagramsReadableMode</var> is <code>\"bytes\"</code>, <a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#readablestream-set-up-with-byte-reading-support\" id=\"ref-for-readablestream-set-up-with-byte-reading-support\">set up with byte reading support</a>\n <var>incomingDatagrams</var> with <a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#readablestream-set-up-with-byte-reading-support-pullalgorithm\" id=\"ref-for-readablestream-set-up-with-byte-reading-support-pullalgorithm\">pullAlgorithm</a> set\n to <var>pullDatagramsAlgorithm</var>, and <a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#readablestream-set-up-with-byte-reading-support-highwatermark\" id=\"ref-for-readablestream-set-up-with-byte-reading-support-highwatermark\">highWaterMark</a>\n set to 0. Otherwise, <a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#readablestream-set-up\" id=\"ref-for-readablestream-set-up\">set up</a> <var>incomingDatagrams</var> with\n <a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#readablestream-set-up-pullalgorithm\" id=\"ref-for-readablestream-set-up-pullalgorithm\">pullAlgorithm</a> set to <var>pullDatagramsAlgorithm</var>, and\n <a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#readablestream-set-up-highwatermark\" id=\"ref-for-readablestream-set-up-highwatermark\">highWaterMark</a> set to 0.</p>"
595588
},
@@ -1030,7 +1023,7 @@
10301023
"rationale": "let",
10311024
"steps": [
10321025
{
1033-
"html": "<p>Let <var>keyingMaterial</var> be the result of exporting TLS keying material, as defined\n in <a data-link-type=\"biblio\" href=\"https://www.w3.org/TR/webtransport/#biblio-web-transport-overview\" title=\"WebTransport Protocol Framework\">[WEB-TRANSPORT-OVERVIEW]</a> <a href=\"https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-overview/#section-TBD\">Section TBD</a>,\n with <var>labelLength</var>, <var>label</var>, <var>contextLength</var>, and if present, <var>context</var>.</p>"
1026+
"html": "<p>Let <var>keyingMaterial</var> be the result of exporting TLS keying material, as defined\n in <a data-link-type=\"biblio\" href=\"https://www.w3.org/TR/webtransport/#biblio-web-transport-overview\" title=\"WebTransport Protocol Framework\">[WEB-TRANSPORT-OVERVIEW]</a> <a href=\"https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-overview#section-4.1\">Section 4.1</a>,\n with <var>labelLength</var>, <var>label</var>, <var>contextLength</var>, and if present, <var>context</var>.</p>"
10341027
},
10351028
{
10361029
"html": "<p><a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webtransport/#webtransport-queue-a-network-task\" id=\"ref-for-webtransport-queue-a-network-task①⑤\">Queue a network task</a> with <var>transport</var> to <a data-link-type=\"dfn\" href=\"http://www.ecma-international.org/ecma-262/6.0/index.html#sec-promise-objects\" id=\"ref-for-sec-promise-objects①④\">resolve</a> <var>p</var> with <var>keyingMaterial</var>.</p>"

tr/dfns/webgpu.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14390,6 +14390,26 @@
1439014390
"definedIn": "prose",
1439114391
"links": []
1439214392
},
14393+
{
14394+
"id": "inter-stage-builtins",
14395+
"href": "https://www.w3.org/TR/webgpu/#inter-stage-builtins",
14396+
"linkingText": [
14397+
"Inter-Stage Builtins"
14398+
],
14399+
"localLinkingText": [],
14400+
"type": "dfn",
14401+
"for": [],
14402+
"access": "private",
14403+
"informative": false,
14404+
"heading": {
14405+
"id": "render-pipeline-creation",
14406+
"href": "https://www.w3.org/TR/webgpu/#render-pipeline-creation",
14407+
"title": "Render Pipeline Creation",
14408+
"number": "10.3.1"
14409+
},
14410+
"definedIn": "prose",
14411+
"links": []
14412+
},
1439314413
{
1439414414
"id": "dictdef-gpuprimitivestate",
1439514415
"href": "https://www.w3.org/TR/webgpu/#dictdef-gpuprimitivestate",

tr/headings/design-principles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
"id": "state-and-subclassing",
581581
"href": "https://www.w3.org/TR/design-principles/#state-and-subclassing",
582582
"level": 3,
583-
"title": "Use plain Events for state",
583+
"title": "Put state on target objects rather than Events",
584584
"number": "7.8"
585585
},
586586
{

tr/ids/design-principles.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -418,32 +418,43 @@
418418
"https://www.w3.org/TR/design-principles/#ref-for-dom-paymentrequest-show",
419419
"https://www.w3.org/TR/design-principles/#ref-for-idl-promise%E2%91%A0",
420420
"https://www.w3.org/TR/design-principles/#state-and-subclassing",
421+
"https://www.w3.org/TR/design-principles/#ref-for-dom-event-target",
421422
"https://www.w3.org/TR/design-principles/#ref-for-event%E2%91%A4",
423+
"https://www.w3.org/TR/design-principles/#ref-for-dom-event-target%E2%91%A0",
422424
"https://www.w3.org/TR/design-principles/#ref-for-event%E2%91%A5",
423-
"https://www.w3.org/TR/design-principles/#ref-for-dom-event-target",
425+
"https://www.w3.org/TR/design-principles/#ref-for-dom-event-target%E2%91%A1",
424426
"https://www.w3.org/TR/design-principles/#ref-for-event%E2%91%A6",
425-
"https://www.w3.org/TR/design-principles/#events-vs-observers",
427+
"https://www.w3.org/TR/design-principles/#example-4fb1a71f",
428+
"https://www.w3.org/TR/design-principles/#ref-for-htmlinputelement%E2%91%A2",
429+
"https://www.w3.org/TR/design-principles/#ref-for-dom-input-value",
430+
"https://www.w3.org/TR/design-principles/#ref-for-inputevent",
431+
"https://www.w3.org/TR/design-principles/#ref-for-dom-inputevent-inputtype",
426432
"https://www.w3.org/TR/design-principles/#ref-for-eventtarget",
427-
"https://www.w3.org/TR/design-principles/#ref-for-event%E2%91%A7",
433+
"https://www.w3.org/TR/design-principles/#example-bad2d2dd",
428434
"https://www.w3.org/TR/design-principles/#ref-for-eventtarget%E2%91%A0",
435+
"https://www.w3.org/TR/design-principles/#ref-for-event%E2%91%A7",
436+
"https://www.w3.org/TR/design-principles/#events-vs-observers",
429437
"https://www.w3.org/TR/design-principles/#ref-for-eventtarget%E2%91%A1",
438+
"https://www.w3.org/TR/design-principles/#ref-for-event%E2%91%A8",
439+
"https://www.w3.org/TR/design-principles/#ref-for-eventtarget%E2%91%A2",
440+
"https://www.w3.org/TR/design-principles/#ref-for-eventtarget%E2%91%A3",
430441
"https://www.w3.org/TR/design-principles/#ref-for-dom-addeventlisteneroptions-once",
431442
"https://www.w3.org/TR/design-principles/#ref-for-mutationobserver",
432443
"https://www.w3.org/TR/design-principles/#example-5d14c000",
433444
"https://www.w3.org/TR/design-principles/#ref-for-mutationobserver%E2%91%A0",
434445
"https://www.w3.org/TR/design-principles/#example-f8835767",
435446
"https://www.w3.org/TR/design-principles/#ref-for-dom-eventtarget-addeventlistener%E2%91%A1",
436-
"https://www.w3.org/TR/design-principles/#ref-for-eventtarget%E2%91%A2",
437-
"https://www.w3.org/TR/design-principles/#ref-for-eventtarget%E2%91%A3",
438447
"https://www.w3.org/TR/design-principles/#ref-for-eventtarget%E2%91%A4",
439448
"https://www.w3.org/TR/design-principles/#ref-for-eventtarget%E2%91%A5",
449+
"https://www.w3.org/TR/design-principles/#ref-for-eventtarget%E2%91%A6",
450+
"https://www.w3.org/TR/design-principles/#ref-for-eventtarget%E2%91%A7",
440451
"https://www.w3.org/TR/design-principles/#ref-for-node%E2%91%A0",
441452
"https://www.w3.org/TR/design-principles/#ref-for-idbdatabase",
442453
"https://www.w3.org/TR/design-principles/#ref-for-xmlhttprequesteventtarget",
443454
"https://www.w3.org/TR/design-principles/#ref-for-node%E2%91%A1",
444455
"https://www.w3.org/TR/design-principles/#example-211011c7",
445456
"https://www.w3.org/TR/design-principles/#ref-for-intersectionobserver",
446-
"https://www.w3.org/TR/design-principles/#ref-for-eventtarget%E2%91%A6",
457+
"https://www.w3.org/TR/design-principles/#ref-for-eventtarget%E2%91%A8",
447458
"https://www.w3.org/TR/design-principles/#types-and-units",
448459
"https://www.w3.org/TR/design-principles/#numeric-types",
449460
"https://www.w3.org/TR/design-principles/#ref-for-idl-unrestricted-double",
@@ -808,6 +819,7 @@
808819
"https://www.w3.org/TR/design-principles/#66aee777",
809820
"https://www.w3.org/TR/design-principles/#b815f411",
810821
"https://www.w3.org/TR/design-principles/#825cbc48",
822+
"https://www.w3.org/TR/design-principles/#14e45097",
811823
"https://www.w3.org/TR/design-principles/#fd7a9317",
812824
"https://www.w3.org/TR/design-principles/#aa7bbf63",
813825
"https://www.w3.org/TR/design-principles/#7a26cf99",
@@ -840,8 +852,10 @@
840852
"https://www.w3.org/TR/design-principles/#ab4b142f",
841853
"https://www.w3.org/TR/design-principles/#611cb8cd",
842854
"https://www.w3.org/TR/design-principles/#3a3c984c",
855+
"https://www.w3.org/TR/design-principles/#518be2ae",
843856
"https://www.w3.org/TR/design-principles/#1fc098b2",
844857
"https://www.w3.org/TR/design-principles/#c3469cd0",
858+
"https://www.w3.org/TR/design-principles/#d387f951",
845859
"https://www.w3.org/TR/design-principles/#adfe3014",
846860
"https://www.w3.org/TR/design-principles/#46335198",
847861
"https://www.w3.org/TR/design-principles/#0992b8f5",

0 commit comments

Comments
 (0)