html-validate
Advanced tools
Changelog
0.3.0 (2017-10-12)
id-pattern
and class-pattern
for requiring a specific formats.no-dup-class
preventing duplicate classes names on the same
element.<ANY\n<ANY></ANY></ANY>
(first tag missing >
) instead
of handling the inner <ANY>
as an attribute.element-permitted-content
fixed issue where descending with missing metadata
would report as disallowed content.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.