Skip to content

v0.3.0

Choose a tag to compare

@reteps reteps released this 20 Feb 07:35
· 31 commits to master since this release
3fcefb5

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>).