v0.10.0
v0.10.0 2020-05-21
Added
- Add
--print-config
CLI flag to print the configuration for the given file. - Add experimental
html_has_lang
rule. - Add experimental
aria_role
rule.
Changed
- Show a warning when attempting to use a rule that does not exist.
- Rename
parse-error
errors toparse_error
.
Fixed
- Fix parsing failing for self-closing SVG elements, e.g.
<path />
.