v150 · HTML · Navigation
Migration Auditor
Chrome 150 makes anchor-name matching case-sensitive in both quirks and standards mode documents. Paste any HTML and this tool extracts all <a name="…"> anchors and all href="#…" fragment links, then checks each link against the available anchors — flagging any pair where the only difference is letter case.
Example: case matches
Example: case mismatch
Example: mixed page
Paste HTML to audit
see also
- Deep Link Tester — test a fragment against live anchors
- Anchor Matching Demo — navigate real anchors with different cases
- Quirks vs Standards — why this change now affects quirks mode too