Skip to content

Commit fff8cf5

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

File tree

7 files changed

+56
-77
lines changed

7 files changed

+56
-77
lines changed

ed/algorithms/digital-credentials.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@
4343
{
4444
"html": "If <var>requests</var> is empty, <a data-link-type=\"dfn\" data-link-for=\"exception\" data-xref-for=\"exception\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dfn-throw\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> a <a data-xref-type=\"_IDL_\" data-link-type=\"exception\" data-lt=\"TypeError\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"exceptiondef-typeerror\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\"><code>TypeError</code></a>."
4545
},
46+
{
47+
"html": "<a data-link-type=\"dfn\" data-link-for=\"list\" data-xref-for=\"List\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"list-iterate\" href=\"https://infra.spec.whatwg.org/#list-iterate\">For each</a> <var>request</var> of <var>requests</var>:",
48+
"rationale": "serialize",
49+
"steps": [
50+
{
51+
"html": "<a data-link-type=\"dfn\" data-lt=\"serialize a JavaScript value to a JSON string\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"serialize-a-javascript-value-to-a-json-string\" href=\"https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-a-json-string\">Serialize</a>\n <var>request</var> to a JSON string. <a data-link-type=\"dfn\" data-link-for=\"exception\" data-xref-for=\"exception\" data-lt=\"throw\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dfn-throw\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">Re-throw</a> any\n <a data-link-type=\"dfn\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dfn-exception\" href=\"https://webidl.spec.whatwg.org/#dfn-exception\">exception</a>."
52+
}
53+
]
54+
},
4655
{
4756
"html": ""
4857
},
@@ -78,6 +87,15 @@
7887
{
7988
"html": "If <var>requests</var> is empty, <a data-link-type=\"dfn\" data-link-for=\"exception\" data-xref-for=\"exception\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dfn-throw\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> a <a data-xref-type=\"_IDL_\" data-link-type=\"exception\" data-lt=\"TypeError\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"exceptiondef-typeerror\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\"><code>TypeError</code></a>."
8089
},
90+
{
91+
"html": "<a data-link-type=\"dfn\" data-link-for=\"list\" data-xref-for=\"List\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"list-iterate\" href=\"https://infra.spec.whatwg.org/#list-iterate\">For each</a> <var>request</var> of <var>requests</var>:",
92+
"rationale": "serialize",
93+
"steps": [
94+
{
95+
"html": "<a data-link-type=\"dfn\" data-lt=\"serialize a JavaScript value to a JSON string\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"serialize-a-javascript-value-to-a-json-string\" href=\"https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-a-json-string\">Serialize</a>\n <var>request</var> to a JSON string. <a data-link-type=\"dfn\" data-link-for=\"exception\" data-xref-for=\"exception\" data-lt=\"throw\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dfn-throw\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">Re-throw</a> any\n <a data-link-type=\"dfn\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dfn-exception\" href=\"https://webidl.spec.whatwg.org/#dfn-exception\">exception</a>."
96+
}
97+
]
98+
},
8199
{
82100
"html": ""
83101
},

