@@ -38,15 +38,15 @@ html5lib is a wonderful piece of software, used by many Python projects, and
3838we’re really grateful for the work done by its previous authors and
3939maintainers.
4040
41- But unfortunately, html5lib is unmaintained. Maintaining it was much more
42- complex for us than creating tinyhtml5, for many different reasons.
41+ But unfortunately, html5lib is unmaintained. Maintaining it would have been
42+ much more complex for us than creating tinyhtml5, for many different reasons.
4343
4444First of all, there are many features of html5lib we don’t use. Maintaining
45- code we don’t use didn ’t look like a good idea for us, because it’s hard for us
46- to build a clean API when we don’t know the real needs. html5lib is a whole
47- HTML manipulation library, with a lot of different use cases, that requires a
48- lot of internal abstractions to provide its powerful features. tinyhtml5 is
49- much less powerful, and much simpler too.
45+ code we don’t use doesn ’t look like a good idea for us, because it’s hard to
46+ build a clean API when we don’t know the real needs. html5lib is a whole HTML
47+ manipulation library, with a lot of different use cases, that requires a lot of
48+ internal abstractions to provide its powerful features. tinyhtml5 is much less
49+ powerful, and much simpler too.
5050
5151The goal was also to clean the code. The syntax and the architecture had to be
5252modernized, because a lot of things have changed during the last years of the
0 commit comments