Skip to content

Commit bf2d185

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.6.
1 parent a29c12e commit bf2d185

17 files changed

+722
-241
lines changed

ed/algorithms/fedcm-1.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,11 +740,26 @@
740740
"html": "<p>If <var>tokenUrl</var> is failure, return failure.</p>"
741741
},
742742
{
743-
"html": "<p>Let <var>requestBody</var> be the result of running <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-urlencoded-serializer\" id=\"ref-for-concept-urlencoded-serializer①\">urlencoded serializer</a> with a list containing:</p>",
743+
"html": "<p>Let <var>list</var> be a list with the following entries:</p>",
744744
"ignored": [
745745
"(\"client_id\", provider’s clientId) (\"nonce\", provider’s nonce) (\"account_id\", accountId) (\"disclosure_text_shown\", disclosureTextShown) (\"is_auto_selected\", isAutoSelected)"
746746
]
747747
},
748+
{
749+
"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:",
750+
"rationale": "let",
751+
"steps": [
752+
{
753+
"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> with <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>"
754+
},
755+
{
756+
"html": "<p>Append (\"params\", <var>json</var>) to <var>list</var>.</p>"
757+
}
758+
]
759+
},
760+
{
761+
"html": "<p>Let <var>requestBody</var> be the result of running <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-urlencoded-serializer\" id=\"ref-for-concept-urlencoded-serializer①\">urlencoded serializer</a> with <var>list</var>.</p>"
762+
},
748763
{
749764
"html": "<p>Let <var>request</var> be a new <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request\" id=\"ref-for-concept-request⑨\">request</a> as follows:</p>\n <dl>\n <dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-url\" id=\"ref-for-concept-request-url⑤\">url</a>\n </dt><dd data-md=\"\">\n <p><var>tokenUrl</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-method\" id=\"ref-for-concept-request-method①\">method</a>\n </dt><dd data-md=\"\">\n <p>\"POST\"</p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-body\" id=\"ref-for-concept-request-body①\">body</a>\n </dt><dd data-md=\"\">\n <p>the <a data-link-type=\"dfn\" href=\"https://encoding.spec.whatwg.org/#utf-8-encode\" id=\"ref-for-utf-8-encode①\">UTF-8 encode</a> of <var>requestBody</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-redirect-mode\" id=\"ref-for-concept-request-redirect-mode③\">redirect mode</a>\n </dt><dd data-md=\"\">\n <p>\"error\"</p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-client\" id=\"ref-for-concept-request-client⑤\">client</a>\n </dt><dd data-md=\"\">\n <p>null</p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-window\" id=\"ref-for-concept-request-window⑤\">window</a>\n </dt><dd data-md=\"\">\n <p>\"no-window\"</p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#request-service-workers-mode\" id=\"ref-for-request-service-workers-mode⑤\">service-workers mode</a>\n </dt><dd data-md=\"\">\n <p>\"none\"</p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-destination\" id=\"ref-for-concept-request-destination⑤\">destination</a>\n </dt><dd data-md=\"\">\n <p>\"webidentity\"</p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-origin\" id=\"ref-for-concept-request-origin⑤\">origin</a>\n </dt><dd data-md=\"\">\n <p><var>globalObject</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window\" id=\"ref-for-concept-document-window⑥\">associated document</a>'s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-document-origin\" id=\"ref-for-concept-document-origin⑤\">origin</a></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-header-list\" id=\"ref-for-concept-request-header-list④\">header list</a>\n </dt><dd data-md=\"\">\n <p>a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list\" id=\"ref-for-list⑤\">list</a> containing a single <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-header\" id=\"ref-for-concept-header④\">header</a> with <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-header-name\" id=\"ref-for-concept-header-name④\">name</a> set to <code>Accept</code> and <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-header-value\" id=\"ref-for-concept-header-value④\">value</a> set to <code>application/x-www-form-urlencoded</code></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-credentials-mode\" id=\"ref-for-concept-request-credentials-mode⑤\">credentials mode</a>\n </dt><dd data-md=\"\">\n <p>\"include\"</p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-mode\" id=\"ref-for-concept-request-mode⑨\">mode</a>\n </dt><dd data-md=\"\">\n <p>\"cors\"</p>\n </dd></dl>"
750765
},

