Skip to content

Commit 8aa4394

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.7.0.
1 parent 5736221 commit 8aa4394

File tree

462 files changed

+45785
-1033
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

462 files changed

+45785
-1033
lines changed

tr/algorithms/compute-pressure.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@
752752
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-empty\" id=\"ref-for-index-term-empty-for-list-8\">Empty</a> <var data-type=\"PressureObserver\">observer</var>.<a data-link-type=\"attribute\" data-lt=\"[[QueuedRecords]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-queuedrecords\" class=\"internalDFN\" id=\"ref-for-dfn-queuedrecords-8\"><code>[[QueuedRecords]]</code></a>."
753753
},
754754
{
755-
"html": "If <var>records</var> is not <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-empty\" id=\"ref-for-index-term-empty-for-list-9\">empty</a>, then invoke <var data-type=\"PressureObserver\">observer</var>.<a data-link-type=\"attribute\" data-lt=\"[[Callback]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-callback\" class=\"internalDFN\" id=\"ref-for-dfn-callback-2\"><code>[[Callback]]</code></a>\n with <var>records</var> and <var data-type=\"PressureObserver\">observer</var>. If this throws an exception, catch it, and <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#report-the-exception\" id=\"ref-for-index-term-report-the-exception-1\">report the exception</a>."
755+
"html": "If <var>records</var> is not <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-empty\" id=\"ref-for-index-term-empty-for-list-9\">empty</a>, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#invoke-a-callback-function\" id=\"ref-for-index-term-invoke-1\">invoke</a> <var data-type=\"PressureObserver\">observer</var>.<a data-link-type=\"attribute\" data-lt=\"[[Callback]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-callback\" class=\"internalDFN\" id=\"ref-for-dfn-callback-2\"><code>[[Callback]]</code></a>\n with « <var>records</var>, <var data-type=\"PressureObserver\">observer</var> » and \"<code>report</code>\"."
756756
}
757757
]
758758
}

tr/algorithms/performance-timeline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"html": "Let <var>callbackOptions</var> be a <a href=\"https://www.w3.org/TR/performance-timeline/#dom-performanceobservercallbackoptions\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-performanceobservercallbackoptions-3\"><code>PerformanceObserverCallbackOptions</code></a>\n with its <a href=\"https://www.w3.org/TR/performance-timeline/#dom-performanceobservercallbackoptions-droppedentriescount\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-performanceobservercallbackoptions-droppedentriescount-2\"><code>droppedEntriesCount</code></a>\n set to <var>droppedEntriesCount</var> if <var>droppedEntriesCount</var> is not null,\n otherwise unset."
375375
},
376376
{
377-
"html": "Call <var>po</var>’s <a href=\"https://www.w3.org/TR/performance-timeline/#dfn-observer-callback\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-observer-callback-2\">observer callback</a> with\n <var>observerEntryList</var> as the first argument, with <var>po</var>\n as the second argument and as <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-callback-this-value\">callback this value</a>, and with\n <var>callbackOptions</var> as the third argument. If this <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throws</a>\n an exception, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#report-the-exception\">report the exception</a>."
377+
"html": "<a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#invoke-a-callback-function\">Invoke</a> <var>po</var>’s <a href=\"https://www.w3.org/TR/performance-timeline/#dfn-observer-callback\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-observer-callback-2\">observer callback</a> with «\n <var>observerEntryList</var>, <var>po</var>, <var>callbackOptions</var> », \"<code>report</code>\",\n and <var>po</var>."
378378
}
379379
]
380380
}

