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 18.3.2.
  • Loading branch information
reffy-bot committed Feb 18, 2025
1 parent 1270539 commit 23182eb
Show file tree
Hide file tree
Showing 14 changed files with 381 additions and 692 deletions.
14 changes: 7 additions & 7 deletions tr/algorithms/mediastream-recording.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"html": "Let <var>recorder</var> be a newly constructed <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediastream-recording/#mediarecorder\" id=\"ref-for-mediarecorder①\">MediaRecorder</a></code> object."
},
{
"html": "Let <var>recorder</var> have a <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"constrainedmimetype\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">[[ConstrainedMimeType]]</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> internal slot,\n initialized to the value of <var>options</var>’ <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediastream-recording/#dom-mediarecorderoptions-mimetype\" id=\"ref-for-dom-mediarecorderoptions-mimetype①\">mimeType</a></code> member."
"html": "Let <var>recorder</var> have a <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"constrainedmimetype\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">[[ConstrainedMimeType]]</dfn> internal slot,\n initialized to the value of <var>options</var>’ <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediastream-recording/#dom-mediarecorderoptions-mimetype\" id=\"ref-for-dom-mediarecorderoptions-mimetype①\">mimeType</a></code> member."
},
{
"html": "Let <var>recorder</var> have a <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"constrainedbitspersecond\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">[[ConstrainedBitsPerSecond]]</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> internal\n slot, initialized to the value of <var>options</var>’ <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediastream-recording/#dom-mediarecorderoptions-bitspersecond\" id=\"ref-for-dom-mediarecorderoptions-bitspersecond\">bitsPerSecond</a></code> member if it is present, otherwise <code>null</code>."
"html": "Let <var>recorder</var> have a <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"constrainedbitspersecond\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">[[ConstrainedBitsPerSecond]]</dfn> internal\n slot, initialized to the value of <var>options</var>’ <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediastream-recording/#dom-mediarecorderoptions-bitspersecond\" id=\"ref-for-dom-mediarecorderoptions-bitspersecond\">bitsPerSecond</a></code> member if it is present, otherwise <code>null</code>."
},
{
"html": "Let <var>recorder</var> have a <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"videokeyframeintervalduration\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">[[VideoKeyFrameIntervalDuration]]</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> internal\n slot, initialized to the value of <var>options</var>’ <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediastream-recording/#dom-mediarecorderoptions-videokeyframeintervalduration\" id=\"ref-for-dom-mediarecorderoptions-videokeyframeintervalduration\">videoKeyFrameIntervalDuration</a></code> member if it is present, otherwise <code>null</code>."
"html": "Let <var>recorder</var> have a <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"videokeyframeintervalduration\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">[[VideoKeyFrameIntervalDuration]]</dfn> internal\n slot, initialized to the value of <var>options</var>’ <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediastream-recording/#dom-mediarecorderoptions-videokeyframeintervalduration\" id=\"ref-for-dom-mediarecorderoptions-videokeyframeintervalduration\">videoKeyFrameIntervalDuration</a></code> member if it is present, otherwise <code>null</code>."
},
{
"html": "Let <var>recorder</var> have a <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"videokeyframeintervalcount\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">[[VideoKeyFrameIntervalCount]]</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> internal\n slot, initialized to the value of <var>options</var>’ <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediastream-recording/#dom-mediarecorderoptions-videokeyframeintervalcount\" id=\"ref-for-dom-mediarecorderoptions-videokeyframeintervalcount\">videoKeyFrameIntervalCount</a></code> member if it is present, otherwise <code>null</code>."
"html": "Let <var>recorder</var> have a <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"videokeyframeintervalcount\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">[[VideoKeyFrameIntervalCount]]</dfn> internal\n slot, initialized to the value of <var>options</var>’ <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediastream-recording/#dom-mediarecorderoptions-videokeyframeintervalcount\" id=\"ref-for-dom-mediarecorderoptions-videokeyframeintervalcount\">videoKeyFrameIntervalCount</a></code> member if it is present, otherwise <code>null</code>."
},
{
"html": "Initialize <var>recorder</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediastream-recording/#dom-mediarecorder-stream\" id=\"ref-for-dom-mediarecorder-stream①\">stream</a></code> attribute to <var>stream</var>."
Expand Down Expand Up @@ -212,7 +212,7 @@
{
"name": "Inactivate the recorder",
"href": "https://www.w3.org/TR/mediastream-recording/#abstract-opdef-inactivate-the-recorder",
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"abstract-op\" data-export=\"\" id=\"abstract-opdef-inactivate-the-recorder\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">Inactivate the recorder</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> algorithm given a <var>recorder</var>, is as follows:",
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"abstract-op\" data-export=\"\" id=\"abstract-opdef-inactivate-the-recorder\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">Inactivate the recorder</dfn> algorithm given a <var>recorder</var>, is as follows:",
"rationale": "set",
"steps": [
{
Expand Down Expand Up @@ -310,7 +310,7 @@
"html": "Resume (or continue) gathering data into the current <var>blob</var>."
},
{
"html": "Let <var>target</var> be the MediaRecorder context object. <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-event-fire\" id=\"ref-for-concept-event-fire⑦\">Fire\n an event</a> named <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#resume\" id=\"ref-for-resume\">resume</a> at <var>target</var>."
"html": "Let <var>target</var> be the MediaRecorder context object. <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-event-fire\" id=\"ref-for-concept-event-fire⑦\">Fire\n an event</a> named <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#resume\" id=\"ref-for-resume\">resume</a> at <var>target</var>."
}
]
},
Expand Down Expand Up @@ -345,7 +345,7 @@
{
"name": "is type supported",
"href": "https://www.w3.org/TR/mediastream-recording/#abstract-opdef-is-type-supported",
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"abstract-op\" data-export=\"\" id=\"abstract-opdef-is-type-supported\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">is type supported</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> algorithm consists of the following steps.",
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"abstract-op\" data-export=\"\" id=\"abstract-opdef-is-type-supported\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">is type supported</dfn> algorithm consists of the following steps.",
"rationale": ".algorithm",
"steps": [
{
Expand Down
Loading

0 comments on commit 23182eb

Please sign in to comment.