v0.3.0
What's New
- Self-closing non-void tag detection: Detects invalid self-closing syntax on non-void HTML elements like
<div/>or<span class="x" />, which are silently ignored by browsers. Reported as errors with auto-fix support that replaces with explicit close tags (<div></div>).