Skip to content

Commit f400973

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 17.2.5.
1 parent b862314 commit f400973

16 files changed

+383
-270
lines changed

tr/algorithms/mediacapture-viewport.json

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

tr/algorithms/mediasession.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"html": "Update the user agent capture state UI according to <var>captureKind</var> and <var>active</var>."
280280
},
281281
{
282-
"html": "Resolve <var>p</var> with <code>undefined</code>."
282+
"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>."
283283
},
284284
{
285285
"html": "If <var>applyPausePolicy</var> is <code>true</code>, run the following\n substeps:",
@@ -289,7 +289,7 @@
289289
"html": "Let <var>newMutedState</var> be <code>true</code> if <var>active</var> is <code>false</code> and <code>false</code> otherwise."
290290
},
291291
{
292-
"html": "For each <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-streams/#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://www.w3.org/TR/mediacapture-streams/#set-track-muted\" id=\"ref-for-set-track-muted①\">set a track’s muted state</a> to <var>newMutedState</var>."
292+
"html": "For each <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-streams/#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://www.w3.org/TR/mediacapture-streams/#set-track-muted\" id=\"ref-for-set-track-muted①\">set a track’s muted state</a> to <var>newMutedState</var>."
293293
}
294294
]
295295
}
@@ -419,7 +419,7 @@
419419
"html": "If the instance has no associated <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#mediametadata-media-session\" id=\"ref-for-mediametadata-media-session③\">media session</a>, abort\n these steps."
420420
},
421421
{
422-
"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:",
422+
"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:",
423423
"rationale": "if",
424424
"steps": [
425425
{

tr/algorithms/selection-api.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,37 @@
221221
"html": "Otherwise, set <a data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\">this</a> <a href=\"https://www.w3.org/TR/selection-api/#dfn-selection\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-selection-30\">selection</a>'s <a href=\"https://www.w3.org/TR/selection-api/#dfn-focus\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-focus-18\">focus</a> and <a href=\"https://www.w3.org/TR/selection-api/#dfn-anchor\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-anchor-15\">anchor</a> to the location\n as if the user had requested to move selection by <var>granularity</var>."
222222
}
223223
]
224+
},
225+
{
226+
"name": "schedule a selectionchange event",
227+
"href": "https://www.w3.org/TR/selection-api/#dfn-schedule-a-selectionchange-event",
228+
"html": "To <dfn id=\"dfn-schedule-a-selectionchange-event\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">schedule a selectionchange event</dfn> on a node <var>target</var>, run these steps:",
229+
"rationale": "if",
230+
"steps": [
231+
{
232+
"html": "If <var>target</var>'s <a href=\"https://www.w3.org/TR/selection-api/#dfn-has-scheduled-selectionchange-event\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-has-scheduled-selectionchange-event-1\">has scheduled selectionchange event</a> is true,\n abort these steps."
233+
},
234+
{
235+
"html": "<a data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task\">Queue a task</a> on the <a data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#user-interaction-task-source\">user interaction task source</a> to\n <a href=\"https://www.w3.org/TR/selection-api/#dfn-fire-a-selectionchange-event\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-fire-a-selectionchange-event-1\">fire a selectionchange event</a> on <var>target</var>."
236+
}
237+
]
238+
},
239+
{
240+
"name": "fire a selectionchange event",
241+
"href": "https://www.w3.org/TR/selection-api/#dfn-fire-a-selectionchange-event",
242+
"html": "To <dfn id=\"dfn-fire-a-selectionchange-event\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">fire a selectionchange event</dfn> on a node <var>target</var>, run these steps:",
243+
"rationale": "set",
244+
"steps": [
245+
{
246+
"html": "Set <var>target</var>'s <a href=\"https://www.w3.org/TR/selection-api/#dfn-has-scheduled-selectionchange-event\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-has-scheduled-selectionchange-event-2\">has scheduled selectionchange event</a> to false."
247+
},
248+
{
249+
"html": "If <var>target</var> is an element, <a data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-event-fire\">fire an event</a> named <code>selectionchange</code>,\n which bubbles and not cancelable, at <var>target</var>."
250+
},
251+
{
252+
"html": "Otherwise, if <var>target</var> is a document, <a data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-event-fire\">fire an event</a> named <code>selectionchange</code>,\n which does not bubble and not cancelable, at <var>target</var>."
253+
}
254+
]
224255
}
225256
]
226257
}

