html-validate
Advanced tools
Changelog
0.15.2 (2018-12-01)
Changelog
0.15.1 (2018-11-26)
previousSibling
and nextSibling
on DOMNode
.Changelog
0.15.0 (2018-11-21)
attribute-boolean-style
to validate style of boolean attributes.nodeName
on DOMNode
.attribute-allowed-values
now normalizes boolean attributes before
validating, i.e. it will accept disabled
, disabled=""
or
disabled="disabled"
. Fixes #13.input
learned required
attribute.querySelector
properly handles attribute selectors with dashes and
digits. Fixes #15.Changelog
0.14.1 (2018-11-04)
acorn
, the package now properly resolves acorn 5 when
dependant pulls acorn 6.Changelog
0.14.0 (2018-11-03)
attribute-allowed-values
validates allowed values for attributes,
such as type
for <input>
.Changelog
0.13.0 (2018-10-21)
deprecated
supports adding a message for custom elements.element-permitted-order
now reports the error where the malplaced element is
instead of the parent element (which holds the restriction). Fixes #10.Changelog
0.12.0 (2018-10-17)
Changelog
0.11.1 (2018-10-07)
no-implicit-close
now provides more context when closed by a sibling.close-order
no longer reports error for implicitly closed elements.Changelog
0.11.0 (2018-09-23)
disable
has been renamed to
off
. The old name will continue to work but will be removed in the future.Attribute
used by DOMNode
. Attributes now holds the location
they are created from making DOM attribute rules more precise.heading-level
for validating sequential heading levels.element-permitted-occurrences
no longer triggers for the first occurrence,
only subsequent usages.Table.getMetaFor(..)
is not case-insensitive.