Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 14.0.2.
  • Loading branch information
reffy-bot committed Sep 27, 2023
1 parent 662b0ea commit 84bf660
Show file tree
Hide file tree
Showing 12 changed files with 458 additions and 289 deletions.
102 changes: 60 additions & 42 deletions ed/dfns/webtransport.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@
},
"definedIn": "prose"
},
{
"id": "underlying-connection",
"href": "https://w3c.github.io/webtransport/#underlying-connection",
"linkingText": [
"underlying connection"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://w3c.github.io/webtransport/#title",
"title": "WebTransport"
},
"definedIn": "prose"
},
{
"id": "session-send-a-datagram",
"href": "https://w3c.github.io/webtransport/#session-send-a-datagram",
Expand Down Expand Up @@ -2256,34 +2274,34 @@
"definedIn": "prose"
},
{
"id": "dictdef-webtransportstats",
"href": "https://w3c.github.io/webtransport/#dictdef-webtransportstats",
"id": "dictdef-webtransportconnectionstats",
"href": "https://w3c.github.io/webtransport/#dictdef-webtransportconnectionstats",
"linkingText": [
"WebTransportStats"
"WebTransportConnectionStats"
],
"localLinkingText": [],
"type": "dictionary",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "web-transport-stats",
"href": "https://w3c.github.io/webtransport/#web-transport-stats",
"title": "WebTransportStats Dictionary",
"id": "web-transport-connection-stats",
"href": "https://w3c.github.io/webtransport/#web-transport-connection-stats",
"title": "WebTransportConnectionStats Dictionary",
"number": "5.12"
},
"definedIn": "prose"
},
{
"id": "dom-webtransportstats-datagrams",
"href": "https://w3c.github.io/webtransport/#dom-webtransportstats-datagrams",
"id": "dom-webtransportconnectionstats-datagrams",
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-datagrams",
"linkingText": [
"datagrams"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"WebTransportStats"
"WebTransportConnectionStats"
],
"access": "public",
"informative": false,
Expand All @@ -2295,15 +2313,15 @@
"definedIn": "pre"
},
{
"id": "dom-webtransportstats-timestamp",
"href": "https://w3c.github.io/webtransport/#dom-webtransportstats-timestamp",
"id": "dom-webtransportconnectionstats-timestamp",
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-timestamp",
"linkingText": [
"timestamp"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"WebTransportStats"
"WebTransportConnectionStats"
],
"access": "public",
"informative": false,
Expand All @@ -2315,15 +2333,15 @@
"definedIn": "dt"
},
{
"id": "dom-webtransportstats-bytessent",
"href": "https://w3c.github.io/webtransport/#dom-webtransportstats-bytessent",
"id": "dom-webtransportconnectionstats-bytessent",
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-bytessent",
"linkingText": [
"bytesSent"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"WebTransportStats"
"WebTransportConnectionStats"
],
"access": "public",
"informative": false,
Expand All @@ -2335,15 +2353,15 @@
"definedIn": "dt"
},
{
"id": "dom-webtransportstats-packetssent",
"href": "https://w3c.github.io/webtransport/#dom-webtransportstats-packetssent",
"id": "dom-webtransportconnectionstats-packetssent",
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-packetssent",
"linkingText": [
"packetsSent"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"WebTransportStats"
"WebTransportConnectionStats"
],
"access": "public",
"informative": false,
Expand All @@ -2355,15 +2373,15 @@
"definedIn": "dt"
},
{
"id": "dom-webtransportstats-byteslost",
"href": "https://w3c.github.io/webtransport/#dom-webtransportstats-byteslost",
"id": "dom-webtransportconnectionstats-byteslost",
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-byteslost",
"linkingText": [
"bytesLost"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"WebTransportStats"
"WebTransportConnectionStats"
],
"access": "public",
"informative": false,
Expand All @@ -2375,15 +2393,15 @@
"definedIn": "dt"
},
{
"id": "dom-webtransportstats-packetslost",
"href": "https://w3c.github.io/webtransport/#dom-webtransportstats-packetslost",
"id": "dom-webtransportconnectionstats-packetslost",
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-packetslost",
"linkingText": [
"packetsLost"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"WebTransportStats"
"WebTransportConnectionStats"
],
"access": "public",
"informative": false,
Expand All @@ -2395,15 +2413,15 @@
"definedIn": "dt"
},
{
"id": "dom-webtransportstats-bytesreceived",
"href": "https://w3c.github.io/webtransport/#dom-webtransportstats-bytesreceived",
"id": "dom-webtransportconnectionstats-bytesreceived",
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-bytesreceived",
"linkingText": [
"bytesReceived"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"WebTransportStats"
"WebTransportConnectionStats"
],
"access": "public",
"informative": false,
Expand All @@ -2415,15 +2433,15 @@
"definedIn": "dt"
},
{
"id": "dom-webtransportstats-packetsreceived",
"href": "https://w3c.github.io/webtransport/#dom-webtransportstats-packetsreceived",
"id": "dom-webtransportconnectionstats-packetsreceived",
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-packetsreceived",
"linkingText": [
"packetsReceived"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"WebTransportStats"
"WebTransportConnectionStats"
],
"access": "public",
"informative": false,
Expand All @@ -2435,15 +2453,15 @@
"definedIn": "dt"
},
{
"id": "dom-webtransportstats-smoothedrtt",
"href": "https://w3c.github.io/webtransport/#dom-webtransportstats-smoothedrtt",
"id": "dom-webtransportconnectionstats-smoothedrtt",
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-smoothedrtt",
"linkingText": [
"smoothedRtt"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"WebTransportStats"
"WebTransportConnectionStats"
],
"access": "public",
"informative": false,
Expand All @@ -2455,15 +2473,15 @@
"definedIn": "dt"
},
{
"id": "dom-webtransportstats-rttvariation",
"href": "https://w3c.github.io/webtransport/#dom-webtransportstats-rttvariation",
"id": "dom-webtransportconnectionstats-rttvariation",
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-rttvariation",
"linkingText": [
"rttVariation"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"WebTransportStats"
"WebTransportConnectionStats"
],
"access": "public",
"informative": false,
Expand All @@ -2475,15 +2493,15 @@
"definedIn": "dt"
},
{
"id": "dom-webtransportstats-minrtt",
"href": "https://w3c.github.io/webtransport/#dom-webtransportstats-minrtt",
"id": "dom-webtransportconnectionstats-minrtt",
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-minrtt",
"linkingText": [
"minRtt"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"WebTransportStats"
"WebTransportConnectionStats"
],
"access": "public",
"informative": false,
Expand All @@ -2495,15 +2513,15 @@
"definedIn": "dt"
},
{
"id": "dom-webtransportstats-estimatedsendrate",
"href": "https://w3c.github.io/webtransport/#dom-webtransportstats-estimatedsendrate",
"id": "dom-webtransportconnectionstats-estimatedsendrate",
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-estimatedsendrate",
"linkingText": [
"estimatedSendRate"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"WebTransportStats"
"WebTransportConnectionStats"
],
"access": "public",
"informative": false,
Expand Down
58 changes: 1 addition & 57 deletions ed/headings/webmidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,68 +163,12 @@
"title": "MIDIConnectionEventInit Dictionary",
"number": "4.10.1"
},
{
"id": "examples-of-web-midi-api-usage-in-javascript",
"href": "https://webaudio.github.io/web-midi-api/#examples-of-web-midi-api-usage-in-javascript",
"level": 3,
"title": "Examples of Web MIDI API Usage in JavaScript",
"number": "4.11"
},
{
"id": "getting-access-to-the-midi-system",
"href": "https://webaudio.github.io/web-midi-api/#getting-access-to-the-midi-system",
"level": 4,
"title": "Getting Access to the MIDI System",
"number": "4.11.1"
},
{
"id": "requesting-access-to-the-midi-system-with-system-exclusive-support",
"href": "https://webaudio.github.io/web-midi-api/#requesting-access-to-the-midi-system-with-system-exclusive-support",
"level": 4,
"title": "Requesting Access to the MIDI System with System Exclusive Support",
"number": "4.11.2"
},
{
"id": "listing-inputs-and-outputs",
"href": "https://webaudio.github.io/web-midi-api/#listing-inputs-and-outputs",
"level": 4,
"title": "Listing Inputs and Outputs",
"number": "4.11.3"
},
{
"id": "handling-midi-input",
"href": "https://webaudio.github.io/web-midi-api/#handling-midi-input",
"level": 4,
"title": "Handling MIDI Input",
"number": "4.11.4"
},
{
"id": "sending-midi-messages-to-an-output-device",
"href": "https://webaudio.github.io/web-midi-api/#sending-midi-messages-to-an-output-device",
"level": 4,
"title": "Sending MIDI Messages to an Output Device",
"number": "4.11.5"
},
{
"id": "a-simple-loopback",
"href": "https://webaudio.github.io/web-midi-api/#a-simple-loopback",
"level": 4,
"title": "A Simple Loopback",
"number": "4.11.6"
},
{
"id": "a-simple-monophonic-sine-wave-midi-synthesizer",
"href": "https://webaudio.github.io/web-midi-api/#a-simple-monophonic-sine-wave-midi-synthesizer",
"level": 4,
"title": "A Simple Monophonic Sine Wave MIDI Synthesizer",
"number": "4.11.7"
},
{
"id": "security-and-privacy-considerations-of-midi",
"href": "https://webaudio.github.io/web-midi-api/#security-and-privacy-considerations-of-midi",
"level": 3,
"title": "Security and Privacy Considerations of MIDI",
"number": "4.12"
"number": "4.11"
},
{
"id": "references",
Expand Down
6 changes: 3 additions & 3 deletions ed/headings/webtransport.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@
"number": "5.11"
},
{
"id": "web-transport-stats",
"href": "https://w3c.github.io/webtransport/#web-transport-stats",
"id": "web-transport-connection-stats",
"href": "https://w3c.github.io/webtransport/#web-transport-connection-stats",
"level": 3,
"title": "WebTransportStats Dictionary",
"title": "WebTransportConnectionStats Dictionary",
"number": "5.12"
},
{
Expand Down
4 changes: 2 additions & 2 deletions ed/idl/webtransport.idl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface WebTransportDatagramDuplexStream {
interface WebTransport {
constructor(USVString url, optional WebTransportOptions options = {});

Promise<WebTransportStats> getStats();
Promise<WebTransportConnectionStats> getStats();
readonly attribute Promise<undefined> ready;
readonly attribute WebTransportReliabilityMode reliability;
readonly attribute WebTransportCongestionControl congestionControl;
Expand Down Expand Up @@ -73,7 +73,7 @@ dictionary WebTransportSendStreamOptions {
long long? sendOrder = null;
};

dictionary WebTransportStats {
dictionary WebTransportConnectionStats {
DOMHighResTimeStamp timestamp;
unsigned long long bytesSent;
unsigned long long packetsSent;
Expand Down
Loading

0 comments on commit 84bf660

Please sign in to comment.