ed/algorithms/html.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19327,7 +19327,7 @@
1932719327
"html": "<p>If the value does not correspond to a key on the system's keyboard, then skip the\n remainder of these steps for this value.</p>"
1932819328
},
1932919329
{
19330-
"html": "<p>\n <a id=\"keyboard-shortcuts-processing-model:tracking-vector\" title=\"There is a tracking vector here.\" href=\"https://infra.spec.whatwg.org/#tracking-vector\" class=\"tracking-vector\" data-x-internal=\"tracking-vector\"><img width=\"46\" alt=\"(This is a tracking vector.)\" crossorigin=\"\" src=\"https://resources.whatwg.org/tracking-vector.svg\" height=\"64\"></a>\n If the user agent can find a mix of zero or more modifier keys that, combined with the key that\n corresponds to the value given in the attribute, can be used as the access key, then the user\n agent may assign that combination of keys as the element's <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#assigned-access-key\" id=\"keyboard-shortcuts-processing-model:assigned-access-key-3\">assigned access key</a> and\n return.</p>"
19330+
"html": "<p>\n <a id=\"keyboard-shortcuts-processing-model:tracking-vector\" title=\"There is a tracking vector here.\" href=\"https://infra.spec.whatwg.org/#tracking-vector\" class=\"tracking-vector\" data-x-internal=\"tracking-vector\"><img width=\"46\" alt=\"(This is a tracking vector.)\" crossorigin=\"\" class=\"darkmode-aware\" src=\"https://resources.whatwg.org/tracking-vector.svg\" height=\"64\"></a>\n If the user agent can find a mix of zero or more modifier keys that, combined with the key that\n corresponds to the value given in the attribute, can be used as the access key, then the user\n agent may assign that combination of keys as the element's <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#assigned-access-key\" id=\"keyboard-shortcuts-processing-model:assigned-access-key-3\">assigned access key</a> and\n return.</p>"
1933119331
}
1933219332
]
1933319333
},
@@ -32223,7 +32223,7 @@
3222332223
"html": "<p>Set <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-error\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-error\">error</a></code>] to\n <var>exception</var>.</p>"
3222432224
},
3222532225
{
32226-
"html": "<p>\n <a id=\"runtime-script-errors:tracking-vector\" title=\"There is a tracking vector here.\" href=\"https://infra.spec.whatwg.org/#tracking-vector\" class=\"tracking-vector\" data-x-internal=\"tracking-vector\"><img width=\"46\" alt=\"(This is a tracking vector.)\" crossorigin=\"\" src=\"https://resources.whatwg.org/tracking-vector.svg\" height=\"64\"></a>\n Set <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-message\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-message\">message</a></code>],\n <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-filename\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-filename\">filename</a></code>],\n <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-lineno\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-lineno\">lineno</a></code>], and\n <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-colno\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-colno\">colno</a></code>] to\n <a id=\"runtime-script-errors:implementation-defined\" href=\"https://infra.spec.whatwg.org/#implementation-defined\" data-x-internal=\"implementation-defined\">implementation-defined</a> values derived from <var>exception</var>.\n </p>"
32226+
"html": "<p>\n <a id=\"runtime-script-errors:tracking-vector\" title=\"There is a tracking vector here.\" href=\"https://infra.spec.whatwg.org/#tracking-vector\" class=\"tracking-vector\" data-x-internal=\"tracking-vector\"><img width=\"46\" alt=\"(This is a tracking vector.)\" crossorigin=\"\" class=\"darkmode-aware\" src=\"https://resources.whatwg.org/tracking-vector.svg\" height=\"64\"></a>\n Set <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-message\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-message\">message</a></code>],\n <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-filename\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-filename\">filename</a></code>],\n <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-lineno\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-lineno\">lineno</a></code>], and\n <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-colno\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-colno\">colno</a></code>] to\n <a id=\"runtime-script-errors:implementation-defined\" href=\"https://infra.spec.whatwg.org/#implementation-defined\" data-x-internal=\"implementation-defined\">implementation-defined</a> values derived from <var>exception</var>.\n </p>"
3222732227
},
3222832228
{
3222932229
"html": "<p>Return <var>attributes</var>.</p>"
@@ -37899,7 +37899,7 @@
3789937899
{
3790037900
"name": "WindowSessionStorage/sessionStorage",
3790137901
"href": "https://html.spec.whatwg.org/multipage/webstorage.html#dom-sessionstorage",
37902-
"html": "<a id=\"the-sessionstorage-attribute:tracking-vector\" title=\"There is a tracking vector here.\" href=\"https://infra.spec.whatwg.org/#tracking-vector\" class=\"tracking-vector\" data-x-internal=\"tracking-vector\"><img width=\"46\" alt=\"(This is a tracking vector.)\" crossorigin=\"\" src=\"https://resources.whatwg.org/tracking-vector.svg\" height=\"64\"></a>\n The <dfn data-dfn-for=\"WindowSessionStorage\" id=\"dom-sessionstorage\" data-dfn-type=\"attribute\"><code>sessionStorage</code></dfn> getter steps are:",
37902+
"html": "<a id=\"the-sessionstorage-attribute:tracking-vector\" title=\"There is a tracking vector here.\" href=\"https://infra.spec.whatwg.org/#tracking-vector\" class=\"tracking-vector\" data-x-internal=\"tracking-vector\"><img width=\"46\" alt=\"(This is a tracking vector.)\" crossorigin=\"\" class=\"darkmode-aware\" src=\"https://resources.whatwg.org/tracking-vector.svg\" height=\"64\"></a>\n The <dfn data-dfn-for=\"WindowSessionStorage\" id=\"dom-sessionstorage\" data-dfn-type=\"attribute\"><code>sessionStorage</code></dfn> getter steps are:",
3790337903
"rationale": "if",
3790437904
"steps": [
3790537905
{
@@ -37925,7 +37925,7 @@
3792537925
{
3792637926
"name": "WindowLocalStorage/localStorage",
3792737927
"href": "https://html.spec.whatwg.org/multipage/webstorage.html#dom-localstorage",
37928-
"html": "<a id=\"the-localstorage-attribute:tracking-vector\" title=\"There is a tracking vector here.\" href=\"https://infra.spec.whatwg.org/#tracking-vector\" class=\"tracking-vector\" data-x-internal=\"tracking-vector\"><img width=\"46\" alt=\"(This is a tracking vector.)\" crossorigin=\"\" src=\"https://resources.whatwg.org/tracking-vector.svg\" height=\"64\"></a>\n The <dfn data-dfn-for=\"WindowLocalStorage\" id=\"dom-localstorage\" data-dfn-type=\"attribute\"><code>localStorage</code></dfn> getter steps are:",
37928+
"html": "<a id=\"the-localstorage-attribute:tracking-vector\" title=\"There is a tracking vector here.\" href=\"https://infra.spec.whatwg.org/#tracking-vector\" class=\"tracking-vector\" data-x-internal=\"tracking-vector\"><img width=\"46\" alt=\"(This is a tracking vector.)\" crossorigin=\"\" class=\"darkmode-aware\" src=\"https://resources.whatwg.org/tracking-vector.svg\" height=\"64\"></a>\n The <dfn data-dfn-for=\"WindowLocalStorage\" id=\"dom-localstorage\" data-dfn-type=\"attribute\"><code>localStorage</code></dfn> getter steps are:",
3792937929
"rationale": "if",
3793037930
"steps": [
3793137931
{

ed/idl/digital-credentials.idl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dictionary DigitalCredentialCreateRequest {
3131

3232
[Exposed=Window, SecureContext]
3333
interface DigitalCredential : Credential {
34+
[Default] object toJSON();
3435
readonly attribute DOMString protocol;
3536
[SameObject] readonly attribute object data;
3637
static boolean userAgentAllowsProtocol(DOMString protocol);

ed/ids/digital-credentials.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,10 @@
195195
"https://w3c-fedid.github.io/digital-credentials/#x4-7-the-digitalcredential-interface",
196196
"https://w3c-fedid.github.io/digital-credentials/#dom-digitalcredential",
197197
"https://w3c-fedid.github.io/digital-credentials/#ref-for-dfn-digital-credential-19",
198-
"https://w3c-fedid.github.io/digital-credentials/#webidl-787382905",
198+
"https://w3c-fedid.github.io/digital-credentials/#webidl-1066026310",
199199
"https://w3c-fedid.github.io/digital-credentials/#idl-def-digitalcredential",
200200
"https://w3c-fedid.github.io/digital-credentials/#ref-for-dom-digitalcredential-3",
201+
"https://w3c-fedid.github.io/digital-credentials/#idl-def-digitalcredential-tojson",
201202
"https://w3c-fedid.github.io/digital-credentials/#idl-def-digitalcredential-protocol",
202203
"https://w3c-fedid.github.io/digital-credentials/#ref-for-dom-digitalcredential-protocol-1",
203204
"https://w3c-fedid.github.io/digital-credentials/#idl-def-digitalcredential-data",
@@ -230,17 +231,6 @@
230231
"https://w3c-fedid.github.io/digital-credentials/#credential-management-integration",
231232
"https://w3c-fedid.github.io/digital-credentials/#issue-container-number-65",
232233
"https://w3c-fedid.github.io/digital-credentials/#h-issue",
233-
"https://w3c-fedid.github.io/digital-credentials/",
234-
"https://w3c-fedid.github.io/digital-credentials/",
235-
"https://w3c-fedid.github.io/digital-credentials/",
236-
"https://w3c-fedid.github.io/digital-credentials/",
237-
"https://w3c-fedid.github.io/digital-credentials/",
238-
"https://w3c-fedid.github.io/digital-credentials/",
239-
"https://w3c-fedid.github.io/digital-credentials/",
240-
"https://w3c-fedid.github.io/digital-credentials/",
241-
"https://w3c-fedid.github.io/digital-credentials/",
242-
"https://w3c-fedid.github.io/digital-credentials/",
243-
"https://w3c-fedid.github.io/digital-credentials/",
244234
"https://w3c-fedid.github.io/digital-credentials/#discoverfromexternalsource-origin-options-sameoriginwithancestors-internal-method",
245235
"https://w3c-fedid.github.io/digital-credentials/#x5-1-discoverfromexternalsource-origin-options-sameoriginwithancestors-internal-method",
246236
"https://w3c-fedid.github.io/digital-credentials/#dfn-discoverfromexternalsource-origin-options-sameoriginwithancestors",

0 commit comments

Comments
 (0)