Phoenix HTML validation

Does Phoenix validate html tags while compiling templates?

It does handle XSS mitigation and encoding, but it does not validate the html for correctness.

1 Like