diff options
author | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-28 00:08:26 +0100 |
---|---|---|
committer | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-28 00:08:26 +0100 |
commit | 5fac4df0b90b9634b4678bdf41053fee525ebbc0 (patch) | |
tree | 3c212a83bd11cdee00be1f97836f5c9328540765 /README.md | |
parent | edfc965fec0e6f3fec54c9a9db84582207e77713 (diff) |
fix period
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ test suite](https://github.com/html5lib/html5lib-tests/tree/master/tokenizer), w * html5gum **does not** [implement charset detection.](https://html.spec.whatwg.org/#determining-the-character-encoding) This implementation requires all input to be Rust strings and therefore valid UTF-8. -* html5gum **does not** [correct mis-nested tags](https://html.spec.whatwg.org/#an-introduction-to-error-handling-and-strange-cases-in-the-parser) +* html5gum **does not** [correct mis-nested tags.](https://html.spec.whatwg.org/#an-introduction-to-error-handling-and-strange-cases-in-the-parser) * html5gum **does not** generally qualify as a browser-grade HTML *parser* as per the WHATWG spec. This can change in the future. A distinguishing feature of `html5gum` is that you can bring your own token |