Skip to content

Commit 60252ab

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.7.
1 parent 93c8b97 commit 60252ab

File tree

7 files changed

+126
-68
lines changed

7 files changed

+126
-68
lines changed

ed/algorithms/webdriver-bidi.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4657,11 +4657,11 @@
46574657
{
46584658
"name": "clone network response body",
46594659
"href": "https://w3c.github.io/webdriver-bidi/#clone-network-response-body",
4660-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"clone-network-response-body\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">clone network response body</dfn> given <var>sessions</var>, <var>request</var> and <var>response body</var>:",
4660+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"clone-network-response-body\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">clone network response body</dfn> given <var>request</var> and <var>response body</var>:",
46614661
"rationale": ".algorithm",
46624662
"steps": [
46634663
{
4664-
"html": "For each <var>session</var> in <var>sessions</var>:",
4664+
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions①\">active BiDi sessions</a>:",
46654665
"rationale": "if",
46664666
"steps": [
46674667
{
@@ -4726,7 +4726,7 @@
47264726
{
47274727
"name": "maybe collect network response body",
47284728
"href": "https://w3c.github.io/webdriver-bidi/#maybe-collect-network-response-body",
4729-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"maybe-collect-network-response-body\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">maybe collect network response body</dfn> given <var>sessions</var>, <var>request</var> and <var>response</var>:",
4729+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"maybe-collect-network-response-body\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">maybe collect network response body</dfn> given <var>request</var> and <var>response</var>:",
47304730
"rationale": ".algorithm",
47314731
"steps": [
47324732
{
@@ -4766,7 +4766,7 @@
47664766
"html": "<p>Let <var>collectors</var> be an empty list.</p>"
47674767
},
47684768
{
4769-
"html": "For each <var>session</var> in <var>sessions</var>:",
4769+
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions②\">active BiDi sessions</a>:",
47704770
"rationale": "for",
47714771
"steps": [
47724772
{
@@ -7330,7 +7330,7 @@
73307330
"rationale": "for",
73317331
"steps": [
73327332
{
7333-
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDi sessions</a>:",
7333+
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDi sessions</a>:",
73347334
"rationale": "if",
73357335
"steps": [
73367336
{
@@ -7360,7 +7360,7 @@
73607360
],
73617361
"additional": [
73627362
{
7363-
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDi sessions</a>:",
7363+
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDi sessions</a>:",
73647364
"rationale": "if",
73657365
"steps": [
73667366
{
@@ -7402,7 +7402,7 @@
74027402
"html": "<p>Let <var>response status</var> be \"<code>incomplete</code>\".</p>"
74037403
},
74047404
{
7405-
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDi sessions</a>:",
7405+
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDi sessions</a>:",
74067406
"rationale": "update",
74077407
"steps": [
74087408
{
@@ -7517,10 +7517,10 @@
75177517
"html": "<p>If <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-client\" id=\"ref-for-concept-request-client①⑤\">client</a> is not null, let <var>related navigables</var>\n be the result of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#get-related-navigables\" id=\"ref-for-get-related-navigables⑥\">get related navigables</a> with <var>request</var>’s\n <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-client\" id=\"ref-for-concept-request-client①⑥\">client</a>. Otherwise let <var>related navigables</var> be an empty\n set.</p>"
75187518
},
75197519
{
7520-
"html": "<p>Let <var>sessions</var> be the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#set-of-sessions-for-which-an-event-is-enabled\" id=\"ref-for-set-of-sessions-for-which-an-event-is-enabled①⑦\">set of sessions for which an event is enabled</a>\n given \"<code>network.responseCompleted</code>\" and <var>related navigables</var>.</p>"
7520+
"html": "<p><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#maybe-collect-network-response-body\" id=\"ref-for-maybe-collect-network-response-body\">Maybe collect network response body</a> with <var>request</var> and <var>response</var>.</p>"
75217521
},
75227522
{
7523-
"html": "<p><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#maybe-collect-network-response-body\" id=\"ref-for-maybe-collect-network-response-body\">Maybe collect network response body</a> with <var>sessions</var>, <var>request</var> and <var>response</var>.</p>"
7523+
"html": "<p>Let <var>sessions</var> be the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#set-of-sessions-for-which-an-event-is-enabled\" id=\"ref-for-set-of-sessions-for-which-an-event-is-enabled①⑦\">set of sessions for which an event is enabled</a>\n given \"<code>network.responseCompleted</code>\" and <var>related navigables</var>.</p>"
75247524
},
75257525
{
75267526
"html": "For each <var>session</var> in <var>sessions</var>:",
@@ -7570,10 +7570,10 @@
75707570
"html": "<p>Let <var>response status</var> be \"<code>incomplete</code>\".</p>"
75717571
},
75727572
{
7573-
"html": "<p>Let <var>sessions</var> be the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#set-of-sessions-for-which-an-event-is-enabled\" id=\"ref-for-set-of-sessions-for-which-an-event-is-enabled①⑧\">set of sessions for which an event is enabled</a>\n given \"<code>network.responseStarted</code>\" and <var>related navigables</var>.</p>"
7573+
"html": "<p><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#clone-network-response-body\" id=\"ref-for-clone-network-response-body①\">Clone network response body</a> with <var>request</var> and <var>response</var>.</p>"
75747574
},
75757575
{
7576-
"html": "<p><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#clone-network-response-body\" id=\"ref-for-clone-network-response-body①\">Clone network response body</a> with <var>sessions</var>, <var>request</var> and <var>response</var>.</p>"
7576+
"html": "<p>Let <var>sessions</var> be the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#set-of-sessions-for-which-an-event-is-enabled\" id=\"ref-for-set-of-sessions-for-which-an-event-is-enabled①⑧\">set of sessions for which an event is enabled</a>\n given \"<code>network.responseStarted</code>\" and <var>related navigables</var>.</p>"
75777577
},
75787578
{
75797579
"html": "For each <var>session</var> in <var>sessions</var>:",
@@ -7647,7 +7647,7 @@
76477647
"html": "<p>Let <var>user context id</var> be <var>user context</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#user-context-user-context-id\" id=\"ref-for-user-context-user-context-id①⓪\">user context id</a>.</p>"
76487648
},
76497649
{
7650-
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDi sessions</a>:",
7650+
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDi sessions</a>:",
76517651
"rationale": "for",
76527652
"steps": [
76537653
{
@@ -10043,7 +10043,7 @@
1004310043
"rationale": ".algorithm",
1004410044
"steps": [
1004510045
{
10046-
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDI sessions</a>:",
10046+
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDI sessions</a>:",
1004710047
"rationale": "if",
1004810048
"steps": [
1004910049
{
@@ -10146,7 +10146,7 @@
1014610146
"html": "<p>Let <var>related navigables</var> be the result of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#get-related-navigables\" id=\"ref-for-get-related-navigables①②\">get related navigables</a> given <var>settings</var>.</p>"
1014710147
},
1014810148
{
10149-
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDi sessions</a>:",
10149+
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDi sessions</a>:",
1015010150
"rationale": "if",
1015110151
"steps": [
1015210152
{
@@ -10432,7 +10432,7 @@
1043210432
"html": "<p>Let <var>dismissed</var> be false.</p>"
1043310433
},
1043410434
{
10435-
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDi sessions</a>:",
10435+
"html": "For each <var>session</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#active-bidi-sessions\" id=\"ref-for-active-bidi-sessions\">active BiDi sessions</a>:",
1043610436
"rationale": "let",
1043710437
"steps": [
1043810438
{

ed/headings/vocab-ssn.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2393,12 +2393,32 @@
23932393
"id": "ModelPlan",
23942394
"href": "https://w3c.github.io/sdw-sosa-ssn/ssn/#ModelPlan",
23952395
"level": 3,
2396-
"title": "Planning",
2396+
"title": "Planning executions and collections",
23972397
"alternateIds": [
2398-
"x8-10-planning"
2398+
"x8-10-planning-executions-and-collections"
23992399
],
24002400
"number": "8.10"
24012401
},
2402+
{
2403+
"id": "ModelPlan-Deployment",
2404+
"href": "https://w3c.github.io/sdw-sosa-ssn/ssn/#ModelPlan-Deployment",
2405+
"level": 4,
2406+
"title": "Planned System Deployment",
2407+
"alternateIds": [
2408+
"x8-10-1-planned-system-deployment"
2409+
],
2410+
"number": "8.10.1"
2411+
},
2412+
{
2413+
"id": "ModelPlan-Collections",
2414+
"href": "https://w3c.github.io/sdw-sosa-ssn/ssn/#ModelPlan-Collections",
2415+
"level": 4,
2416+
"title": "Planned Collection using generic system",
2417+
"alternateIds": [
2418+
"x8-10-2-planned-collection-using-generic-system"
2419+
],
2420+
"number": "8.10.2"
2421+
},
24022422
{
24032423
"id": "ModelPropertyDefinition",
24042424
"href": "https://w3c.github.io/sdw-sosa-ssn/ssn/#ModelPropertyDefinition",

0 commit comments

Comments
 (0)