Skip to content

Commit 7e6fdab

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.1.1.
1 parent 57aeea7 commit 7e6fdab

File tree

6 files changed

+258
-603
lines changed

6 files changed

+258
-603
lines changed

ed/algorithms/requestidlecallback.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"html": "Pop the top <var>callback</var> from <var>window</var>'s\n <a href=\"https://w3c.github.io/requestidlecallback/#dfn-list-of-runnable-idle-callbacks\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-list-of-runnable-idle-callbacks-6\">list of runnable idle callbacks</a>."
130130
},
131131
{
132-
"html": "Let <var>deadlineArg</var> be a new <a href=\"https://w3c.github.io/requestidlecallback/#dom-idledeadline\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-idledeadline-7\"><code>IdleDeadline</code></a> whose\n is <var>getDeadline</var>."
132+
"html": "Let <var>deadlineArg</var> be a new <a href=\"https://w3c.github.io/requestidlecallback/#dom-idledeadline\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-idledeadline-7\"><code>IdleDeadline</code></a> whose\n <a href=\"https://w3c.github.io/requestidlecallback/#dfn-get-deadline-time\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-get-deadline-time-2\">get deadline time</a> algorithm is <var>getDeadline</var>."
133133
},
134134
{
135135
"html": "Call <var>callback</var> with <var>deadlineArg</var> as its\n argument. If an uncaught runtime script error occurs, then <a data-link-type=\"dfn\" data-cite=\"html\" data-cite-path=\"/webappapis.html\" data-cite-frag=\"report-the-exception\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#report-the-exception\">report the exception</a>."
@@ -161,7 +161,7 @@
161161
"html": "Let <var>now</var> be the current time."
162162
},
163163
{
164-
"html": "Let <var>deadlineArg</var> be a new <a href=\"https://w3c.github.io/requestidlecallback/#dom-idledeadline\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-idledeadline-8\"><code>IdleDeadline</code></a>.\n Set the <a href=\"https://w3c.github.io/requestidlecallback/#dfn-get-deadline-time\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-get-deadline-time-2\">get deadline time</a> algorithm associated with <var>deadlineArg</var> to\n an algorithm returning <var>now</var> and set the <a href=\"https://w3c.github.io/requestidlecallback/#dfn-timeout\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-timeout-3\">timeout</a> associated with\n <var>deadlineArg</var> to <code>true</code>."
164+
"html": "Let <var>deadlineArg</var> be a new <a href=\"https://w3c.github.io/requestidlecallback/#dom-idledeadline\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-idledeadline-8\"><code>IdleDeadline</code></a>.\n Set the <a href=\"https://w3c.github.io/requestidlecallback/#dfn-get-deadline-time\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-get-deadline-time-3\">get deadline time</a> algorithm associated with <var>deadlineArg</var> to\n an algorithm returning <var>now</var> and set the <a href=\"https://w3c.github.io/requestidlecallback/#dfn-timeout\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-timeout-3\">timeout</a> associated with\n <var>deadlineArg</var> to <code>true</code>."
165165
},
166166
{
167167
"html": "Call <var>callback</var> with <var>deadlineArg</var> as its\n argument. If an uncaught runtime script error occurs, then <a data-link-type=\"dfn\" data-cite=\"html\" data-cite-path=\"/webappapis.html\" data-cite-frag=\"report-the-exception\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#report-the-exception\">report the exception</a>."

ed/algorithms/ua-client-hints.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "return the Sec-CH-UA value for a request",
99
"href": "https://wicg.github.io/ua-client-hints/#abstract-opdef-return-the-sec-ch-ua-value-for-a-request",
10-
"html": "To <dfn data-dfn-type=\"abstract-op\" data-export=\"\" id=\"abstract-opdef-return-the-sec-ch-ua-value-for-a-request\">return the <code>Sec-CH-UA</code> value for a request<a class=\"self-link\" href=\"https://wicg.github.io/ua-client-hints/#abstract-opdef-return-the-sec-ch-ua-value-for-a-request\"></a></dfn>, perform the following steps:",
10+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"abstract-op\" data-export=\"\" id=\"abstract-opdef-return-the-sec-ch-ua-value-for-a-request\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">return the <code>Sec-CH-UA</code> value for a request</dfn>, perform the following steps:",
1111
"rationale": "let",
1212
"steps": [
1313
{
@@ -24,7 +24,7 @@
2424
{
2525
"name": "return the Sec-CH-UA-Full-Version-List value for a request",
2626
"href": "https://wicg.github.io/ua-client-hints/#abstract-opdef-return-the-sec-ch-ua-full-version-list-value-for-a-request",
27-
"html": "To <dfn data-dfn-type=\"abstract-op\" data-export=\"\" id=\"abstract-opdef-return-the-sec-ch-ua-full-version-list-value-for-a-request\">return the <code>Sec-CH-UA-Full-Version-List</code> value for a request<a class=\"self-link\" href=\"https://wicg.github.io/ua-client-hints/#abstract-opdef-return-the-sec-ch-ua-full-version-list-value-for-a-request\"></a></dfn>, perform the\nfollowing steps:",
27+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"abstract-op\" data-export=\"\" id=\"abstract-opdef-return-the-sec-ch-ua-full-version-list-value-for-a-request\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">return the <code>Sec-CH-UA-Full-Version-List</code> value for a request</dfn>, perform the\nfollowing steps:",
2828
"rationale": "let",
2929
"steps": [
3030
{
@@ -41,7 +41,7 @@
4141
{
4242
"name": "get the platform version",
4343
"href": "https://wicg.github.io/ua-client-hints/#get-the-platform-version",
44-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"get-the-platform-version\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">get the platform version</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span>, given a string <var>platform</var>, run the following steps:",
44+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"get-the-platform-version\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">get the platform version</dfn>, given a string <var>platform</var>, run the following steps:",
4545
"rationale": "if",
4646
"steps": [
4747
{
@@ -124,7 +124,7 @@
124124
{
125125
"name": "get the legacy Windows version number",
126126
"href": "https://wicg.github.io/ua-client-hints/#get-the-legacy-windows-version-number",
127-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"get-the-legacy-windows-version-number\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">get the legacy Windows version number</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span>, run the following steps:",
127+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"get-the-legacy-windows-version-number\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">get the legacy Windows version number</dfn>, run the following steps:",
128128
"rationale": "let",
129129
"steps": [
130130
{
@@ -150,7 +150,7 @@
150150
{
151151
"name": "create a unified platform version string",
152152
"href": "https://wicg.github.io/ua-client-hints/#create-a-unified-platform-version-string",
153-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-a-unified-platform-version-string\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create a unified platform version string</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span>, given a string <var>input</var>, run the following\nsteps:",
153+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-a-unified-platform-version-string\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create a unified platform version string</dfn>, given a string <var>input</var>, run the following\nsteps:",
154154
"rationale": "let",
155155
"steps": [
156156
{
@@ -197,7 +197,7 @@
197197
{
198198
"name": "create brands",
199199
"href": "https://wicg.github.io/ua-client-hints/#create-brands",
200-
"html": "When asked to <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-brands\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create brands</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> with <var>version type</var>, run the following steps:",
200+
"html": "When asked to <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-brands\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create brands</dfn> with <var>version type</var>, run the following steps:",
201201
"rationale": "let",
202202
"steps": [
203203
{
@@ -250,7 +250,7 @@
250250
{
251251
"name": "create an arbitrary brand",
252252
"href": "https://wicg.github.io/ua-client-hints/#create-an-arbitrary-brand",
253-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-an-arbitrary-brand\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create an arbitrary brand</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span>, the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#user-agent\" id=\"ref-for-user-agent③⑥\">user agent</a> MUST run these steps:",
253+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-an-arbitrary-brand\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create an arbitrary brand</dfn>, the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#user-agent\" id=\"ref-for-user-agent③⑥\">user agent</a> MUST run these steps:",
254254
"rationale": "let",
255255
"steps": [
256256
{
@@ -312,7 +312,7 @@
312312
{
313313
"name": "create an arbitrary version",
314314
"href": "https://wicg.github.io/ua-client-hints/#create-an-arbitrary-version",
315-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-an-arbitrary-version\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create an arbitrary version</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> given <var>version type</var>, run the following steps:",
315+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-an-arbitrary-version\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create an arbitrary version</dfn> given <var>version type</var>, run the following steps:",
316316
"rationale": "assert",
317317
"steps": [
318318
{
@@ -338,7 +338,7 @@
338338
{
339339
"name": "create a brand-version list",
340340
"href": "https://wicg.github.io/ua-client-hints/#create-a-brand-version-list",
341-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-a-brand-version-list\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create a brand-version list</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> given <var>brands</var> and <var>version type</var>, perform the following\nsteps:",
341+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-a-brand-version-list\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create a brand-version list</dfn> given <var>brands</var> and <var>version type</var>, perform the following\nsteps:",
342342
"rationale": "let",
343343
"steps": [
344344
{
@@ -388,7 +388,7 @@
388388
{
389389
"name": "NavigatorUA/getHighEntropyValues(hints)",
390390
"href": "https://wicg.github.io/ua-client-hints/#dom-navigatorua-gethighentropyvalues",
391-
"html": "The <dfn class=\"idl-code\" data-dfn-for=\"NavigatorUA\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-navigatorua-gethighentropyvalues\"><code>getHighEntropyValues(<var>hints</var>)</code><a class=\"self-link\" href=\"https://wicg.github.io/ua-client-hints/#dom-navigatorua-gethighentropyvalues\"></a></dfn> method MUST run these steps:",
391+
"html": "The <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"NavigatorUA\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-navigatorua-gethighentropyvalues\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>getHighEntropyValues(<var>hints</var>)</code></dfn> method MUST run these steps:",
392392
"rationale": "let",
393393
"steps": [
394394
{
@@ -402,7 +402,7 @@
402402
{
403403
"name": "NavigatorUA/getHighEntropyValues(hints)",
404404
"href": "https://wicg.github.io/ua-client-hints/#dom-navigatorua-gethighentropyvalues",
405-
"html": "The <dfn class=\"idl-code\" data-dfn-for=\"NavigatorUA\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-navigatorua-gethighentropyvalues\"><code>getHighEntropyValues(<var>hints</var>)</code><a class=\"self-link\" href=\"https://wicg.github.io/ua-client-hints/#dom-navigatorua-gethighentropyvalues\"></a></dfn> method MUST run these steps:",
405+
"html": "The <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"NavigatorUA\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-navigatorua-gethighentropyvalues\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>getHighEntropyValues(<var>hints</var>)</code></dfn> method MUST run these steps:",
406406
"rationale": "in parallel",
407407
"steps": [
408408
{
@@ -458,7 +458,7 @@
458458
{
459459
"name": "NavigatorUA/toJSON()",
460460
"href": "https://wicg.github.io/ua-client-hints/#dom-navigatorua-tojson",
461-
"html": "The <dfn class=\"idl-code\" data-dfn-for=\"NavigatorUA\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-navigatorua-tojson\"><code>toJSON()</code><a class=\"self-link\" href=\"https://wicg.github.io/ua-client-hints/#dom-navigatorua-tojson\"></a></dfn> method MUST run these steps:",
461+
"html": "The <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"NavigatorUA\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-navigatorua-tojson\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>toJSON()</code></dfn> method MUST run these steps:",
462462
"rationale": "let",
463463
"steps": [
464464
{

0 commit comments

Comments
 (0)