[PATCH] D34581: Fix missing/mismatched html tags

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 00:40:49 PDT 2017


kristof.beyls added a comment.

In https://reviews.llvm.org/D34581#856055, @MatzeB wrote:

> For the record: I just added an optional integration to pytidylib/tidy-html5 that checks lnt pages for html problems (r312061). It can be used with `lnt -Dtidylib=1`.


Very nice! Thanks for all the cleanups and improvements you've been making to LNT lately!

I guess there's a chance tidylib might be better than just aiming to parse XHTML as proper XML, as it may go beyond what an XML validator is capable of, by being written specifically for HTML?


Repository:
  rL LLVM

https://reviews.llvm.org/D34581





More information about the llvm-commits mailing list