Skip to content

Commit

Permalink
fix period
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Nov 27, 2021
1 parent edfc965 commit 5fac4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fac4df

Please sign in to comment.