Skip to content

Commit 7bc96b9

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.7.
1 parent 237132b commit 7bc96b9

File tree

5 files changed

+196
-247
lines changed

5 files changed

+196
-247
lines changed

ed/algorithms/fedcm-1.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@
963963
{
964964
"name": "fetch an identity assertion",
965965
"href": "https://w3c-fedid.github.io/FedCM/#fetch-an-identity-assertion",
966-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"fetch-an-identity-assertion\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">fetch an identity assertion</dfn> given a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-USVString\" id=\"ref-for-idl-USVString③②\">USVString</a></code>\n <var>accountId</var>, a boolean <var>permissionRequested</var>, a boolean <var>isAutoSelected</var>, an\n <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#dictdef-identityproviderrequestoptions\" id=\"ref-for-dictdef-identityproviderrequestoptions④\">IdentityProviderRequestOptions</a></code> <var>provider</var>, an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#dictdef-identityproviderapiconfig\" id=\"ref-for-dictdef-identityproviderapiconfig④\">IdentityProviderAPIConfig</a></code> <var>config</var>,\n and <var>globalObject</var>, run the following steps. This returns an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#identitycredential\" id=\"ref-for-identitycredential①①\">IdentityCredential</a></code> or an\n <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#identitycredentialerror\" id=\"ref-for-identitycredentialerror⑤\">IdentityCredentialError</a></code>.",
966+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"fetch-an-identity-assertion\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">fetch an identity assertion</dfn> given a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-USVString\" id=\"ref-for-idl-USVString③①\">USVString</a></code>\n <var>accountId</var>, a boolean <var>permissionRequested</var>, a boolean <var>isAutoSelected</var>, an\n <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#dictdef-identityproviderrequestoptions\" id=\"ref-for-dictdef-identityproviderrequestoptions④\">IdentityProviderRequestOptions</a></code> <var>provider</var>, an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#dictdef-identityproviderapiconfig\" id=\"ref-for-dictdef-identityproviderapiconfig④\">IdentityProviderAPIConfig</a></code> <var>config</var>,\n and <var>globalObject</var>, run the following steps. This returns an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#identitycredential\" id=\"ref-for-identitycredential①①\">IdentityCredential</a></code> or an\n <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#identitycredentialerror\" id=\"ref-for-identitycredentialerror⑤\">IdentityCredentialError</a></code>.",
967967
"rationale": ".algorithm",
968968
"steps": [
969969
{
@@ -984,15 +984,15 @@
984984
{
985985
"html": "<p><dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch identity assertion\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"fetch-identity-assertion-create-a-list\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">Create a list</dfn>: let <var>list</var> be a list with the\nfollowing entries:</p>",
986986
"ignored": [
987-
"(\"client_id\", provider’s clientId) (\"nonce\", provider’s nonce) (\"account_id\", accountId) (\"is_auto_selected\", isAutoSelected)"
987+
"(\"client_id\", provider’s clientId) (\"account_id\", accountId) (\"is_auto_selected\", isAutoSelected)"
988988
]
989989
},
990990
{
991-
"html": "If <var>provider</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#dom-identityproviderrequestoptions-params\" id=\"ref-for-dom-identityproviderrequestoptions-params\">params</a></code> is not empty:",
991+
"html": "If <var>provider</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#dom-identityproviderrequestoptions-params\" id=\"ref-for-dom-identityproviderrequestoptions-params\">params</a></code> is not empty:",
992992
"rationale": "let",
993993
"steps": [
994994
{
995-
"html": "<p>Let <var>json</var> be the result of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-a-json-string\" id=\"ref-for-serialize-a-javascript-value-to-a-json-string\">serializing a JavaScript value to a JSON string</a>\nwith <var>provider</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#dom-identityproviderrequestoptions-params\" id=\"ref-for-dom-identityproviderrequestoptions-params\">params</a></code>.</p>"
995+
"html": "<p>Let <var>json</var> be the result of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-a-json-string\" id=\"ref-for-serialize-a-javascript-value-to-a-json-string\">serializing a JavaScript value to a JSON string</a>\nwith <var>provider</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#dom-identityproviderrequestoptions-params\" id=\"ref-for-dom-identityproviderrequestoptions-params\">params</a></code>.</p>"
996996
},
997997
{
998998
"html": "<p>If serializing threw an exception, return failure.</p>"
@@ -1067,7 +1067,7 @@
10671067
]
10681068
},
10691069
{
1070-
"html": "<p>Otherwise, if <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#dom-identityassertionresponse-token\" id=\"ref-for-dom-identityassertionresponse-token\">token</a></code> was specified, let <var>tokenString</var>\nbe <var>token</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#dom-identityassertionresponse-token\" id=\"ref-for-dom-identityassertionresponse-token\">token</a></code>.</p>"
1070+
"html": "<p>Otherwise, if <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#dom-identityassertionresponse-token\" id=\"ref-for-dom-identityassertionresponse-token\">token</a></code> was specified, let <var>tokenString</var>\nbe <var>token</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#dom-identityassertionresponse-token\" id=\"ref-for-dom-identityassertionresponse-token\">token</a></code>.</p>"
10711071
},
10721072
{
10731073
"html": "Otherwise, if <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c-fedid.github.io/FedCM/#dom-identityassertionresponse-continue_on\" id=\"ref-for-dom-identityassertionresponse-continue_on\">continue_on</a></code> was specified, run these steps\n<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel④\">in parallel</a>:",
@@ -1142,7 +1142,7 @@
11421142
{
11431143
"name": "parse url",
11441144
"href": "https://w3c-fedid.github.io/FedCM/#parse-url",
1145-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"parse-url\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">parse url</dfn> given a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-USVString\" id=\"ref-for-idl-USVString③\">USVString</a></code> <var>stringUrl</var>, a <var>globalObject</var>, and an optional\n<var>baseUrl</var> (default null), run the following steps. This returns a <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-concept-url②\">URL</a> or failure.",
1145+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"parse-url\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">parse url</dfn> given a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-USVString\" id=\"ref-for-idl-USVString③\">USVString</a></code> <var>stringUrl</var>, a <var>globalObject</var>, and an optional\n<var>baseUrl</var> (default null), run the following steps. This returns a <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-concept-url②\">URL</a> or failure.",
11461146
"rationale": ".algorithm",
11471147
"steps": [
11481148
{

ed/dfns/fedcm-1.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,28 +1053,6 @@
10531053
"definedIn": "pre",
10541054
"links": []
10551055
},
1056-
{
1057-
"id": "dom-identityproviderrequestoptions-nonce",
1058-
"href": "https://w3c-fedid.github.io/FedCM/#dom-identityproviderrequestoptions-nonce",
1059-
"linkingText": [
1060-
"nonce"
1061-
],
1062-
"localLinkingText": [],
1063-
"type": "dict-member",
1064-
"for": [
1065-
"IdentityProviderRequestOptions"
1066-
],
1067-
"access": "public",
1068-
"informative": false,
1069-
"heading": {
1070-
"id": "browser-api-credential-request-options",
1071-
"href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options",
1072-
"title": "The CredentialRequestOptions",
1073-
"number": "2.4"
1074-
},
1075-
"definedIn": "pre",
1076-
"links": []
1077-
},
10781056
{
10791057
"id": "dom-identityproviderrequestoptions-loginhint",
10801058
"href": "https://w3c-fedid.github.io/FedCM/#dom-identityproviderrequestoptions-loginhint",
@@ -3092,28 +3070,6 @@
30923070
"definedIn": "dt",
30933071
"links": []
30943072
},
3095-
{
3096-
"id": "dom-id_assertion_endpoint_request-nonce",
3097-
"href": "https://w3c-fedid.github.io/FedCM/#dom-id_assertion_endpoint_request-nonce",
3098-
"linkingText": [
3099-
"nonce"
3100-
],
3101-
"localLinkingText": [],
3102-
"type": "argument",
3103-
"for": [
3104-
"id_assertion_endpoint_request"
3105-
],
3106-
"access": "public",
3107-
"informative": false,
3108-
"heading": {
3109-
"id": "idp-api-id-assertion-endpoint",
3110-
"href": "https://w3c-fedid.github.io/FedCM/#idp-api-id-assertion-endpoint",
3111-
"title": "Identity assertion endpoint",
3112-
"number": "3.5"
3113-
},
3114-
"definedIn": "dt",
3115-
"links": []
3116-
},
31173073
{
31183074
"id": "dom-id_assertion_endpoint_request-account_id",
31193075
"href": "https://w3c-fedid.github.io/FedCM/#dom-id_assertion_endpoint_request-account_id",

ed/idl/fedcm.idl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ dictionary IdentityProviderConfig {
5959
};
6060

6161
dictionary IdentityProviderRequestOptions : IdentityProviderConfig {
62-
USVString nonce;
6362
DOMString loginHint;
6463
DOMString domainHint;
6564
sequence<USVString> fields;

0 commit comments

Comments
 (0)