html-validate
Advanced tools
Changelog
1.5.0 (2019-08-17)
<img>
must have non-empty src (8916e19)<fieldset>
requires <legend>
(0bce9dd)<head>
requires <title>
(8aaa801)Changelog
1.2.0 (2019-06-23)
prefer-tbody
to validate presence of <tbody>
in <table
.requiredAncestors
metadata and validation to test elements with
additional requirements for the parent elements, such as <area>
and
<dd>
/<dt>
.HtmlElement.closest()
to locate a parent matching the given selector.HtmlElement.matches()
to test if a selector matches the given element.foo > bar > baz
now works as expected.