html-validate
Advanced tools
Changelog
0.2.0 (2017-10-11)
.htmlvalidate.json
file.void
rule rewritten to better handle both tag omission and self-closing. It
learned a new option style
to allow a single style.element-permitted-content
verifies that only allowed content is
used.element-name
to validate custom element names.Changelog
0.1.3 (2017-10-08)
no-dup-attr
now handles attribute names with different case.