Skip to content

Commit a5de9b6

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.0.1.
1 parent f3190bc commit a5de9b6

File tree

7 files changed

+198
-55
lines changed

7 files changed

+198
-55
lines changed

ed/algorithms/html.json

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31600,7 +31600,7 @@
3160031600
]
3160131601
},
3160231602
{
31603-
"html": "<p>Let <var>state</var> be <a id=\"fetching-scripts:record\" href=\"https://tc39.es/ecma262/#sec-list-and-record-specification-type\" data-x-internal=\"record\">Record</a> { [[ParseError]]: null, [[Destination]]:\n <var>destination</var>, [[PerformFetch]]: null, [[FetchClient]]: <var>fetchClient</var>\n }.</p>"
31603+
"html": "<p>Let <var>state</var> be <a id=\"fetching-scripts:record\" href=\"https://tc39.es/ecma262/#sec-list-and-record-specification-type\" data-x-internal=\"record\">Record</a> { [[ErrorToRethrow]]: null, [[Destination]]:\n <var>destination</var>, [[PerformFetch]]: null, [[FetchClient]]: <var>fetchClient</var>\n }.</p>"
3160431604
},
3160531605
{
3160631606
"html": "<p>If <var>performFetch</var> was given, set <var>state</var>.[[PerformFetch]] to\n <var>performFetch</var>.</p>"
@@ -31625,7 +31625,7 @@
3162531625
"rationale": "if",
3162631626
"steps": [
3162731627
{
31628-
"html": "<p>If <var>state</var>.[[ParseError]] is not null, set <var>moduleScript</var>'s <a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-script-error-to-rethrow\" id=\"fetching-scripts:concept-script-error-to-rethrow-3\">error to rethrow</a> to\n <var>state</var>.[[ParseError]] and run <var>onComplete</var> given\n <var>moduleScript</var>.</p>"
31628+
"html": "<p>If <var>state</var>.[[ErrorToRethrow]] is not null, set <var>moduleScript</var>'s <a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-script-error-to-rethrow\" id=\"fetching-scripts:concept-script-error-to-rethrow-3\">error to rethrow</a> to\n <var>state</var>.[[ErrorToRethrow]] and run <var>onComplete</var> given\n <var>moduleScript</var>.</p>"
3162931629
},
3163031630
{
3163131631
"html": "<p>Otherwise, run <var>onComplete</var> given null.</p>"
@@ -33315,7 +33315,13 @@
3331533315
"rationale": "let",
3331633316
"steps": [
3331733317
{
33318-
"html": "<p>Let <var>completion</var> be <a id=\"hostloadimportedmodule:completion-record-2\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" data-x-internal=\"completion-record\">Completion Record</a> { [[Type]]: throw,\n [[Value]]: a new <code id=\"hostloadimportedmodule:syntaxerror-2\"><a data-x-internal=\"syntaxerror-2\" href=\"https://tc39.es/ecma262/#sec-native-error-types-used-in-this-standard-syntaxerror\">SyntaxError</a></code> exception, [[Target]]: empty }.</p>"
33318+
"html": "<p>Let <var>error</var> be a new <code id=\"hostloadimportedmodule:syntaxerror-2\"><a data-x-internal=\"syntaxerror-2\" href=\"https://tc39.es/ecma262/#sec-native-error-types-used-in-this-standard-syntaxerror\">SyntaxError</a></code> exception.</p>"
33319+
},
33320+
{
33321+
"html": "<p>If <var>loadState</var> is not undefined and <var>loadState</var>.[[ErrorToRethrow]]\n is null, set <var>loadState</var>.[[ErrorToRethrow]] to <var>error</var>.</p>"
33322+
},
33323+
{
33324+
"html": "<p>Let <var>completion</var> be <a id=\"hostloadimportedmodule:completion-record-2\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" data-x-internal=\"completion-record\">Completion Record</a> { [[Type]]: throw,\n [[Value]]: <var>error</var>, [[Target]]: empty }.</p>"
3331933325
},
3332033326
{
3332133327
"html": "<p>Perform <a id=\"hostloadimportedmodule:finishloadingimportedmodule-2\" href=\"https://tc39.es/ecma262/#sec-FinishLoadingImportedModule\" data-x-internal=\"finishloadingimportedmodule\">FinishLoadingImportedModule</a>(<var>referrer</var>,\n <var>moduleRequest</var>, <var>payload</var>, <var>completion</var>).</p>"
@@ -33330,8 +33336,11 @@
3333033336
},
3333133337
{
3333233338
"html": "If the previous step threw an exception, then:",
33333-
"rationale": "let",
33339+
"rationale": "if",
3333433340
"steps": [
33341+
{
33342+
"html": "<p>If <var>loadState</var> is not undefined and <var>loadState</var>.[[ErrorToRethrow]]\n is null, set <var>loadState</var>.[[ErrorToRethrow]] to\n <var>resolutionError</var>.</p>"
33343+
},
3333533344
{
3333633345
"html": "<p>Let <var>completion</var> be <a id=\"hostloadimportedmodule:completion-record-3\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" data-x-internal=\"completion-record\">Completion Record</a> { [[Type]]: throw,\n [[Value]]: <var>resolutionError</var>, [[Target]]: empty }.</p>"
3333733346
},
@@ -33351,7 +33360,13 @@
3335133360
"rationale": "let",
3335233361
"steps": [
3335333362
{
33354-
"html": "<p>Let <var>completion</var> be <a id=\"hostloadimportedmodule:completion-record-4\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" data-x-internal=\"completion-record\">Completion Record</a> { [[Type]]: throw,\n [[Value]]: a new <code id=\"hostloadimportedmodule:typeerror-2\"><a data-x-internal=\"typeerror\" href=\"https://tc39.es/ecma262/#sec-native-error-types-used-in-this-standard-typeerror\">TypeError</a></code> exception, [[Target]]: empty }.</p>"
33363+
"html": "<p>Let <var>error</var> be a new <code id=\"hostloadimportedmodule:typeerror-2\"><a data-x-internal=\"typeerror\" href=\"https://tc39.es/ecma262/#sec-native-error-types-used-in-this-standard-typeerror\">TypeError</a></code> exception.</p>"
33364+
},
33365+
{
33366+
"html": "<p>If <var>loadState</var> is not undefined and <var>loadState</var>.[[ErrorToRethrow]]\n is null, set <var>loadState</var>.[[ErrorToRethrow]] to <var>error</var>.</p>"
33367+
},
33368+
{
33369+
"html": "<p>Let <var>completion</var> be <a id=\"hostloadimportedmodule:completion-record-4\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" data-x-internal=\"completion-record\">Completion Record</a> { [[Type]]: throw,\n [[Value]]: <var>error</var>, [[Target]]: empty }.</p>"
3335533370
},
3335633371
{
3335733372
"html": "<p>Perform <a id=\"hostloadimportedmodule:finishloadingimportedmodule-4\" href=\"https://tc39.es/ecma262/#sec-FinishLoadingImportedModule\" data-x-internal=\"finishloadingimportedmodule\">FinishLoadingImportedModule</a>(<var>referrer</var>,\n <var>moduleRequest</var>, <var>payload</var>, <var>completion</var>).</p>"
@@ -33370,8 +33385,11 @@
3337033385
},
3337133386
{
3337233387
"html": "If the previous step threw an exception, then:",
33373-
"rationale": "let",
33388+
"rationale": "if",
3337433389
"steps": [
33390+
{
33391+
"html": "<p>If <var>loadState</var> is not undefined and <var>loadState</var>.[[ErrorToRethrow]] is\n null, set <var>loadState</var>.[[ErrorToRethrow]] to <var>resolutionError</var>.</p>"
33392+
},
3337533393
{
3337633394
"html": "<p>Let <var>completion</var> be <a id=\"hostloadimportedmodule:completion-record-5\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" data-x-internal=\"completion-record\">Completion Record</a> { [[Type]]: throw,\n [[Value]]: <var>resolutionError</var>, [[Target]]: empty }.</p>"
3337733395
},
@@ -33425,7 +33443,7 @@
3342533443
"html": "<p>Set <var>completion</var> to <a id=\"hostloadimportedmodule:completion-record-7\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" data-x-internal=\"completion-record\">Completion Record</a> { [[Type]]: throw,\n [[Value]]: <var>parseError</var>, [[Target]]: empty }.</p>"
3342633444
},
3342733445
{
33428-
"html": "<p>If <var>loadState</var> is not undefined and <var>loadState</var>.[[ParseError]] is\n null, set <var>loadState</var>.[[ParseError]] to <var>parseError</var>.</p>"
33446+
"html": "<p>If <var>loadState</var> is not undefined and <var>loadState</var>.[[ErrorToRethrow]] is\n null, set <var>loadState</var>.[[ErrorToRethrow]] to <var>parseError</var>.</p>"
3342933447
}
3343033448
]
3343133449
},

ed/headings/digital-credentials.json

Lines changed: 95 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -554,34 +554,114 @@
554554
"number": "15.4"
555555
},
556556
{
557-
"id": "over-collection-of-data",
558-
"href": "https://w3c-fedid.github.io/digital-credentials/#over-collection-of-data",
559-
"level": 3,
560-
"title": "Over Collection of Data",
557+
"id": "government-issued-credentials",
558+
"href": "https://w3c-fedid.github.io/digital-credentials/#government-issued-credentials",
559+
"level": 4,
560+
"title": "Government-issued credentials",
561561
"alternateIds": [
562-
"x15-5-over-collection-of-data"
562+
"x15-4-1-government-issued-credentials"
563563
],
564-
"number": "15.5"
564+
"number": "15.4.1"
565+
},
566+
{
567+
"id": "risk-of-theft-and-leakage-of-government-credentials",
568+
"href": "https://w3c-fedid.github.io/digital-credentials/#risk-of-theft-and-leakage-of-government-credentials",
569+
"level": 5,
570+
"title": "Risk of theft and leakage of government credentials",
571+
"alternateIds": [
572+
"x15-4-1-1-risk-of-theft-and-leakage-of-government-credentials"
573+
],
574+
"number": "15.4.1.1"
575+
},
576+
{
577+
"id": "risk-of-proliferation-of-requests-for-government-credentials",
578+
"href": "https://w3c-fedid.github.io/digital-credentials/#risk-of-proliferation-of-requests-for-government-credentials",
579+
"level": 5,
580+
"title": "Risk of proliferation of requests for government credentials",
581+
"alternateIds": [
582+
"x15-4-1-2-risk-of-proliferation-of-requests-for-government-credentials"
583+
],
584+
"number": "15.4.1.2"
585+
},
586+
{
587+
"id": "mitigating-unnecessary-requests-for-government-credentials",
588+
"href": "https://w3c-fedid.github.io/digital-credentials/#mitigating-unnecessary-requests-for-government-credentials",
589+
"level": 5,
590+
"title": "Mitigating unnecessary requests for government credentials",
591+
"alternateIds": [
592+
"x15-4-1-3-mitigating-unnecessary-requests-for-government-credentials"
593+
],
594+
"number": "15.4.1.3"
595+
},
596+
{
597+
"id": "non-government-issued-credentials",
598+
"href": "https://w3c-fedid.github.io/digital-credentials/#non-government-issued-credentials",
599+
"level": 4,
600+
"title": "Non-government-issued credentials",
601+
"alternateIds": [
602+
"x15-4-2-non-government-issued-credentials"
603+
],
604+
"number": "15.4.2"
605+
},
606+
{
607+
"id": "risk-of-theft-and-leakage-of-non-government-credentials",
608+
"href": "https://w3c-fedid.github.io/digital-credentials/#risk-of-theft-and-leakage-of-non-government-credentials",
609+
"level": 5,
610+
"title": "Risk of theft and leakage of non-government credentials",
611+
"alternateIds": [
612+
"x15-4-2-1-risk-of-theft-and-leakage-of-non-government-credentials"
613+
],
614+
"number": "15.4.2.1"
615+
},
616+
{
617+
"id": "risk-of-proliferation-of-requests-for-government-credentials-0",
618+
"href": "https://w3c-fedid.github.io/digital-credentials/#risk-of-proliferation-of-requests-for-government-credentials-0",
619+
"level": 5,
620+
"title": "Risk of proliferation of requests for government credentials",
621+
"alternateIds": [
622+
"x15-4-2-2-risk-of-proliferation-of-requests-for-government-credentials"
623+
],
624+
"number": "15.4.2.2"
625+
},
626+
{
627+
"id": "mitigating-unnecessary-requests-for-non-government-credentials",
628+
"href": "https://w3c-fedid.github.io/digital-credentials/#mitigating-unnecessary-requests-for-non-government-credentials",
629+
"level": 5,
630+
"title": "Mitigating unnecessary requests for non-government credentials",
631+
"alternateIds": [
632+
"x15-4-2-3-mitigating-unnecessary-requests-for-non-government-credentials"
633+
],
634+
"number": "15.4.2.3"
635+
},
636+
{
637+
"id": "reporting-abuse",
638+
"href": "https://w3c-fedid.github.io/digital-credentials/#reporting-abuse",
639+
"level": 5,
640+
"title": "Reporting abuse",
641+
"alternateIds": [
642+
"x15-4-2-4-reporting-abuse"
643+
],
644+
"number": "15.4.2.4"
565645
},
566646
{
567647
"id": "user-permission-and-transparency",
568648
"href": "https://w3c-fedid.github.io/digital-credentials/#user-permission-and-transparency",
569649
"level": 3,
570650
"title": "User Permission and Transparency",
571651
"alternateIds": [
572-
"x15-6-user-permission-and-transparency"
652+
"x15-5-user-permission-and-transparency"
573653
],
574-
"number": "15.6"
654+
"number": "15.5"
575655
},
576656
{
577657
"id": "handling-multiple-credential-requests",
578658
"href": "https://w3c-fedid.github.io/digital-credentials/#handling-multiple-credential-requests",
579659
"level": 4,
580660
"title": "Handling multiple credential requests",
581661
"alternateIds": [
582-
"x15-6-1-handling-multiple-credential-requests"
662+
"x15-5-1-handling-multiple-credential-requests"
583663
],
584-
"number": "15.6.1"
664+
"number": "15.5.1"
585665
},
586666
{
587667
"id": "integrating-multiple-user-agents",
@@ -591,27 +671,27 @@
591671
"alternateIds": [
592672
"multiple-user-agents"
593673
],
594-
"number": "15.6.2"
674+
"number": "15.5.2"
595675
},
596676
{
597677
"id": "permission-prior-to-wallet-selection",
598678
"href": "https://w3c-fedid.github.io/digital-credentials/#permission-prior-to-wallet-selection",
599679
"level": 4,
600680
"title": "Permission Prior to Wallet Selection",
601681
"alternateIds": [
602-
"x15-6-3-permission-prior-to-wallet-selection"
682+
"x15-5-3-permission-prior-to-wallet-selection"
603683
],
604-
"number": "15.6.3"
684+
"number": "15.5.3"
605685
},
606686
{
607687
"id": "permission-vs-consent",
608688
"href": "https://w3c-fedid.github.io/digital-credentials/#permission-vs-consent",
609689
"level": 4,
610690
"title": "Permission vs. Consent",
611691
"alternateIds": [
612-
"x15-6-4-permission-vs-consent"
692+
"x15-5-4-permission-vs-consent"
613693
],
614-
"number": "15.6.4"
694+
"number": "15.5.4"
615695
},
616696
{
617697
"id": "accessibility-considerations",

0 commit comments

Comments
 (0)