tr/dfns/mediacapture-viewport.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"href": "https://www.w3.org/TR/mediacapture-viewport/#dom-mediadevices-getviewportmedia",
2929
"linkingText": [
3030
"getViewportMedia()",
31-
"getViewportMedia(constraints)"
31+
"getViewportMedia(options)"
3232
],
3333
"localLinkingText": [
3434
"MediaDevices.getViewportMedia",

tr/dfns/selection-api.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,25 @@
156156
},
157157
"definedIn": "prose"
158158
},
159+
{
160+
"id": "dfn-has-scheduled-selectionchange-event",
161+
"href": "https://www.w3.org/TR/selection-api/#dfn-has-scheduled-selectionchange-event",
162+
"linkingText": [
163+
"has scheduled selectionchange event"
164+
],
165+
"localLinkingText": [],
166+
"type": "dfn",
167+
"for": [],
168+
"access": "private",
169+
"informative": false,
170+
"heading": {
171+
"id": "definition",
172+
"href": "https://www.w3.org/TR/selection-api/#definition",
173+
"title": "Definition",
174+
"number": "2"
175+
},
176+
"definedIn": "prose"
177+
},
159178
{
160179
"id": "dom-selection",
161180
"href": "https://www.w3.org/TR/selection-api/#dom-selection",
@@ -934,6 +953,44 @@
934953
"number": "6.2"
935954
},
936955
"definedIn": "heading"
956+
},
957+
{
958+
"id": "dfn-schedule-a-selectionchange-event",
959+
"href": "https://www.w3.org/TR/selection-api/#dfn-schedule-a-selectionchange-event",
960+
"linkingText": [
961+
"schedule a selectionchange event"
962+
],
963+
"localLinkingText": [],
964+
"type": "dfn",
965+
"for": [],
966+
"access": "private",
967+
"informative": false,
968+
"heading": {
969+
"id": "scheduling-selectionhange-event",
970+
"href": "https://www.w3.org/TR/selection-api/#scheduling-selectionhange-event",
971+
"title": "Scheduling selectionhange event",
972+
"number": "6.2.1"
973+
},
974+
"definedIn": "prose"
975+
},
976+
{
977+
"id": "dfn-fire-a-selectionchange-event",
978+
"href": "https://www.w3.org/TR/selection-api/#dfn-fire-a-selectionchange-event",
979+
"linkingText": [
980+
"fire a selectionchange event"
981+
],
982+
"localLinkingText": [],
983+
"type": "dfn",
984+
"for": [],
985+
"access": "private",
986+
"informative": false,
987+
"heading": {
988+
"id": "firing-selectionhange-event",
989+
"href": "https://www.w3.org/TR/selection-api/#firing-selectionhange-event",
990+
"title": "Firing selectionhange event",
991+
"number": "6.2.2"
992+
},
993+
"definedIn": "prose"
937994
}
938995
]
939996
}

tr/events/selection-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
{
2222
"src": {
2323
"format": "fire an event phrasing",
24-
"href": "https://www.w3.org/TR/selection-api/#selectionchange-event"
24+
"href": "https://www.w3.org/TR/selection-api/#firing-selectionhange-event"
2525
},
26-
"href": "https://www.w3.org/TR/selection-api/#selectionchange-event",
26+
"href": "https://www.w3.org/TR/selection-api/#firing-selectionhange-event",
2727
"type": "selectionchange",
2828
"targets": [
2929
"GlobalEventHandlers"
3030
],
3131
"interface": "Event",
32-
"bubbles": false,
32+
"bubbles": true,
3333
"cancelable": false
3434
}
3535
]

tr/headings/selection-api.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,20 @@
9393
"title": "selectionchange event",
9494
"number": "6.2"
9595
},
96+
{
97+
"id": "scheduling-selectionhange-event",
98+
"href": "https://www.w3.org/TR/selection-api/#scheduling-selectionhange-event",
99+
"level": 4,
100+
"title": "Scheduling selectionhange event",
101+
"number": "6.2.1"
102+
},
103+
{
104+
"id": "firing-selectionhange-event",
105+
"href": "https://www.w3.org/TR/selection-api/#firing-selectionhange-event",
106+
"level": 4,
107+
"title": "Firing selectionhange event",
108+
"number": "6.2.2"
109+
},
96110
{
97111
"id": "conformance",
98112
"href": "https://www.w3.org/TR/selection-api/#conformance",

0 commit comments

Comments
 (0)