google / closure-templates

A client- and server-side templating system that helps you dynamically build reusable HTML and UI elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to disable well-formed HTML checks?

robfig opened this issue · comments

Upgrading to the latest Templates release results in very many HTML validation issues across the codebase. Is it possible to enable/disable HTML validation programmatically, so that we can upgrade applications incrementally? The alternatives of (a) having to do it all at once or (b) have applications on different versions of Closure Templates both seem undesirable.

Thank you