diff --git a/tests/github/WICG/file-system-access/index.console.txt b/tests/github/WICG/file-system-access/index.console.txt
index 40d9cc56f5..217279b7e4 100644
--- a/tests/github/WICG/file-system-access/index.console.txt
+++ b/tests/github/WICG/file-system-access/index.console.txt
@@ -30,5 +30,8 @@ spec:infra; type:dfn; for:string; text:convert
spec:infra; type:dfn; for:JavaScript string; text:convert
spec:handwriting-recognition; type:dfn; text:convert
[=converting=]
+LINK ERROR: Multiple possible 'idl' local refs for 'truncate'.
+Randomly chose one of them; other instances might get a different random choice.
+{{truncate}}
LINE ~1419: No 'dfn' refs found for 'pairs'.
[=pairs=]
diff --git a/tests/github/WICG/file-system-access/index.html b/tests/github/WICG/file-system-access/index.html
index 6b1ec86ada..651e6b5183 100644
--- a/tests/github/WICG/file-system-access/index.html
+++ b/tests/github/WICG/file-system-access/index.html
@@ -2260,7 +2260,7 @@
truncate is called. If the offset is smaller than offset,
+
The file cursor is updated when truncate
is called. If the offset is smaller than offset,
it remains unchanged. If the offset is larger than size, the offset is set to size to
ensure that subsequent writes do not error.
No changes are written to the actual file until on disk until the stream has been closed.
@@ -2304,14 +2304,14 @@
+
- - await stream .
truncate
(size)
+ - await stream .
truncate
(size)
-
Resizes the file associated with stream to be size bytes long. If size is larger than
the current file size this pads the file with null bytes, otherwise it truncates the file.
- The file cursor is updated when truncate
is called. If the offset is smaller than offset,
+
The file cursor is updated when truncate
is called. If the offset is smaller than offset,
it remains unchanged. If the offset is larger than size, the offset is set to size to
ensure that subsequent writes do not error.
No changes are written to the actual file until on disk until the stream has been closed.
@@ -2326,7 +2326,7 @@
getting a writer for this.
-
Let result be the result of writing a chunk to writer given
- «[ "type
" → "truncate"
, "size
" → size ]».
+ «[ "type
" → "truncate"
, "size
" → size ]».
-
Release writer.
-
@@ -2976,7 +2976,7 @@
truncate() and writing at a
+overhead). While the presence of truncate()
and writing at a
potentially really large offset past the end of a file makes it much easier and lower cost to
create large files, on most file systems such files should not actually take up as much disk space as
most commonly used file systems support sparse files (and thus wouldn’t actually store the NUL
@@ -3966,7 +3966,7 @@ .
LINE 299:1: Spurious / in .
LINE 385:1: Spurious / in .
LINE 749:1: Spurious / in .
-LINT: Your document appears to use spaces to indent, but line 23 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 46 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 50 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 54 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 67 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 75 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 80 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 81 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 82 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 83 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 85 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 86 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 89 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 90 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 91 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 92 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 98 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 108 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 109 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 110 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 111 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 112 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 113 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 114 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 159 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 164 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 170 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 171 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 172 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 173 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 174 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 175 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 176 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 177 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 228 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 251 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 252 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 257 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 364 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 365 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 369 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 373 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 417 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 421 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 422 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 423 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 424 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 445 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 450 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 451 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 454 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 455 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 461 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 462 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 463 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 464 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 465 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 466 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 467 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 482 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 550 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 566 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 587 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 588 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 589 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 590 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 591 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 592 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 593 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 921 starts with tabs.
-LINT: Your document appears to use spaces to indent, but line 922 starts with tabs.
+LINT: Your document appears to use tabs to indent, but line 187 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 188 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 190 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 191 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 192 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 193 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 194 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 195 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 196 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 197 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 198 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 199 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 235 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 281 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 282 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 283 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 285 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 286 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 287 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 289 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 290 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 291 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 333 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 334 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 335 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 336 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 434 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 435 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 436 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 492 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 541 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 542 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 740 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 741 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 744 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 745 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 793 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 794 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 798 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 799 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 863 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 873 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 874 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 875 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 876 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 877 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 878 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 879 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 883 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 884 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 888 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 892 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 893 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 894 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 898 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 899 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 900 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 901 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 902 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 903 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 904 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 926 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 930 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 931 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 932 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 934 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 935 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 936 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 937 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 938 starts with spaces.
+LINT: Your document appears to use tabs to indent, but line 991 starts with spaces.
LINE 57: The propdef for 'string-set' is missing a 'Animation type' line.
LINE 341: The propdef for 'running' is missing a 'Animation type' line.
LINE 460: The propdef for '' is missing a 'Animation type' line.
diff --git a/tests/github/w3c/csswg-drafts/css-print/Overview.console.txt b/tests/github/w3c/csswg-drafts/css-print/Overview.console.txt
index 0eb5a6cb76..53f0755c16 100644
--- a/tests/github/w3c/csswg-drafts/css-print/Overview.console.txt
+++ b/tests/github/w3c/csswg-drafts/css-print/Overview.console.txt
@@ -1,3 +1,4 @@
+WARNING: `Complain About: mixed-indents yes` is active, but I couldn't infer the document's indentation. Be more consistent, or turn this lint off.
LINE ~385: No 'property' refs found for 'size'.
'size'
LINE ~450: Multiple possible 'border-color' property refs.
diff --git a/tests/github/w3c/csswg-drafts/web-animations-2/Overview.console.txt b/tests/github/w3c/csswg-drafts/web-animations-2/Overview.console.txt
index c83b1b55f1..06e29bbeae 100644
--- a/tests/github/w3c/csswg-drafts/web-animations-2/Overview.console.txt
+++ b/tests/github/w3c/csswg-drafts/web-animations-2/Overview.console.txt
@@ -335,6 +335,9 @@ LINE 1392: No 'dfn' refs found for 'directly associated with an animation' that
directly associated
LINK ERROR: No 'idl-name' refs found for 'void'.
void
+LINK ERROR: Multiple possible 'idl' local refs for 'KeyframeEffect'.
+Randomly chose one of them; other instances might get a different random choice.
+{{KeyframeEffect}}
LINE 2336: No 'dfn' refs found for 'directly associated with an animation' that are marked for export.
directly associated with
an animation
diff --git a/tests/github/w3c/csswg-drafts/web-animations-2/Overview.html b/tests/github/w3c/csswg-drafts/web-animations-2/Overview.html
index e49c633f55..68b4538c76 100644
--- a/tests/github/w3c/csswg-drafts/web-animations-2/Overview.html
+++ b/tests/github/w3c/csswg-drafts/web-animations-2/Overview.html
@@ -2580,7 +2580,7 @@
Update the description as:
- Fill backwards and forwards when applied to an GroupEffect
and no fill when applied to an KeyframeEffect
.
+ Fill backwards and forwards when applied to an GroupEffect
and no fill when applied to an KeyframeEffect
.
5.5. The GroupEffect
interface
@@ -2822,8 +2822,8 @@
<
5.8. The KeyframeEffect
interfaces
- The KeyframeEffect
interface is modified to add the following:
-partial interface KeyframeEffect {
+ The KeyframeEffect
interface is modified to add the following:
+partial interface KeyframeEffect {
attribute IterationCompositeOperation iterationComposite;
};
@@ -2831,7 +2831,7 @@ <
KeyframeEffect (target, keyframes, options)
-
-
Amend step 5 of the procedure to create a new KeyframeEffect
object as
+
Amend step 5 of the procedure to create a new KeyframeEffect
object as
follows:
-
@@ -2839,13 +2839,13 @@
<
assign the iterationComposite
, and composite
, properties of effect to the
corresponding value from options.
When assigning these properties, the error-handling defined for the
-corresponding setters on the KeyframeEffect
interface is applied.
+corresponding setters on the KeyframeEffect
interface is applied.
If any of those setters require an exception to be thrown
for the values specified by options, this procedure must throw the same exception and abort all further steps.
KeyframeEffect (source)
-
-
Amend the procedure to create a new KeyframeEffect
object with the
+
Amend the procedure to create a new KeyframeEffect
object with the
same properties as source
to include setting the iteration composite operation from source on effect.
@@ -2917,7 +2917,7 @@
An EffectCallback
is called each time an KeyframeEffect
object
+
An EffectCallback
is called each time an KeyframeEffect
object
with which it is associated is updated.
@@ -3728,7 +3728,7 @@ for instructions:
+Local references:
+spec:trusted-types; type:constructor; for:Worker; text:Worker(scriptURL)
+for-less references:
+spec:html; type:interface; for:/; text:Worker
+{{Worker}}
LINE ~1160: No 'dfn' refs found for 'prepare a script'.
[=prepare a script=]
LINE ~1492: No 'dfn' refs found for 'context object' that are marked for export.
diff --git a/tests/github/w3c/webappsec-trusted-types/spec/index.html b/tests/github/w3c/webappsec-trusted-types/spec/index.html
index 56f623576f..062be25937 100644
--- a/tests/github/w3c/webappsec-trusted-types/spec/index.html
+++ b/tests/github/w3c/webappsec-trusted-types/spec/index.html
@@ -2021,7 +2021,7 @@ Note: The HTML Standard defines how the validation is performed. [HTML]
4.3. Integration with HTML
-
Window
and Worker
objects have a trusted type policy factory,
+
Window
and Worker
objects have a trusted type policy factory,
which is a TrustedTypePolicyFactory
object.
4.3.1. Extensions to the WindowOrWorkerGlobalScope interface
This document extends the WindowOrWorkerGlobalScope
interface defined by HTML:
@@ -2484,7 +2484,7 @@ 4.3.8. Web Workers
This specification modifies the Worker constuctors and importScripts
function to require ScriptURLString
.
[Exposed=(Window,Worker)]
-partial interface Worker : EventTarget {
+partial interface Worker : EventTarget {
constructor
(ScriptURLString scriptURL
, optional WorkerOptions options
= {});
};
@@ -4081,7 +4081,7 @@ setTimeout and the Date
API,
+ This convention began with setTimeout
and the Date
API,
and has been used since then.
Note: high-resolution time is usually represented as fractional milliseconds
using a floating point value,
@@ -3117,6 +3117,7 @@
queue a task
- reflect
- resize
+
- setTimeout(handler, timeout, ...arguments)
- showModal()
- task queues
@@ -3537,6 +3538,7 @@