Changelog

biomejs/biome · · 1 commit

Clarify useValidAnchor docs

Expanded the anchor accessibility rule docs to better explain invalid hrefs, empty fragments, and when to prefer buttons.

Other misc changes

  • Documentation updates for useValidAnchor in HTML and JS analyzers to clarify invalid href cases and the href="#" edge case (Th3S4mur41077585d)
  • Minor wording/formatting cleanup in the rule examples and explanation comments