html-validate
Advanced tools
Changelog
0.5.0 (2017-10-17)
element-name
learned whitelist
and blacklist
options.-f checkstyle
.Changelog
0.4.0 (2017-10-17)
no-inline-style
disallowing inline style
attribute.img-req-alt
validating that images have alternative text.element-permitted-order
validating the required order of elements
with restrictions.element-permitted-occurrences
validating elements with content
models limiting the number of times child elements can be used.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.