Minor clarification

This commit is contained in:
Wilson Lin 2021-08-08 01:52:25 +10:00
parent e3918e6abb
commit 9203e40eeb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
minify-html does not have any error states and will always output a value. This means that all possible ambiguous or malformed states need to be handled. This document describes these.
minify-html tries to match what the specs dictate and modern browsers do. However, there may be occasional differences for malformed syntax, as the rules are very complex when handling invalid HTML.
minify-html tries to match what the specs dictate and modern browsers do. However, there may be occasional differences for malformed syntax, as the browser and spec rules are very complex when handling invalid HTML.
To see some complex inputs, check out the [various fuzzing inputs](../fuzz/in).