ed/algorithms/presentation-api.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,10 @@
259259
"name": "PresentationRequest/getAvailability()",
260260
"href": "https://w3c.github.io/presentation-api/#dom-presentationrequest-getavailability",
261261
"html": "When the <dfn data-dfn-for=\"PresentationRequest\" data-export=\"\" data-dfn-type=\"method\" id=\"dom-presentationrequest-getavailability\" data-idl=\"operation\" data-title=\"getAvailability\" data-type=\"Promise\" data-lt=\"getAvailability()\" data-local-lt=\"PresentationRequest.getAvailability|PresentationRequest.getAvailability()|getAvailability\" tabindex=\"0\" aria-haspopup=\"dialog\"><code>getAvailability</code></dfn> method is called, the\n user agent <em class=\"rfc2119\">MUST</em> run the following steps:",
262-
"rationale": "if",
262+
"rationale": "let",
263263
"steps": [
264264
{
265-
"html": "If there is an unsettled <a data-link-type=\"idl\" data-lt=\"Promise\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-promise\" id=\"ref-for-index-term-promise-interface-16\"><code>Promise</code></a> from a previous call to\n <a href=\"https://w3c.github.io/presentation-api/#dom-presentationrequest-getavailability\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-presentationrequest-getavailability-7\"><code>getAvailability</code></a> on <var>\n presentationRequest</var>, return that <a data-link-type=\"idl\" data-lt=\"Promise\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-promise\" id=\"ref-for-index-term-promise-interface-17\"><code>Promise</code></a> and abort\n these steps."
266-
},
267-
{
268-
"html": "Otherwise, let <var>P</var> be a new <a data-link-type=\"idl\" data-lt=\"Promise\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-promise\" id=\"ref-for-index-term-promise-interface-18\"><code>Promise</code></a> constructed in\n the <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/multipage/#sec-code-realms\" id=\"ref-for-index-term-javascript-realm-7\">JavaScript realm</a> of <var>presentationRequest</var>."
265+
"html": "Let <var>P</var> be a new <a data-link-type=\"idl\" data-lt=\"Promise\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-promise\" id=\"ref-for-index-term-promise-interface-16\"><code>Promise</code></a> constructed in the\n <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/multipage/#sec-code-realms\" id=\"ref-for-index-term-javascript-realm-7\">JavaScript realm</a> of <var>presentationRequest</var>."
269266
},
270267
{
271268
"html": "Return <var>P</var>, but continue running these steps <a data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-index-term-in-parallel-6\">in\n parallel</a>."
@@ -646,7 +643,7 @@
646643
"html": "If the <a href=\"https://w3c.github.io/presentation-api/#dfn-presentation-controllers-promise\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-presentation-controllers-promise-2\">presentation controllers promise</a> is not\n <code>null</code>, return the <a href=\"https://w3c.github.io/presentation-api/#dfn-presentation-controllers-promise\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-presentation-controllers-promise-3\">presentation controllers promise</a>\n and abort all remaining steps."
647644
},
648645
{
649-
"html": "Otherwise, let the <a href=\"https://w3c.github.io/presentation-api/#dfn-presentation-controllers-promise\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-presentation-controllers-promise-4\">presentation controllers promise</a> be a\n new <a data-link-type=\"idl\" data-lt=\"Promise\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-promise\" id=\"ref-for-index-term-promise-interface-20\"><code>Promise</code></a> constructed in the <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/multipage/#sec-code-realms\" id=\"ref-for-index-term-javascript-realm-9\">JavaScript realm</a> of this\n <a href=\"https://w3c.github.io/presentation-api/#dom-presentationreceiver\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-presentationreceiver-8\"><code>PresentationReceiver</code></a> object."
646+
"html": "Otherwise, let the <a href=\"https://w3c.github.io/presentation-api/#dfn-presentation-controllers-promise\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-presentation-controllers-promise-4\">presentation controllers promise</a> be a\n new <a data-link-type=\"idl\" data-lt=\"Promise\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-promise\" id=\"ref-for-index-term-promise-interface-18\"><code>Promise</code></a> constructed in the <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/multipage/#sec-code-realms\" id=\"ref-for-index-term-javascript-realm-9\">JavaScript realm</a> of this\n <a href=\"https://w3c.github.io/presentation-api/#dom-presentationreceiver\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-presentationreceiver-8\"><code>PresentationReceiver</code></a> object."
650647
},
651648
{
652649
"html": "Return the <a href=\"https://w3c.github.io/presentation-api/#dfn-presentation-controllers-promise\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-presentation-controllers-promise-5\">presentation controllers promise</a>."

0 commit comments

Comments
 (0)