File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,10 @@ is the expected result of running the *encoding sniffing algorithm* at
30
30
https://html.spec.whatwg.org/#encoding-sniffing-algorithm with the given
31
31
test data as input; this is, it's the expected result of running * only* the
32
32
* encoding sniffing algorithm* — without also running the tokenization state
33
- machine and tree-construction stage defined in the spec.
33
+ machine and tree-construction stage defined in the spec — and specifically,
34
+ for running the * prescan the byte stream to determine its encoding*
35
+ https://html.spec.whatwg.org/#prescan-a-byte-stream-to-determine-its-encoding
36
+ algorithm on only the first 1024 bytes of the test data.
34
37
35
38
For all tests outside the subdirectory named ` preparsed ` , the encoding name
36
39
indicated is instead the expected character encoding for the output after
You can’t perform that action at this time.
0 commit comments