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 17.2.5.
  • Loading branch information
reffy-bot committed Sep 27, 2024
1 parent 6bb6ebc commit b862314
Show file tree
Hide file tree
Showing 12 changed files with 1,072 additions and 1,032 deletions.
2 changes: 1 addition & 1 deletion ed/algorithms/element-capture.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
]
},
{
"html": "<p>\n Call the track's state before this method invocation <var>PRE-STATE</var>, and\n after this method invocation <var>POST-STATE</var>. The user agent <em class=\"rfc2119\">MUST</em>\n <a data-cite=\"!HTML#queue-a-global-task\" href=\"https://html.spec.whatwg.org/multipage/#queue-a-global-task\">queue a global task</a> to resolve\n <var>p</var> when it is guaranteed that no more frames <a data-link-type=\"dfn|abstract-op\" href=\"https://screen-share.github.io/element-capture/#dfn-restricted\" class=\"internalDFN\" id=\"ref-for-dfn-restricted-3\">restricted</a>\n (or <a data-link-type=\"dfn|abstract-op\" href=\"https://screen-share.github.io/element-capture/#dfn-unrestricted\" class=\"internalDFN\" id=\"ref-for-dfn-unrestricted-4\">unrestricted</a>) according to <var>PRE-STATE</var> will be delivered to\n the application, and that any additional frames delivered to the application\n will therefore be <a data-link-type=\"dfn|abstract-op\" href=\"https://screen-share.github.io/element-capture/#dfn-restricted\" class=\"internalDFN\" id=\"ref-for-dfn-restricted-4\">restricted</a> (or <a data-link-type=\"dfn|abstract-op\" href=\"https://screen-share.github.io/element-capture/#dfn-unrestricted\" class=\"internalDFN\" id=\"ref-for-dfn-unrestricted-5\">unrestricted</a>) according to either\n <var>POST-STATE</var> or a later state.\n </p>"
"html": "<p>\n Call the track's state before this method invocation <var>PRE-STATE</var>, and\n after this method invocation <var>POST-STATE</var>. The user agent <em class=\"rfc2119\">MUST</em>\n <a data-cite=\"!HTML#queue-a-global-task\" href=\"https://html.spec.whatwg.org/multipage/#queue-a-global-task\">queue a global task</a> to resolve\n <var>p</var> when it is guaranteed that no more frames <a data-link-type=\"dfn|abstract-op\" href=\"https://screen-share.github.io/element-capture/#dfn-restricted\" class=\"internalDFN\" id=\"ref-for-dfn-restricted-3\">restricted</a> (or\n <a data-link-type=\"dfn|abstract-op\" href=\"https://screen-share.github.io/element-capture/#dfn-unrestricted\" class=\"internalDFN\" id=\"ref-for-dfn-unrestricted-4\">unrestricted</a>) according to <var>PRE-STATE</var> will be delivered to the\n application, and that any additional frames delivered to the application will\n therefore be <a data-link-type=\"dfn|abstract-op\" href=\"https://screen-share.github.io/element-capture/#dfn-restricted\" class=\"internalDFN\" id=\"ref-for-dfn-restricted-4\">restricted</a> (or <a data-link-type=\"dfn|abstract-op\" href=\"https://screen-share.github.io/element-capture/#dfn-unrestricted\" class=\"internalDFN\" id=\"ref-for-dfn-unrestricted-5\">unrestricted</a>) according to either\n <var>POST-STATE</var> or a later state.\n </p>"
}
]
},
Expand Down
10 changes: 5 additions & 5 deletions ed/algorithms/mediacapture-viewport.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ed/algorithms/mediasession.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"html": "Update the user agent capture state UI according to <var>captureKind</var> and <var>active</var>."
},
{
"html": "Resolve <var>p</var> with <code>undefined</code>."
"html": "<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task\" id=\"ref-for-queue-a-task③\">Queue a task</a> using the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#user-interaction-task-source\" id=\"ref-for-user-interaction-task-source②\">user interaction task source</a> to resolve <var>p</var> with <code>undefined</code>."
},
{
"html": "If <var>applyPausePolicy</var> is <code>true</code>, run the following\n substeps:",
Expand All @@ -289,7 +289,7 @@
"html": "Let <var>newMutedState</var> be <code>true</code> if <var>active</var> is <code>false</code> and <code>false</code> otherwise."
},
{
"html": "For each <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack\" id=\"ref-for-dom-mediastreamtrack⑤\">MediaStreamTrack</a></code> whose source is of type <var>captureKind</var>, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task\" id=\"ref-for-queue-a-task\">queue a task</a> to <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/mediacapture-main/#set-track-muted\" id=\"ref-for-set-track-muted①\">set a track’s muted state</a> to <var>newMutedState</var>."
"html": "For each <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack\" id=\"ref-for-dom-mediastreamtrack⑤\">MediaStreamTrack</a></code> whose source is of type <var>captureKind</var>, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task\" id=\"ref-for-queue-a-task\">queue a task</a>using the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#user-interaction-task-source\" id=\"ref-for-user-interaction-task-source③\">user interaction task source</a> to <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/mediacapture-main/#set-track-muted\" id=\"ref-for-set-track-muted①\">set a track’s muted state</a> to <var>newMutedState</var>."
}
]
}
Expand Down Expand Up @@ -419,7 +419,7 @@
"html": "If the instance has no associated <a data-link-type=\"dfn\" href=\"https://w3c.github.io/mediasession/#mediametadata-media-session\" id=\"ref-for-mediametadata-media-session③\">media session</a>, abort\n these steps."
},
{
"html": "Otherwise, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task\" id=\"ref-for-queue-a-task\">queue a task</a> to run the following substeps:",
"html": "Otherwise, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task\" id=\"ref-for-queue-a-task\">queue a task</a> to run the following substeps:",
"rationale": "if",
"steps": [
{
Expand Down
2 changes: 1 addition & 1 deletion ed/dfns/mediacapture-viewport.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"href": "https://w3c.github.io/mediacapture-viewport/#dom-mediadevices-getviewportmedia",
"linkingText": [
"getViewportMedia()",
"getViewportMedia(constraints)"
"getViewportMedia(options)"
],
"localLinkingText": [
"MediaDevices.getViewportMedia",
Expand Down
2 changes: 1 addition & 1 deletion ed/idl/mediacapture-viewport.idl
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

partial interface MediaDevices {
Promise<MediaStream> getViewportMedia(
optional DisplayMediaStreamConstraints constraints = {});
optional DisplayMediaStreamOptions options = {});
};
Loading

0 comments on commit b862314

Please sign in to comment.