tr/algorithms/requestidlecallback.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"html": "Let <var>deadlineArg</var> be a new <a href=\"https://www.w3.org/TR/requestidlecallback/#dom-idledeadline\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dom-idledeadline-7\"><code>IdleDeadline</code></a> whose\n <a href=\"https://www.w3.org/TR/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
{
135-
"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\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#report-the-exception\">report the exception</a>."
135+
"html": "<a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#invoke-a-callback-function\">Invoke</a> <var>callback</var> with « <var>deadlineArg</var> » and \"<code>report</code>\"."
136136
},
137137
{
138138
"html": "If <var>window</var>'s <a href=\"https://www.w3.org/TR/requestidlecallback/#dfn-list-of-runnable-idle-callbacks\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-list-of-runnable-idle-callbacks-7\">list of runnable idle callbacks</a>\n is not empty, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task\">queue a task</a> which performs the steps in the\n <a href=\"https://www.w3.org/TR/requestidlecallback/#dfn-invoke-idle-callbacks-algorithm\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-invoke-idle-callbacks-algorithm-2\">invoke idle callbacks algorithm</a> with <var>getDeadline</var>\n and <var>window</var> as a parameters and return from this\n algorithm"
@@ -164,7 +164,7 @@
164164
"html": "Let <var>deadlineArg</var> be a new <a href=\"https://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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
{
167-
"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\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#report-the-exception\">report the exception</a>."
167+
"html": "<a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#invoke-a-callback-function\">Invoke</a> <var>callback</var> with « <var>deadlineArg</var> » and \"<code>report</code>\"."
168168
}
169169
]
170170
}

