Skip to content

Commit 98f009d

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.2.3.
1 parent 84a6c63 commit 98f009d

File tree

6 files changed

+157
-131
lines changed

6 files changed

+157
-131
lines changed

ed/algorithms/mediacapture-streams.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@
922922
"rationale": "let",
923923
"steps": [
924924
{
925-
"html": "<p>Let <var>finalCandidate</var> be the provided media, which\n <em class=\"rfc2119\">MUST</em> be precisely one <a href=\"https://w3c.github.io/mediacapture-main/#dfn-candidate\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-candidate-1\">candidate</a> of type <var>kind</var> from\n <var>finalSet</var>. The decision of which candidate to\n choose from the <var>finalSet</var> is completely up to\n the <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/mediacapture-main/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-83\">User Agent</a> and may be determined by asking the user.\n </p>\n <p>The <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/mediacapture-main/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-84\">User Agent</a> <em class=\"rfc2119\">SHOULD</em> use the value of the computed\n <a href=\"https://w3c.github.io/mediacapture-main/#dfn-fitness-distance\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-fitness-distance-1\">fitness distance</a> from the <a href=\"https://w3c.github.io/mediacapture-main/#dfn-selectsettings\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-selectsettings-4\">SelectSettings</a>\n algorithm as an input to the selection algorithm.\n However, it <em class=\"rfc2119\">MAY</em> also use other internally-available\n information about the devices, such as user preference.</p>\n <p><a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/mediacapture-main/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-85\">User Agents</a> are encouraged to default to using the\n user's primary or system default device for <var>kind</var>\n (when possible). <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/mediacapture-main/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-86\">User Agents</a>\n <em class=\"rfc2119\">MAY</em> allow users to use any media source, including\n pre-recorded media files.</p>"
925+
"html": "<p>Let <var>finalCandidate</var> be the provided media, which\n <em class=\"rfc2119\">MUST</em> be precisely one <a href=\"https://w3c.github.io/mediacapture-main/#dfn-candidate\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-candidate-1\">candidate</a> of type <var>kind</var> from\n <var>finalSet</var>. The decision of which candidate to\n choose from the <var>finalSet</var> is completely up to\n the <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/mediacapture-main/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-83\">User Agent</a> and may be determined by asking the user.\n </p>\n <p>The <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/mediacapture-main/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-84\">User Agent</a> <em class=\"rfc2119\">SHOULD</em> use the value of the computed\n <a href=\"https://w3c.github.io/mediacapture-main/#dfn-fitness-distance\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-fitness-distance-1\">fitness distance</a> from the <a href=\"https://w3c.github.io/mediacapture-main/#dfn-selectsettings\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-selectsettings-4\">SelectSettings</a>\n algorithm as an input to the selection algorithm.\n However, it <em class=\"rfc2119\">MAY</em> also use other internally-available\n information about the devices, such as user preference.</p>\n \n <p><a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/mediacapture-main/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-85\">User Agents</a> are encouraged to default to using the\n user's primary or system default device for <var>kind</var>\n (when possible). <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/mediacapture-main/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-86\">User Agents</a>\n <em class=\"rfc2119\">MAY</em> allow users to use any media source, including\n pre-recorded media files.</p>"
926926
},
927927
{
928928
"html": "<p>The result of the request is \"<a data-link-type=\"enum-value\" data-xref-type=\"enum-value\" data-link-for=\"PermissionState\" data-xref-for=\"PermissionState\" data-cite=\"permissions\" data-cite-path=\"\" data-cite-frag=\"dom-permissionstate-granted\" href=\"https://www.w3.org/TR/permissions/#dom-permissionstate-granted\"><code>granted</code></a>\".\n If a hardware error such as an OS/program/webpage lock prevents access,\n remove the corresponding candidate from <var>finalSet</var>.\n If <var>finalSet</var> has no candidates of type <var>kind</var>,\n <a data-link-type=\"dfn\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"reject\" href=\"https://webidl.spec.whatwg.org/#reject\">reject</a> <var>p</var> with a new\n <a data-xref-type=\"_IDL_\" data-link-type=\"interface\" data-lt=\"DOMException\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"idl-DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a> object whose\n <a data-link-type=\"attribute\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"DOMException\" data-xref-for=\"DOMException\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dom-domexception-name\" href=\"https://webidl.spec.whatwg.org/#dom-domexception-name\"><code>name</code></a> attribute has the value\n \"<a data-link-type=\"exception\" data-cite=\"webidl\" data-xref-type=\"exception\" data-cite-path=\"\" data-cite-frag=\"notreadableerror\" href=\"https://webidl.spec.whatwg.org/#notreadableerror\"><code>NotReadableError</code></a>\" and abort these steps.\n Otherwise, restart these sub steps with the updated <var>finalSet</var>.</p>\n <p>If device access fails for any reason other than those listed above,\n remove the corresponding candidate from <var>finalSet</var>.\n If <var>finalSet</var> has no candidates of type <var>kind</var>,\n <a data-link-type=\"dfn\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"reject\" href=\"https://webidl.spec.whatwg.org/#reject\">reject</a> <var>p</var> with a new <a data-xref-type=\"_IDL_\" data-link-type=\"interface\" data-lt=\"DOMException\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"idl-DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>\n object whose <a data-link-type=\"attribute\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"DOMException\" data-xref-for=\"DOMException\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dom-domexception-name\" href=\"https://webidl.spec.whatwg.org/#dom-domexception-name\"><code>name</code></a> attribute has the\n value \"<a data-link-type=\"exception\" data-cite=\"webidl\" data-xref-type=\"exception\" data-cite-path=\"\" data-cite-frag=\"aborterror\" href=\"https://webidl.spec.whatwg.org/#aborterror\"><code>AbortError</code></a>\" and abort these steps.\n Otherwise, restart these sub steps with the updated <var>finalSet</var>.</p>"
@@ -1131,7 +1131,7 @@
11311131
"html": "<p>Let <var>successfulSettings</var> be the result of running\n the <a href=\"https://w3c.github.io/mediacapture-main/#dfn-selectsettings\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-selectsettings-7\">SelectSettings</a> algorithm with\n <var>newConstraints</var> as the constraint set.</p>"
11321132
},
11331133
{
1134-
"html": "<p>If <var>successfulSettings</var> is\n <code>undefined</code>, let <var>failedConstraint</var> be\n any <a data-lt=\"required constraints\" href=\"https://w3c.github.io/mediacapture-main/#dfn-required-constraints\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-required-constraints-10\">required constraint</a>\n whose fitness distance was infinity\n for all settings dictionaries examined while executing the\n <a href=\"https://w3c.github.io/mediacapture-main/#dfn-selectsettings\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-selectsettings-8\">SelectSettings</a> algorithm, or <code>\"\"</code> if there\n isn't one, and then return\n <var>failedConstraint</var> and abort these steps.</p>"
1134+
"html": "<p>If <var>successfulSettings</var> is\n <code>undefined</code>, let <var>failedConstraint</var> be\n any <a data-lt=\"required constraints\" href=\"https://w3c.github.io/mediacapture-main/#dfn-required-constraints\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-required-constraints-11\">required constraint</a>\n whose fitness distance was infinity\n for all settings dictionaries examined while executing the\n <a href=\"https://w3c.github.io/mediacapture-main/#dfn-selectsettings\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-selectsettings-8\">SelectSettings</a> algorithm, or <code>\"\"</code> if there\n isn't one, and then return\n <var>failedConstraint</var> and abort these steps.</p>"
11351135
},
11361136
{
11371137
"html": "In a single operation, remove the existing constraints from\n <var>object</var>, apply <var>newConstraints</var>, and apply\n <var>successfulSettings</var> as the current settings."

ed/algorithms/webdriver-bidi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4857,7 +4857,7 @@
48574857
"rationale": "let",
48584858
"steps": [
48594859
{
4860-
"html": "<p>Let <var>collected data</var> be a <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data\" id=\"ref-for-network-data②\">network data</a> with\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-bytes\" id=\"ref-for-network-data-bytes\">bytes</a> set to null,\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-cloned-body\" id=\"ref-for-network-data-cloned-body\">cloned body</a> set to <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-body-clone\" id=\"ref-for-concept-body-clone\">clone</a> of <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-body\" id=\"ref-for-concept-request-body①\">body</a>,\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-collectors\" id=\"ref-for-network-data-collectors\">collectors</a> set to an empty list,\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-pending\" id=\"ref-for-network-data-pending\">pending</a> set to true,\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-request\" id=\"ref-for-network-data-request\">request</a> set to <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#request-id\" id=\"ref-for-request-id①\">request id</a>,\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-size\" id=\"ref-for-network-data-size\">size</a> set to null,\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-type\" id=\"ref-for-network-data-type\">type</a> set to \"response\".</p>"
4860+
"html": "<p>Let <var>collected data</var> be a <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data\" id=\"ref-for-network-data②\">network data</a> with\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-bytes\" id=\"ref-for-network-data-bytes\">bytes</a> set to null,\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-cloned-body\" id=\"ref-for-network-data-cloned-body\">cloned body</a> set to <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-body-clone\" id=\"ref-for-concept-body-clone\">clone</a> of <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-body\" id=\"ref-for-concept-request-body①\">body</a>,\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-collectors\" id=\"ref-for-network-data-collectors\">collectors</a> set to an empty list,\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-pending\" id=\"ref-for-network-data-pending\">pending</a> set to true,\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-request\" id=\"ref-for-network-data-request\">request</a> set to <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#request-id\" id=\"ref-for-request-id①\">request id</a>,\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-size\" id=\"ref-for-network-data-size\">size</a> set to null,\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-data-type\" id=\"ref-for-network-data-type\">type</a> set to \"request\".</p>"
48614861
},
48624862
{
48634863
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-append\" id=\"ref-for-list-append②⑥\">Append</a> <var>collected data</var> to <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#collected-network-data\" id=\"ref-for-collected-network-data②\">collected network data</a>.</p>"

ed/headings/wasm-core-2.json

Lines changed: 40 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7251,6 +7251,16 @@
72517251
],
72527252
"number": "6.6.1"
72537253
},
7254+
{
7255+
"id": "types①⑥",
7256+
"href": "https://webassembly.github.io/spec/core/bikeshed/#types%E2%91%A0%E2%91%A5",
7257+
"level": 4,
7258+
"title": "Types",
7259+
"alternateIds": [
7260+
"types①⑦"
7261+
],
7262+
"number": "6.6.2"
7263+
},
72547264
{
72557265
"id": "tags⑧",
72567266
"href": "https://webassembly.github.io/spec/core/bikeshed/#tags%E2%91%A7",
@@ -7259,7 +7269,7 @@
72597269
"alternateIds": [
72607270
"tags⑨"
72617271
],
7262-
"number": "6.6.2"
7272+
"number": "6.6.3"
72637273
},
72647274
{
72657275
"id": "abbreviations①②",
@@ -7269,7 +7279,7 @@
72697279
"alternateIds": [
72707280
"abbreviations①③"
72717281
],
7272-
"number": "6.6.2.1"
7282+
"number": "6.6.3.1"
72737283
},
72747284
{
72757285
"id": "globals⑧",
@@ -7279,7 +7289,7 @@
72797289
"alternateIds": [
72807290
"globals⑨"
72817291
],
7282-
"number": "6.6.3"
7292+
"number": "6.6.4"
72837293
},
72847294
{
72857295
"id": "text-global-abbrev",
@@ -7289,7 +7299,7 @@
72897299
"alternateIds": [
72907300
"abbreviations①④"
72917301
],
7292-
"number": "6.6.3.1"
7302+
"number": "6.6.4.1"
72937303
},
72947304
{
72957305
"id": "memories⑧",
@@ -7299,7 +7309,7 @@
72997309
"alternateIds": [
73007310
"memories⑨"
73017311
],
7302-
"number": "6.6.4"
7312+
"number": "6.6.5"
73037313
},
73047314
{
73057315
"id": "text-mem-abbrev",
@@ -7309,7 +7319,7 @@
73097319
"alternateIds": [
73107320
"abbreviations①⑤"
73117321
],
7312-
"number": "6.6.4.1"
7322+
"number": "6.6.5.1"
73137323
},
73147324
{
73157325
"id": "tables⑧",
@@ -7319,7 +7329,7 @@
73197329
"alternateIds": [
73207330
"tables⑨"
73217331
],
7322-
"number": "6.6.5"
7332+
"number": "6.6.6"
73237333
},
73247334
{
73257335
"id": "text-table-abbrev",
@@ -7329,7 +7339,7 @@
73297339
"alternateIds": [
73307340
"abbreviations①⑥"
73317341
],
7332-
"number": "6.6.5.1"
7342+
"number": "6.6.6.1"
73337343
},
73347344
{
73357345
"id": "functions⑧",
@@ -7339,7 +7349,7 @@
73397349
"alternateIds": [
73407350
"functions⑨"
73417351
],
7342-
"number": "6.6.6"
7352+
"number": "6.6.7"
73437353
},
73447354
{
73457355
"id": "text-func-abbrev",
@@ -7349,7 +7359,7 @@
73497359
"alternateIds": [
73507360
"abbreviations①⑦"
73517361
],
7352-
"number": "6.6.6.1"
7362+
"number": "6.6.7.1"
73537363
},
73547364
{
73557365
"id": "data-segments⑥",
@@ -7359,7 +7369,7 @@
73597369
"alternateIds": [
73607370
"data-segments⑦"
73617371
],
7362-
"number": "6.6.7"
7372+
"number": "6.6.8"
73637373
},
73647374
{
73657375
"id": "id5②",
@@ -7369,7 +7379,7 @@
73697379
"alternateIds": [
73707380
"abbreviations①⑧"
73717381
],
7372-
"number": "6.6.7.1"
7382+
"number": "6.6.8.1"
73737383
},
73747384
{
73757385
"id": "element-segments⑥",
@@ -7379,7 +7389,7 @@
73797389
"alternateIds": [
73807390
"element-segments⑦"
73817391
],
7382-
"number": "6.6.8"
7392+
"number": "6.6.9"
73837393
},
73847394
{
73857395
"id": "id6②",
@@ -7389,7 +7399,7 @@
73897399
"alternateIds": [
73907400
"abbreviations①⑨"
73917401
],
7392-
"number": "6.6.8.1"
7402+
"number": "6.6.9.1"
73937403
},
73947404
{
73957405
"id": "start-function④",
@@ -7399,7 +7409,7 @@
73997409
"alternateIds": [
74007410
"start-function⑤"
74017411
],
7402-
"number": "6.6.9"
7412+
"number": "6.6.10"
74037413
},
74047414
{
74057415
"id": "imports④",
@@ -7409,7 +7419,7 @@
74097419
"alternateIds": [
74107420
"imports⑤"
74117421
],
7412-
"number": "6.6.10"
7422+
"number": "6.6.11"
74137423
},
74147424
{
74157425
"id": "id7①",
@@ -7419,7 +7429,7 @@
74197429
"alternateIds": [
74207430
"abbreviations②⓪"
74217431
],
7422-
"number": "6.6.10.1"
7432+
"number": "6.6.11.1"
74237433
},
74247434
{
74257435
"id": "exports④",
@@ -7429,7 +7439,7 @@
74297439
"alternateIds": [
74307440
"exports⑤"
74317441
],
7432-
"number": "6.6.11"
7442+
"number": "6.6.12"
74337443
},
74347444
{
74357445
"id": "id8",
@@ -7439,7 +7449,7 @@
74397449
"alternateIds": [
74407450
"abbreviations②①"
74417451
],
7442-
"number": "6.6.11.1"
7452+
"number": "6.6.12.1"
74437453
},
74447454
{
74457455
"id": "text-module",
@@ -7449,7 +7459,7 @@
74497459
"alternateIds": [
74507460
"modules①③"
74517461
],
7452-
"number": "6.6.12"
7462+
"number": "6.6.13"
74537463
},
74547464
{
74557465
"id": "id10",
@@ -7459,7 +7469,7 @@
74597469
"alternateIds": [
74607470
"abbreviations②②"
74617471
],
7462-
"number": "6.6.12.1"
7472+
"number": "6.6.13.1"
74637473
},
74647474
{
74657475
"id": "appendix",
@@ -7481,12 +7491,12 @@
74817491
"number": "A.1"
74827492
},
74837493
{
7484-
"id": "types①",
7485-
"href": "https://webassembly.github.io/spec/core/bikeshed/#types%E2%91%A0%E2%91%A5",
7494+
"id": "types①",
7495+
"href": "https://webassembly.github.io/spec/core/bikeshed/#types%E2%91%A0%E2%91%A7",
74867496
"level": 4,
74877497
"title": "Types",
74887498
"alternateIds": [
7489-
"types①"
7499+
"types①"
74907500
]
74917501
},
74927502
{
@@ -8095,12 +8105,12 @@
80958105
]
80968106
},
80978107
{
8098-
"id": "types①⑧",
8099-
"href": "https://webassembly.github.io/spec/core/bikeshed/#types%E2%91%A0%E2%91%A7",
8108+
"id": "types②⓪",
8109+
"href": "https://webassembly.github.io/spec/core/bikeshed/#types%E2%91%A1%E2%93%AA",
81008110
"level": 4,
81018111
"title": "Types",
81028112
"alternateIds": [
8103-
"types①⑨"
8113+
"types②①"
81048114
]
81058115
},
81068116
{
@@ -8619,12 +8629,12 @@
86198629
]
86208630
},
86218631
{
8622-
"id": "types②",
8623-
"href": "https://webassembly.github.io/spec/core/bikeshed/#types%E2%91%A1%E2%93%AA",
8632+
"id": "types②",
8633+
"href": "https://webassembly.github.io/spec/core/bikeshed/#types%E2%91%A1%E2%91%A1",
86248634
"level": 5,
86258635
"title": "Types",
86268636
"alternateIds": [
8627-
"types②"
8637+
"types②"
86288638
]
86298639
},
86308640
{

0 commit comments

Comments
 (0)