Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 17.2.10.
  • Loading branch information
reffy-bot committed Nov 28, 2024
1 parent e529f61 commit d0c223c
Show file tree
Hide file tree
Showing 12 changed files with 3,872 additions and 2,410 deletions.
14 changes: 7 additions & 7 deletions tr/algorithms/webmidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"html": "<p>\n Return <var>promise</var> and run the following steps\n asynchronously.\n </p>"
},
{
"html": "<p>\n Let <var>document</var> be the calling context's\n <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-document\">Document</a>.\n </p>"
"html": "<p>\n Let <var>document</var> be the calling context's\n <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-document\">Document</a>.\n </p>"
},
{
"html": "<p>\n If <var>document</var> is not <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/iframe-embed-object.html#allowed-to-use\">allowed to use</a> the\n <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://www.w3.org/TR/permissions-policy-1/#policy-controlled-feature\">policy-controlled feature</a> named <a href=\"https://www.w3.org/TR/webmidi/#dfn-midi\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-midi-1\">midi</a>, jump to\n the step labeled <em>failure</em> below.\n </p>"
"html": "<p>\n If <var>document</var> is not <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/iframe-embed-object.html#allowed-to-use\">allowed to use</a> the\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/permissions-policy-1/#policy-controlled-feature\">policy-controlled feature</a> named <a href=\"https://www.w3.org/TR/webmidi/#dfn-midi\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-midi-1\">midi</a>, jump to\n the step labeled <em>failure</em> below.\n </p>"
},
{
"html": "<p>\n Optionally, e.g. based on a previously-established user\n preference, for security reasons, or due to platform\n limitations, jump to the step labeled <em>failure</em> below.\n </p>"
Expand All @@ -41,7 +41,7 @@
"html": "<p>\n Terminate these steps.\n </p>"
},
{
"html": "<p>\n <em><b>failure</b></em>: Let <var>error</var> be a new\n <a data-link-type=\"idl\" data-lt=\"DOMException\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>. This exception's .name should be\n \"<a data-link-type=\"idl\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#notallowederror\"><code>NotAllowedError</code></a>\" if the user or their security settings\n denied the application from creating a MIDIAccess instance\n with the requested options, or if the error is the result of\n <var>document</var> not being <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/iframe-embed-object.html#allowed-to-use\">allowed to use</a> the feature,\n \"<a data-link-type=\"idl\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#aborterror\"><code>AbortError</code></a>\" if the page is going to be closed for a user\n navigation, \"<a data-link-type=\"idl\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\"><code>InvalidStateError</code></a>\" if the underlying systems\n raise any errors, or otherwise it should be\n \"<a data-link-type=\"idl\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#notsupportederror\"><code>NotSupportedError</code></a>\".\n </p>"
"html": "<p>\n <em><b>failure</b></em>: Let <var>error</var> be a new\n <a data-link-type=\"interface\" data-lt=\"DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>. This exception's .name should be\n \"<a data-link-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#notallowederror\"><code>NotAllowedError</code></a>\" if the user or their security settings\n denied the application from creating a MIDIAccess instance\n with the requested options, or if the error is the result of\n <var>document</var> not being <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/iframe-embed-object.html#allowed-to-use\">allowed to use</a> the feature,\n \"<a data-link-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#aborterror\"><code>AbortError</code></a>\" if the page is going to be closed for a user\n navigation, \"<a data-link-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\"><code>InvalidStateError</code></a>\" if the underlying systems\n raise any errors, or otherwise it should be\n \"<a data-link-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#notsupportederror\"><code>NotSupportedError</code></a>\".\n </p>"
},
{
"html": "<p>\n Call <var>resolver</var>'s <code>reject(value)</code> method\n with <var>error</var> as value argument.\n </p>"
Expand All @@ -58,7 +58,7 @@
"html": "Let <var data-type=\"MIDIPort\">port</var> be the <a data-link-type=\"idl\" data-lt=\"MIDIPort\" href=\"https://www.w3.org/TR/webmidi/#dom-midiport\" class=\"internalDFN\" id=\"ref-for-dom-midiport-1\"><code>MIDIPort</code></a> corresponding to the\n newly-available, or the existing port."
},
{
"html": "<a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-event-fire\">Fire an event</a> named \"statechange\" at the <a data-link-type=\"idl\" data-lt=\"MIDIAccess\" href=\"https://www.w3.org/TR/webmidi/#dom-midiaccess\" class=\"internalDFN\" id=\"ref-for-dom-midiaccess-10\"><code>MIDIAccess</code></a>,\n using <a data-link-type=\"idl\" data-lt=\"MIDIConnectionEvent\" href=\"https://www.w3.org/TR/webmidi/#dom-midiconnectionevent\" class=\"internalDFN\" id=\"ref-for-dom-midiconnectionevent-2\"><code>MIDIConnectionEvent</code></a> with <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webmidi/#dom-midiconnectionevent-port\" class=\"internalDFN\" id=\"ref-for-dom-midiconnectionevent-port-1\"><code>port</code></a> set to <var data-type=\"MIDIPort\">port</var>."
"html": "<a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-event-fire\">Fire an event</a> named \"statechange\" at the <a data-link-type=\"idl\" data-lt=\"MIDIAccess\" href=\"https://www.w3.org/TR/webmidi/#dom-midiaccess\" class=\"internalDFN\" id=\"ref-for-dom-midiaccess-10\"><code>MIDIAccess</code></a>,\n using <a data-link-type=\"idl\" data-lt=\"MIDIConnectionEvent\" href=\"https://www.w3.org/TR/webmidi/#dom-midiconnectionevent\" class=\"internalDFN\" id=\"ref-for-dom-midiconnectionevent-2\"><code>MIDIConnectionEvent</code></a> with <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webmidi/#dom-midiconnectionevent-port\" class=\"internalDFN\" id=\"ref-for-dom-midiconnectionevent-port-1\"><code>port</code></a> set to <var data-type=\"MIDIPort\">port</var>."
}
]
},
Expand Down Expand Up @@ -102,7 +102,7 @@
"html": "<p>\n Terminate these steps.\n </p>"
},
{
"html": "<p>\n <em><b>failure</b></em>: Let <var>error</var> be a new\n <a data-link-type=\"idl\" data-lt=\"DOMException\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>. This exception's .name should be\n <code>\"InvalidAccessError\"</code> if the port is unavailable.\n </p>"
"html": "<p>\n <em><b>failure</b></em>: Let <var>error</var> be a new\n <a data-link-type=\"interface\" data-lt=\"DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>. This exception's .name should be\n <code>\"InvalidAccessError\"</code> if the port is unavailable.\n </p>"
},
{
"html": "<p>\n Call <var>resolver</var>'s <code>reject(value)</code> method\n with <var>error</var> as value argument.\n </p>"
Expand Down Expand Up @@ -152,7 +152,7 @@
"html": "<p>\n Let <var data-type=\"MIDIPort\">port</var> be the <a data-link-type=\"idl\" data-lt=\"MIDIPort\" href=\"https://www.w3.org/TR/webmidi/#dom-midiport\" class=\"internalDFN\" id=\"ref-for-dom-midiport-19\"><code>MIDIPort</code></a>.\n </p>"
},
{
"html": "<p>\n <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-event-fire\">Fire an event</a> named <a data-lt=\"MIDIPort.onstatechange\" href=\"https://www.w3.org/TR/webmidi/#dom-midiport-onstatechange\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-midiport-onstatechange-6\">statechange</a> at the <a data-link-type=\"idl\" data-lt=\"MIDIPort\" href=\"https://www.w3.org/TR/webmidi/#dom-midiport\" class=\"internalDFN\" id=\"ref-for-dom-midiport-20\"><code>MIDIPort</code></a>, and\n <a data-lt=\"MIDIAccess.onstatechange\" href=\"https://www.w3.org/TR/webmidi/#dom-midiaccess-onstatechange\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-midiaccess-onstatechange-6\">statechange</a> at the\n <a data-link-type=\"idl\" data-lt=\"MIDIAccess\" href=\"https://www.w3.org/TR/webmidi/#dom-midiaccess\" class=\"internalDFN\" id=\"ref-for-dom-midiaccess-14\"><code>MIDIAccess</code></a>, using <a data-link-type=\"idl\" data-lt=\"MIDIConnectionEvent\" href=\"https://www.w3.org/TR/webmidi/#dom-midiconnectionevent\" class=\"internalDFN\" id=\"ref-for-dom-midiconnectionevent-6\"><code>MIDIConnectionEvent</code></a> with the <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webmidi/#dom-midiconnectionevent-port\" class=\"internalDFN\" id=\"ref-for-dom-midiconnectionevent-port-2\"><code>port</code></a> attribute set\n to <var data-type=\"MIDIPort\">port</var>.\n </p>"
"html": "<p>\n <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-event-fire\">Fire an event</a> named <a data-lt=\"MIDIPort.onstatechange\" href=\"https://www.w3.org/TR/webmidi/#dom-midiport-onstatechange\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-midiport-onstatechange-6\">statechange</a> at the <a data-link-type=\"idl\" data-lt=\"MIDIPort\" href=\"https://www.w3.org/TR/webmidi/#dom-midiport\" class=\"internalDFN\" id=\"ref-for-dom-midiport-20\"><code>MIDIPort</code></a>, and\n <a data-lt=\"MIDIAccess.onstatechange\" href=\"https://www.w3.org/TR/webmidi/#dom-midiaccess-onstatechange\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-midiaccess-onstatechange-6\">statechange</a> at the\n <a data-link-type=\"idl\" data-lt=\"MIDIAccess\" href=\"https://www.w3.org/TR/webmidi/#dom-midiaccess\" class=\"internalDFN\" id=\"ref-for-dom-midiaccess-14\"><code>MIDIAccess</code></a>, using <a data-link-type=\"idl\" data-lt=\"MIDIConnectionEvent\" href=\"https://www.w3.org/TR/webmidi/#dom-midiconnectionevent\" class=\"internalDFN\" id=\"ref-for-dom-midiconnectionevent-6\"><code>MIDIConnectionEvent</code></a> with the <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webmidi/#dom-midiconnectionevent-port\" class=\"internalDFN\" id=\"ref-for-dom-midiconnectionevent-port-2\"><code>port</code></a> attribute set\n to <var data-type=\"MIDIPort\">port</var>.\n </p>"
}
]
},
Expand All @@ -167,7 +167,7 @@
"html": "<p>\n If the <a data-link-type=\"idl\" data-lt=\"MIDIAccess\" href=\"https://www.w3.org/TR/webmidi/#dom-midiaccess\" class=\"internalDFN\" id=\"ref-for-dom-midiaccess-16\"><code>MIDIAccess</code></a> did not enable <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/webmidi/#dfn-system-exclusive\" class=\"internalDFN\" id=\"ref-for-dfn-system-exclusive-12\">System Exclusive</a>\n access, and the message is a <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/webmidi/#dfn-system-exclusive\" class=\"internalDFN\" id=\"ref-for-dfn-system-exclusive-13\">System Exclusive</a> message, abort\n this process.\n </p>"
},
{
"html": "<p>\n <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-event-fire\">Fire an event</a> named \"midimessage\" at <var data-type=\"MIDIInput\">port</var>, using\n <a data-link-type=\"idl\" data-lt=\"MIDIMessageEvent\" href=\"https://www.w3.org/TR/webmidi/#dom-midimessageevent\" class=\"internalDFN\" id=\"ref-for-dom-midimessageevent-1\"><code>MIDIMessageEvent</code></a> with the <a data-link-type=\"idl\" data-type=\"attribute\" href=\"https://dom.spec.whatwg.org/#dom-event-timestamp\"><code>timeStamp</code></a> attribute set\n to the time the message was received by the system, and with the\n <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webmidi/#dom-midimessageevent-data\" class=\"internalDFN\" id=\"ref-for-dom-midimessageevent-data-1\"><code>data</code></a> attribute set to a <a data-link-type=\"idl\" data-lt=\"Uint8Array\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-Uint8Array\"><code>Uint8Array</code></a> of\n MIDI data bytes representing a single <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/webmidi/#dfn-midi-message\" class=\"internalDFN\" id=\"ref-for-dfn-midi-message-7\">MIDI message</a>.\n </p>"
"html": "<p>\n <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-event-fire\">Fire an event</a> named \"midimessage\" at <var data-type=\"MIDIInput\">port</var>, using\n <a data-link-type=\"idl\" data-lt=\"MIDIMessageEvent\" href=\"https://www.w3.org/TR/webmidi/#dom-midimessageevent\" class=\"internalDFN\" id=\"ref-for-dom-midimessageevent-1\"><code>MIDIMessageEvent</code></a> with the <a data-link-type=\"attribute\" href=\"https://dom.spec.whatwg.org/#dom-event-timestamp\"><code>timeStamp</code></a> attribute set\n to the time the message was received by the system, and with the\n <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webmidi/#dom-midimessageevent-data\" class=\"internalDFN\" id=\"ref-for-dom-midimessageevent-data-1\"><code>data</code></a> attribute set to a <a data-link-type=\"interface\" data-lt=\"Uint8Array\" href=\"https://webidl.spec.whatwg.org/#idl-Uint8Array\"><code>Uint8Array</code></a> of\n MIDI data bytes representing a single <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/webmidi/#dfn-midi-message\" class=\"internalDFN\" id=\"ref-for-dfn-midi-message-7\">MIDI message</a>.\n </p>"
}
]
}
Expand Down
Loading

0 comments on commit d0c223c

Please sign in to comment.