tr/dfns/DOM-Parsing.json

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"id": "extensibility",
2020
"href": "https://www.w3.org/TR/DOM-Parsing/#extensibility",
2121
"title": "Extensibility",
22+
"alternateIds": [
23+
"h-extensibility"
24+
],
2225
"number": "1.2"
2326
},
2427
"definedIn": "prose"
@@ -38,6 +41,9 @@
3841
"id": "terminology",
3942
"href": "https://www.w3.org/TR/DOM-Parsing/#terminology",
4043
"title": "Terminology",
44+
"alternateIds": [
45+
"h-terminology"
46+
],
4147
"number": "2"
4248
},
4349
"definedIn": "prose"
@@ -57,6 +63,9 @@
5763
"id": "namespaces",
5864
"href": "https://www.w3.org/TR/DOM-Parsing/#namespaces",
5965
"title": "Namespaces",
66+
"alternateIds": [
67+
"h-namespaces"
68+
],
6069
"number": "3"
6170
},
6271
"definedIn": "prose"
@@ -76,6 +85,9 @@
7685
"id": "namespaces",
7786
"href": "https://www.w3.org/TR/DOM-Parsing/#namespaces",
7887
"title": "Namespaces",
88+
"alternateIds": [
89+
"h-namespaces"
90+
],
7991
"number": "3"
8092
},
8193
"definedIn": "prose"
@@ -95,6 +107,9 @@
95107
"id": "namespaces",
96108
"href": "https://www.w3.org/TR/DOM-Parsing/#namespaces",
97109
"title": "Namespaces",
110+
"alternateIds": [
111+
"h-namespaces"
112+
],
98113
"number": "3"
99114
},
100115
"definedIn": "prose"
@@ -114,6 +129,9 @@
114129
"id": "parsing",
115130
"href": "https://www.w3.org/TR/DOM-Parsing/#parsing",
116131
"title": "Parsing",
132+
"alternateIds": [
133+
"h-parsing"
134+
],
117135
"number": "4.1"
118136
},
119137
"definedIn": "prose"
@@ -133,6 +151,9 @@
133151
"id": "serializing",
134152
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
135153
"title": "Serializing",
154+
"alternateIds": [
155+
"h-serializing"
156+
],
136157
"number": "4.2"
137158
},
138159
"definedIn": "prose"
@@ -152,6 +173,9 @@
152173
"id": "serializing",
153174
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
154175
"title": "Serializing",
176+
"alternateIds": [
177+
"h-serializing"
178+
],
155179
"number": "4.2"
156180
},
157181
"definedIn": "prose"
@@ -171,6 +195,9 @@
171195
"id": "serializing",
172196
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
173197
"title": "Serializing",
198+
"alternateIds": [
199+
"h-serializing"
200+
],
174201
"number": "4.2"
175202
},
176203
"definedIn": "prose"
@@ -190,6 +217,9 @@
190217
"id": "serializing",
191218
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
192219
"title": "Serializing",
220+
"alternateIds": [
221+
"h-serializing"
222+
],
193223
"number": "4.2"
194224
},
195225
"definedIn": "prose"
@@ -209,6 +239,9 @@
209239
"id": "serializing",
210240
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
211241
"title": "Serializing",
242+
"alternateIds": [
243+
"h-serializing"
244+
],
212245
"number": "4.2"
213246
},
214247
"definedIn": "prose"
@@ -228,6 +261,9 @@
228261
"id": "serializing",
229262
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
230263
"title": "Serializing",
264+
"alternateIds": [
265+
"h-serializing"
266+
],
231267
"number": "4.2"
232268
},
233269
"definedIn": "prose"
@@ -247,6 +283,9 @@
247283
"id": "serializing",
248284
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
249285
"title": "Serializing",
286+
"alternateIds": [
287+
"h-serializing"
288+
],
250289
"number": "4.2"
251290
},
252291
"definedIn": "prose"
@@ -266,6 +305,9 @@
266305
"id": "serializing",
267306
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
268307
"title": "Serializing",
308+
"alternateIds": [
309+
"h-serializing"
310+
],
269311
"number": "4.2"
270312
},
271313
"definedIn": "prose"
@@ -285,6 +327,9 @@
285327
"id": "serializing",
286328
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
287329
"title": "Serializing",
330+
"alternateIds": [
331+
"h-serializing"
332+
],
288333
"number": "4.2"
289334
},
290335
"definedIn": "prose"
@@ -304,6 +349,9 @@
304349
"id": "serializing",
305350
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
306351
"title": "Serializing",
352+
"alternateIds": [
353+
"h-serializing"
354+
],
307355
"number": "4.2"
308356
},
309357
"definedIn": "prose"
@@ -323,6 +371,9 @@
323371
"id": "serializing",
324372
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
325373
"title": "Serializing",
374+
"alternateIds": [
375+
"h-serializing"
376+
],
326377
"number": "4.2"
327378
},
328379
"definedIn": "prose"
@@ -342,6 +393,9 @@
342393
"id": "serializing",
343394
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
344395
"title": "Serializing",
396+
"alternateIds": [
397+
"h-serializing"
398+
],
345399
"number": "4.2"
346400
},
347401
"definedIn": "prose"
@@ -361,6 +415,9 @@
361415
"id": "serializing",
362416
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
363417
"title": "Serializing",
418+
"alternateIds": [
419+
"h-serializing"
420+
],
364421
"number": "4.2"
365422
},
366423
"definedIn": "prose"
@@ -380,6 +437,9 @@
380437
"id": "serializing",
381438
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
382439
"title": "Serializing",
440+
"alternateIds": [
441+
"h-serializing"
442+
],
383443
"number": "4.2"
384444
},
385445
"definedIn": "prose"
@@ -399,6 +459,9 @@
399459
"id": "serializing",
400460
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
401461
"title": "Serializing",
462+
"alternateIds": [
463+
"h-serializing"
464+
],
402465
"number": "4.2"
403466
},
404467
"definedIn": "prose"
@@ -418,6 +481,9 @@
418481
"id": "serializing",
419482
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
420483
"title": "Serializing",
484+
"alternateIds": [
485+
"h-serializing"
486+
],
421487
"number": "4.2"
422488
},
423489
"definedIn": "prose"
@@ -437,6 +503,9 @@
437503
"id": "serializing",
438504
"href": "https://www.w3.org/TR/DOM-Parsing/#serializing",
439505
"title": "Serializing",
506+
"alternateIds": [
507+
"h-serializing"
508+
],
440509
"number": "4.2"
441510
},
442511
"definedIn": "prose"
@@ -456,6 +525,9 @@
456525
"id": "the-domparser-interface",
457526
"href": "https://www.w3.org/TR/DOM-Parsing/#the-domparser-interface",
458527
"title": "The DOMParser interface",
528+
"alternateIds": [
529+
"h-the-domparser-interface"
530+
],
459531
"number": "5"
460532
},
461533
"definedIn": "prose"
@@ -475,6 +547,9 @@
475547
"id": "methods",
476548
"href": "https://www.w3.org/TR/DOM-Parsing/#methods",
477549
"title": "Methods",
550+
"alternateIds": [
551+
"h-methods"
552+
],
478553
"number": "5.1"
479554
},
480555
"definedIn": "prose"
@@ -494,6 +569,9 @@
494569
"id": "the-xmlserializer-interface",
495570
"href": "https://www.w3.org/TR/DOM-Parsing/#the-xmlserializer-interface",
496571
"title": "The XMLSerializer interface",
572+
"alternateIds": [
573+
"h-the-xmlserializer-interface"
574+
],
497575
"number": "6"
498576
},
499577
"definedIn": "prose"
@@ -513,6 +591,9 @@
513591
"id": "methods-1",
514592
"href": "https://www.w3.org/TR/DOM-Parsing/#methods-1",
515593
"title": "Methods",
594+
"alternateIds": [
595+
"h-methods-1"
596+
],
516597
"number": "6.1"
517598
},
518599
"definedIn": "prose"
@@ -532,6 +613,9 @@
532613
"id": "attributes",
533614
"href": "https://www.w3.org/TR/DOM-Parsing/#attributes",
534615
"title": "Attributes",
616+
"alternateIds": [
617+
"h-attributes"
618+
],
535619
"number": "7.1"
536620
},
537621
"definedIn": "prose"
@@ -551,6 +635,9 @@
551635
"id": "attributes",
552636
"href": "https://www.w3.org/TR/DOM-Parsing/#attributes",
553637
"title": "Attributes",
638+
"alternateIds": [
639+
"h-attributes"
640+
],
554641
"number": "7.1"
555642
},
556643
"definedIn": "prose"
@@ -570,6 +657,9 @@
570657
"id": "methods-2",
571658
"href": "https://www.w3.org/TR/DOM-Parsing/#methods-2",
572659
"title": "Methods",
660+
"alternateIds": [
661+
"h-methods-2"
662+
],
573663
"number": "7.2"
574664
},
575665
"definedIn": "prose"
@@ -589,6 +679,9 @@
589679
"id": "methods-3",
590680
"href": "https://www.w3.org/TR/DOM-Parsing/#methods-3",
591681
"title": "Methods",
682+
"alternateIds": [
683+
"h-methods-3"
684+
],
592685
"number": "8.1"
593686
},
594687
"definedIn": "prose"

