Skip to content

Commit a5c88a4

Browse files
authored
Remove ignoreErrorOrder option from docs
It's not used anymore with changes in html5lib#92.
1 parent de70ae4 commit a5c88a4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tokenizer/README.md

-8
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,6 @@ If `test.doubleEscaped` is present and `true`, then every string within
8484
`test.output` must be further unescaped (as described above) before
8585
comparing with the tokenizer's output.
8686

87-
`test.ignoreErrorOrder` is a boolean value indicating that the order of
88-
`ParseError` tokens relative to other tokens in the output stream is
89-
unimportant, and implementations should ignore such differences between
90-
their output and `expected_output_tokens`. (This is used for errors
91-
emitted by the input stream preprocessing stage, since it is useful to
92-
test that code but it is undefined when the errors occur). If it is
93-
omitted, it defaults to `false`.
94-
9587
xmlViolation tests
9688
------------------
9789

0 commit comments

Comments
 (0)