Skip to content

Commit 7845e9b

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.7.
1 parent 5a199c9 commit 7845e9b

File tree

11 files changed

+422
-289
lines changed

11 files changed

+422
-289
lines changed

ed/algorithms/html.json

Lines changed: 60 additions & 48 deletions
Large diffs are not rendered by default.

ed/algorithms/wai-aria-1.2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
]
9696
},
9797
{
98-
"html": "<a href=\"https://w3c.github.io/aria/#dfn-assistive-technologies\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-assistive-technologies-57\">Assistive technologies</a> <em class=\"rfc2119\">SHOULD</em> expose the <code>aria-braillelabel</code> property as follows:",
98+
"html": "<a href=\"https://w3c.github.io/aria/#assistive-technology\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-assistive-technology-57\">Assistive technologies</a> <em class=\"rfc2119\">SHOULD</em> expose the <code>aria-braillelabel</code> property as follows:",
9999
"rationale": "if",
100100
"steps": [
101101
{
@@ -107,7 +107,7 @@
107107
]
108108
},
109109
{
110-
"html": "<a href=\"https://w3c.github.io/aria/#dfn-assistive-technologies\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-assistive-technologies-63\">Assistive technologies</a> <em class=\"rfc2119\">SHOULD</em> expose the <code>aria-brailleroledescription</code> property as follows:",
110+
"html": "<a href=\"https://w3c.github.io/aria/#assistive-technology\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-assistive-technology-63\">Assistive technologies</a> <em class=\"rfc2119\">SHOULD</em> expose the <code>aria-brailleroledescription</code> property as follows:",
111111
"rationale": "if",
112112
"steps": [
113113
{

ed/algorithms/wai-aria-1.3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
]
9696
},
9797
{
98-
"html": "<a href=\"https://w3c.github.io/aria/#dfn-assistive-technologies\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-assistive-technologies-57\">Assistive technologies</a> <em class=\"rfc2119\">SHOULD</em> expose the <code>aria-braillelabel</code> property as follows:",
98+
"html": "<a href=\"https://w3c.github.io/aria/#assistive-technology\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-assistive-technology-57\">Assistive technologies</a> <em class=\"rfc2119\">SHOULD</em> expose the <code>aria-braillelabel</code> property as follows:",
9999
"rationale": "if",
100100
"steps": [
101101
{
@@ -107,7 +107,7 @@
107107
]
108108
},
109109
{
110-
"html": "<a href=\"https://w3c.github.io/aria/#dfn-assistive-technologies\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-assistive-technologies-63\">Assistive technologies</a> <em class=\"rfc2119\">SHOULD</em> expose the <code>aria-brailleroledescription</code> property as follows:",
110+
"html": "<a href=\"https://w3c.github.io/aria/#assistive-technology\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-assistive-technology-63\">Assistive technologies</a> <em class=\"rfc2119\">SHOULD</em> expose the <code>aria-brailleroledescription</code> property as follows:",
111111
"rationale": "if",
112112
"steps": [
113113
{

ed/dfns/html.json

Lines changed: 112 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -106105,9 +106105,7 @@
106105106105
],
106106106106
"localLinkingText": [],
106107106107
"type": "dfn",
106108-
"for": [
106109-
"SharedWorkerGlobalScope"
106110-
],
106108+
"for": [],
106111106109
"access": "private",
106112106110
"informative": false,
106113106111
"heading": {
@@ -106123,13 +106121,11 @@
106123106121
"id": "concept-sharedworkerglobalscope-constructor-url",
106124106122
"href": "https://html.spec.whatwg.org/multipage/workers.html#concept-sharedworkerglobalscope-constructor-url",
106125106123
"linkingText": [
106126-
"constructor url"
106124+
"constructor URL"
106127106125
],
106128106126
"localLinkingText": [],
106129106127
"type": "dfn",
106130-
"for": [
106131-
"SharedWorkerGlobalScope"
106132-
],
106128+
"for": [],
106133106129
"access": "private",
106134106130
"informative": false,
106135106131
"heading": {
@@ -106149,9 +106145,7 @@
106149106145
],
106150106146
"localLinkingText": [],
106151106147
"type": "dfn",
106152-
"for": [
106153-
"SharedWorkerGlobalScope"
106154-
],
106148+
"for": [],
106155106149
"access": "private",
106156106150
"informative": false,
106157106151
"heading": {
@@ -106539,6 +106533,72 @@
106539106533
"definedIn": "pre",
106540106534
"links": []
106541106535
},
106536+
{
106537+
"id": "dom-workeroptions-name",
106538+
"href": "https://html.spec.whatwg.org/multipage/workers.html#dom-workeroptions-name",
106539+
"linkingText": [
106540+
"name"
106541+
],
106542+
"localLinkingText": [],
106543+
"type": "dict-member",
106544+
"for": [
106545+
"WorkerOptions"
106546+
],
106547+
"access": "public",
106548+
"informative": false,
106549+
"heading": {
106550+
"id": "dedicated-workers-and-the-worker-interface",
106551+
"href": "https://html.spec.whatwg.org/multipage/workers.html#dedicated-workers-and-the-worker-interface",
106552+
"title": "Dedicated workers and the Worker interface",
106553+
"number": "10.2.6.3"
106554+
},
106555+
"definedIn": "pre",
106556+
"links": []
106557+
},
106558+
{
106559+
"id": "dom-workeroptions-type",
106560+
"href": "https://html.spec.whatwg.org/multipage/workers.html#dom-workeroptions-type",
106561+
"linkingText": [
106562+
"type"
106563+
],
106564+
"localLinkingText": [],
106565+
"type": "dict-member",
106566+
"for": [
106567+
"WorkerOptions"
106568+
],
106569+
"access": "public",
106570+
"informative": false,
106571+
"heading": {
106572+
"id": "dedicated-workers-and-the-worker-interface",
106573+
"href": "https://html.spec.whatwg.org/multipage/workers.html#dedicated-workers-and-the-worker-interface",
106574+
"title": "Dedicated workers and the Worker interface",
106575+
"number": "10.2.6.3"
106576+
},
106577+
"definedIn": "pre",
106578+
"links": []
106579+
},
106580+
{
106581+
"id": "dom-workeroptions-credentials",
106582+
"href": "https://html.spec.whatwg.org/multipage/workers.html#dom-workeroptions-credentials",
106583+
"linkingText": [
106584+
"credentials"
106585+
],
106586+
"localLinkingText": [],
106587+
"type": "dict-member",
106588+
"for": [
106589+
"WorkerOptions"
106590+
],
106591+
"access": "public",
106592+
"informative": false,
106593+
"heading": {
106594+
"id": "dedicated-workers-and-the-worker-interface",
106595+
"href": "https://html.spec.whatwg.org/multipage/workers.html#dedicated-workers-and-the-worker-interface",
106596+
"title": "Dedicated workers and the Worker interface",
106597+
"number": "10.2.6.3"
106598+
},
106599+
"definedIn": "pre",
106600+
"links": []
106601+
},
106542106602
{
106543106603
"id": "workertype",
106544106604
"href": "https://html.spec.whatwg.org/multipage/workers.html#workertype",
@@ -106690,7 +106750,7 @@
106690106750
"id": "dom-worker",
106691106751
"href": "https://html.spec.whatwg.org/multipage/workers.html#dom-worker",
106692106752
"linkingText": [
106693-
"Worker(scriptURL, options)"
106753+
"new Worker(scriptURL, options)"
106694106754
],
106695106755
"localLinkingText": [],
106696106756
"type": "constructor",
@@ -106741,6 +106801,46 @@
106741106801
"definedIn": "pre",
106742106802
"links": []
106743106803
},
106804+
{
106805+
"id": "shared-worker-manager",
106806+
"href": "https://html.spec.whatwg.org/multipage/workers.html#shared-worker-manager",
106807+
"linkingText": [
106808+
"shared worker manager"
106809+
],
106810+
"localLinkingText": [],
106811+
"type": "dfn",
106812+
"for": [],
106813+
"access": "private",
106814+
"informative": false,
106815+
"heading": {
106816+
"id": "shared-workers-and-the-sharedworker-interface",
106817+
"href": "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworker-interface",
106818+
"title": "Shared workers and the SharedWorker interface",
106819+
"number": "10.2.6.4"
106820+
},
106821+
"definedIn": "prose",
106822+
"links": []
106823+
},
106824+
{
106825+
"id": "concept-sharedworker-port",
106826+
"href": "https://html.spec.whatwg.org/multipage/workers.html#concept-sharedworker-port",
106827+
"linkingText": [
106828+
"port"
106829+
],
106830+
"localLinkingText": [],
106831+
"type": "dfn",
106832+
"for": [],
106833+
"access": "private",
106834+
"informative": false,
106835+
"heading": {
106836+
"id": "shared-workers-and-the-sharedworker-interface",
106837+
"href": "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworker-interface",
106838+
"title": "Shared workers and the SharedWorker interface",
106839+
"number": "10.2.6.4"
106840+
},
106841+
"definedIn": "prose",
106842+
"links": []
106843+
},
106744106844
{
106745106845
"id": "dom-sharedworker-port",
106746106846
"href": "https://html.spec.whatwg.org/multipage/workers.html#dom-sharedworker-port",
@@ -106776,31 +106876,11 @@
106776106876
}
106777106877
]
106778106878
},
106779-
{
106780-
"id": "shared-worker-manager",
106781-
"href": "https://html.spec.whatwg.org/multipage/workers.html#shared-worker-manager",
106782-
"linkingText": [
106783-
"shared worker manager"
106784-
],
106785-
"localLinkingText": [],
106786-
"type": "dfn",
106787-
"for": [],
106788-
"access": "private",
106789-
"informative": false,
106790-
"heading": {
106791-
"id": "shared-workers-and-the-sharedworker-interface",
106792-
"href": "https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworker-interface",
106793-
"title": "Shared workers and the SharedWorker interface",
106794-
"number": "10.2.6.4"
106795-
},
106796-
"definedIn": "prose",
106797-
"links": []
106798-
},
106799106879
{
106800106880
"id": "dom-sharedworker",
106801106881
"href": "https://html.spec.whatwg.org/multipage/workers.html#dom-sharedworker",
106802106882
"linkingText": [
106803-
"SharedWorker(scriptURL, options)"
106883+
"new SharedWorker(scriptURL, options)"
106804106884
],
106805106885
"localLinkingText": [],
106806106886
"type": "constructor",

ed/dfns/wai-aria-1.2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"links": []
5252
},
5353
{
54-
"id": "dfn-assistive-technologies",
55-
"href": "https://w3c.github.io/aria/#dfn-assistive-technologies",
54+
"id": "assistive-technology",
55+
"href": "https://w3c.github.io/aria/#assistive-technology",
5656
"linkingText": [
5757
"Assistive Technologies"
5858
],

ed/dfns/wai-aria-1.3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"links": []
5252
},
5353
{
54-
"id": "dfn-assistive-technologies",
55-
"href": "https://w3c.github.io/aria/#dfn-assistive-technologies",
54+
"id": "assistive-technology",
55+
"href": "https://w3c.github.io/aria/#assistive-technology",
5656
"linkingText": [
5757
"Assistive Technologies"
5858
],

ed/idl/html.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2656,9 +2656,9 @@ interface Worker : EventTarget {
26562656
};
26572657

26582658
dictionary WorkerOptions {
2659+
DOMString name = "";
26592660
WorkerType type = "classic";
26602661
RequestCredentials credentials = "same-origin"; // credentials is only used if type is "module"
2661-
DOMString name = "";
26622662
};
26632663

26642664
enum WorkerType { "classic", "module" };

0 commit comments

Comments
 (0)