tr/dfns/accname-1.2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"id": "terms",
2222
"href": "https://www.w3.org/TR/accname-1.2/#terms",
2323
"title": "Important Terms",
24+
"alternateIds": [
25+
"x2-important-terms"
26+
],
2427
"number": "2"
2528
},
2629
"definedIn": "dt"
@@ -40,6 +43,9 @@
4043
"id": "terms",
4144
"href": "https://www.w3.org/TR/accname-1.2/#terms",
4245
"title": "Important Terms",
46+
"alternateIds": [
47+
"x2-important-terms"
48+
],
4349
"number": "2"
4450
},
4551
"definedIn": "dt"
@@ -59,6 +65,9 @@
5965
"id": "terms",
6066
"href": "https://www.w3.org/TR/accname-1.2/#terms",
6167
"title": "Important Terms",
68+
"alternateIds": [
69+
"x2-important-terms"
70+
],
6271
"number": "2"
6372
},
6473
"definedIn": "dt"
@@ -78,6 +87,9 @@
7887
"id": "terms",
7988
"href": "https://www.w3.org/TR/accname-1.2/#terms",
8089
"title": "Important Terms",
90+
"alternateIds": [
91+
"x2-important-terms"
92+
],
8193
"number": "2"
8294
},
8395
"definedIn": "dt"

0 commit comments

Comments
 (0)