wjdp / htmltest

:white_check_mark: Test generated HTML for problems
MIT License
323 stars 54 forks source link

Don't check (or configurably check?) children of template elements #218

Open wlcx opened 1 year ago

wlcx commented 1 year ago

Content inside a <template></template> node may well not be valid (img srcs or a hrefs being inserted at runtime in js for instance). As are, by definition, not rendered on the page, it would be good to configurably ignore it (perhaps by default?)