Skip to content

Commit 82bfb69

Browse files
author
curation-bot
committed
Publish curated data from fa98335
Curated data generated from raw data at fa98335
1 parent 910a40b commit 82bfb69

9 files changed

Lines changed: 148 additions & 139 deletions

File tree

ed/algorithms/edit-context.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
]
6969
},
7070
{
71-
"html": "<dl>\n <dt>Input</dt>\n <dd><var>editContext</var>, an <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"EditContext\" href=\"https://w3c.github.io/edit-context/#dom-editcontext\" class=\"internalDFN\" id=\"ref-for-dom-editcontext-26\"><code>EditContext</code></a></dd>\n <dd><var>text</var>, a string</dd>\n <dd><var>textFormats</var>, an array of <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/edit-context/#dfn-text-format\" class=\"internalDFN\" id=\"ref-for-dfn-text-format-2\">text format</a>s from the <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/edit-context/#dfn-text-input-service\" class=\"internalDFN\" id=\"ref-for-dfn-text-input-service-17\">Text Input Service</a></dd>\n <dd><var>selectionStart</var>, the new position for the start of the selection</dd>\n <dd><var>selectionEnd</var>, the new position for the end of the selection</dd>\n <dd><var>isComposing</var>, a boolean indicating whether composition should be active at the end of the update</dd>\n <dd><var>replacementRangeStart</var>, the start position of the current composition (0 if there is no composition)</dd>\n <dd><var>replacementRangeEnd</var>, the end position of the current composition (0 if there is no composition)</dd>\n <dt>Output</dt>\n <dd>None</dd>\n </dl>",
71+
"html": "<dl>\n <dt>Input</dt>\n <dd><var>editContext</var>, an <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"EditContext\" href=\"https://w3c.github.io/edit-context/#dom-editcontext\" class=\"internalDFN\" id=\"ref-for-dom-editcontext-26\"><code>EditContext</code></a></dd>\n <dd><var>text</var>, a string</dd>\n <dd><var>textFormats</var>, an array of <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/edit-context/#dfn-text-format\" class=\"internalDFN\" id=\"ref-for-dfn-text-format-2\">text format</a>s from the <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/edit-context/#dfn-text-input-service\" class=\"internalDFN\" id=\"ref-for-dfn-text-input-service-16\">Text Input Service</a></dd>\n <dd><var>selectionStart</var>, the new position for the start of the selection</dd>\n <dd><var>selectionEnd</var>, the new position for the end of the selection</dd>\n <dd><var>isComposing</var>, a boolean indicating whether composition should be active at the end of the update</dd>\n <dd><var>replacementRangeStart</var>, the start position of the current composition (0 if there is no composition)</dd>\n <dd><var>replacementRangeEnd</var>, the end position of the current composition (0 if there is no composition)</dd>\n <dt>Output</dt>\n <dd>None</dd>\n </dl>",
7272
"rationale": ".algorithm",
7373
"steps": [
7474
{
@@ -212,7 +212,7 @@
212212
]
213213
},
214214
{
215-
"html": "<dl>\n <dt>Input</dt>\n <dd><var>editContext</var>, an <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"EditContext\" href=\"https://w3c.github.io/edit-context/#dom-editcontext\" class=\"internalDFN\" id=\"ref-for-dom-editcontext-28\"><code>EditContext</code></a></dd>\n <dd><var>textFormats</var>, an array of <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/edit-context/#dfn-text-format\" class=\"internalDFN\" id=\"ref-for-dfn-text-format-3\">text format</a>s from the <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/edit-context/#dfn-text-input-service\" class=\"internalDFN\" id=\"ref-for-dfn-text-input-service-19\">Text Input Service</a></dd>\n <dt>Output</dt>\n <dd>None</dd>\n </dl>",
215+
"html": "<dl>\n <dt>Input</dt>\n <dd><var>editContext</var>, an <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"EditContext\" href=\"https://w3c.github.io/edit-context/#dom-editcontext\" class=\"internalDFN\" id=\"ref-for-dom-editcontext-28\"><code>EditContext</code></a></dd>\n <dd><var>textFormats</var>, an array of <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/edit-context/#dfn-text-format\" class=\"internalDFN\" id=\"ref-for-dfn-text-format-3\">text format</a>s from the <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/edit-context/#dfn-text-input-service\" class=\"internalDFN\" id=\"ref-for-dfn-text-input-service-18\">Text Input Service</a></dd>\n <dt>Output</dt>\n <dd>None</dd>\n </dl>",
216216
"rationale": ".algorithm",
217217
"steps": [
218218
{

ed/algorithms/webtransport.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,8 @@
970970
{
971971
"name": "WebTransport/getStats()",
972972
"href": "https://w3c.github.io/webtransport/#dom-webtransport-getstats",
973-
"html": "When getStats is called, the user agent MUST run the following steps:",
974-
"rationale": "let",
973+
"html": "<dl>\n <dt data-md=\"\"><dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"WebTransport\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-webtransport-getstats\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>getStats()</code></dfn>\n </dt><dd data-md=\"\">\n <p>Gathers stats for this <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webtransport/#webtransport\" id=\"ref-for-webtransport②①\">WebTransport</a></code>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webtransport/#underlying-connection\" id=\"ref-for-underlying-connection\">underlying connection</a>\n and reports the result asynchronously.</p>\n <p>When getStats is called, the user agent MUST run the following steps:</p>\n \n </dd></dl>",
974+
"rationale": ".algorithm",
975975
"steps": [
976976
{
977977
"html": "<p>Let <var>transport</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this③④\">this</a>.</p>"
@@ -998,6 +998,9 @@
998998
{
999999
"html": "<p>Let <var>gatheredStats</var> be the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list\" id=\"ref-for-list\">list</a> of stats specific to the\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webtransport/#underlying-connection\" id=\"ref-for-underlying-connection①\">underlying connection</a> needed to populate the\n <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-dictionary-member\" id=\"ref-for-dfn-dictionary-member\">dictionary members</a> of <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webtransport/#dictdef-webtransportconnectionstats\" id=\"ref-for-dictdef-webtransportconnectionstats①\">WebTransportConnectionStats</a></code> and\n <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webtransport/#dictdef-webtransportdatagramstats\" id=\"ref-for-dictdef-webtransportdatagramstats\">WebTransportDatagramStats</a></code> accurately.</p>"
10001000
},
1001+
{
1002+
"html": "<p>If <var>transport</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webtransport/#dom-webtransport-newconnection-slot\" id=\"ref-for-dom-webtransport-newconnection-slot②\">[[NewConnection]]</a></code> is \"<code>no</code>\", then remove from\n <var>gatheredStats</var> all stats not marked as <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webtransport/#pooled-connection-stat\" id=\"ref-for-pooled-connection-stat\">pooled connection stats</a>.</p>"
1003+
},
10011004
{
10021005
"html": "<a data-link-type=\"dfn\" href=\"https://w3c.github.io/webtransport/#webtransport-queue-a-network-task\" id=\"ref-for-webtransport-queue-a-network-task①①\">Queue a network task</a> with <var>transport</var> to run the following steps:",
10031006
"rationale": "let",

ed/dfns/webtransport.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3241,6 +3241,26 @@
32413241
"definedIn": "prose",
32423242
"links": []
32433243
},
3244+
{
3245+
"id": "pooled-connection-stat",
3246+
"href": "https://w3c.github.io/webtransport/#pooled-connection-stat",
3247+
"linkingText": [
3248+
"pooled connection stat"
3249+
],
3250+
"localLinkingText": [],
3251+
"type": "dfn",
3252+
"for": [],
3253+
"access": "private",
3254+
"informative": false,
3255+
"heading": {
3256+
"id": "web-transport-connection-stats",
3257+
"href": "https://w3c.github.io/webtransport/#web-transport-connection-stats",
3258+
"title": "WebTransportConnectionStats Dictionary",
3259+
"number": "6.13"
3260+
},
3261+
"definedIn": "prose",
3262+
"links": []
3263+
},
32443264
{
32453265
"id": "dom-webtransportconnectionstats-datagrams",
32463266
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-datagrams",

ed/headings/edit-context.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -328,16 +328,6 @@
328328
"c-1-normative-references"
329329
],
330330
"number": "C.1"
331-
},
332-
{
333-
"id": "informative-references",
334-
"href": "https://w3c.github.io/edit-context/#informative-references",
335-
"level": 3,
336-
"title": "Informative references",
337-
"alternateIds": [
338-
"c-2-informative-references"
339-
],
340-
"number": "C.2"
341331
}
342332
]
343333
}

ed/ids/edit-context.json

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -155,26 +155,20 @@
155155
"https://w3c.github.io/edit-context/#ref-for-dom-editcontext-15",
156156
"https://w3c.github.io/edit-context/#ref-for-dom-editcontext-16",
157157
"https://w3c.github.io/edit-context/#dfn-active-editcontext",
158-
"https://w3c.github.io/edit-context/#issue-container-number-1",
159-
"https://w3c.github.io/edit-context/#h-issue",
160-
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-3",
161-
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-9",
162-
"https://w3c.github.io/edit-context/#ref-for-dfn-handle-input-for-editcontext-1",
163-
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-4",
164158
"https://w3c.github.io/edit-context/#differences-for-an-editcontext-editing-host",
165159
"https://w3c.github.io/edit-context/#edit-context-differences",
160+
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-3",
161+
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-4",
166162
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-5",
163+
"https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-8",
167164
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-6",
168165
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-7",
169-
"https://w3c.github.io/edit-context/#ref-for-dfn-associated-element-8",
170-
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-8",
171-
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-9",
172166
"https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-3",
173-
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-10",
167+
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-8",
174168
"https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-4",
175-
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-11",
169+
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-9",
176170
"https://w3c.github.io/edit-context/#ref-for-dfn-active-editcontext-5",
177-
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-12",
171+
"https://w3c.github.io/edit-context/#ref-for-dfn-editcontext-editing-host-10",
178172
"https://w3c.github.io/edit-context/#ref-for-dom-editcontext-17",
179173
"https://w3c.github.io/edit-context/#ref-for-dfn-update-the-editcontext-1",
180174
"https://w3c.github.io/edit-context/#ref-for-dfn-deactivate-an-editcontext-1",
@@ -183,28 +177,28 @@
183177
"https://w3c.github.io/edit-context/#editcontext-events",
184178
"https://w3c.github.io/edit-context/#x1-2-4-editcontext-events",
185179
"https://w3c.github.io/edit-context/#ref-for-dom-editcontext-18",
180+
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-9",
186181
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-10",
187182
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-11",
188-
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-12",
189183
"https://w3c.github.io/edit-context/#ref-for-dom-textupdateevent-1",
190-
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-13",
184+
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-12",
191185
"https://w3c.github.io/edit-context/#ref-for-dom-textformatupdateevent-1",
192-
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-14",
186+
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-13",
193187
"https://w3c.github.io/edit-context/#issue-container-generatedID-3",
194188
"https://w3c.github.io/edit-context/#h-note-3",
195189
"https://w3c.github.io/edit-context/#ref-for-dom-underlinestyle-2",
196190
"https://w3c.github.io/edit-context/#ref-for-dom-underlinethickness-2",
197191
"https://w3c.github.io/edit-context/#ref-for-dom-textformatupdateevent-2",
198192
"https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateevent-2",
199-
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-15",
193+
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-14",
200194
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-method-11",
201195
"https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateevent-3",
202196
"https://w3c.github.io/edit-context/#ref-for-dom-editcontext-updatecharacterbounds-1",
203197
"https://w3c.github.io/edit-context/#ref-for-dfn-text-state-2",
204198
"https://w3c.github.io/edit-context/#ref-for-dom-editcontext-updatecharacterbounds-2",
205199
"https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateevent-4",
206200
"https://w3c.github.io/edit-context/#ref-for-dom-editcontext-updatecharacterbounds-3",
207-
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-16",
201+
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-15",
208202
"https://w3c.github.io/edit-context/#issue-container-generatedID-4",
209203
"https://w3c.github.io/edit-context/#h-note-4",
210204
"https://w3c.github.io/edit-context/#ref-for-dom-editcontext-updatecharacterbounds-4",
@@ -284,7 +278,7 @@
284278
"https://w3c.github.io/edit-context/#dfn-update-the-editcontext",
285279
"https://w3c.github.io/edit-context/#ref-for-dom-editcontext-26",
286280
"https://w3c.github.io/edit-context/#ref-for-dfn-text-format-2",
287-
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-17",
281+
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-16",
288282
"https://w3c.github.io/edit-context/#ref-for-dfn-is-composing-2",
289283
"https://w3c.github.io/edit-context/#ref-for-dfn-is-composing-3",
290284
"https://w3c.github.io/edit-context/#ref-for-dfn-is-composing-4",
@@ -316,7 +310,7 @@
316310
"https://w3c.github.io/edit-context/#h-note-7",
317311
"https://w3c.github.io/edit-context/#ref-for-dfn-text-edit-context-21",
318312
"https://w3c.github.io/edit-context/#ref-for-dfn-text-state-6",
319-
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-18",
313+
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-17",
320314
"https://w3c.github.io/edit-context/#dispatch-text-update-event",
321315
"https://w3c.github.io/edit-context/#x3-1-5-dispatch-text-update-event",
322316
"https://w3c.github.io/edit-context/#dfn-dispatch-text-update-event",
@@ -332,7 +326,7 @@
332326
"https://w3c.github.io/edit-context/#dfn-dispatch-text-format-update-event",
333327
"https://w3c.github.io/edit-context/#ref-for-dom-editcontext-28",
334328
"https://w3c.github.io/edit-context/#ref-for-dfn-text-format-3",
335-
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-19",
329+
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-18",
336330
"https://w3c.github.io/edit-context/#ref-for-dom-textformat-1",
337331
"https://w3c.github.io/edit-context/#ref-for-dfn-text-format-4",
338332
"https://w3c.github.io/edit-context/#ref-for-dom-textformat-2",
@@ -576,9 +570,9 @@
576570
"https://w3c.github.io/edit-context/#idl-def-characterboundsupdateevent-rangeend",
577571
"https://w3c.github.io/edit-context/#dom-characterboundsupdateevent-rangeend",
578572
"https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateevent-rangestart-2",
579-
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-20",
573+
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-19",
580574
"https://w3c.github.io/edit-context/#ref-for-dom-characterboundsupdateevent-rangeend-2",
581-
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-21",
575+
"https://w3c.github.io/edit-context/#ref-for-dfn-text-input-service-20",
582576
"https://w3c.github.io/edit-context/#idl-index",
583577
"https://w3c.github.io/edit-context/#a-idl-index",
584578
"https://w3c.github.io/edit-context/#actual-idl-index",
@@ -607,9 +601,6 @@
607601
"https://w3c.github.io/edit-context/#bib-html",
608602
"https://w3c.github.io/edit-context/#bib-uievents",
609603
"https://w3c.github.io/edit-context/#bib-webidl",
610-
"https://w3c.github.io/edit-context/#informative-references",
611-
"https://w3c.github.io/edit-context/#c-2-informative-references",
612-
"https://w3c.github.io/edit-context/#bib-input-events",
613604
"https://w3c.github.io/edit-context/#back-to-top"
614605
]
615606
}

0 commit comments

Comments
 (0)