Skip to content

Instantly share code, notes, and snippets.

@Kcko
Last active May 16, 2025 15:07
Show Gist options
  • Save Kcko/7e514c63c97e5941d4b53bc02649fd0e to your computer and use it in GitHub Desktop.
Save Kcko/7e514c63c97e5941d4b53bc02649fd0e to your computer and use it in GitHub Desktop.
<!--
The inert attribute completely disables interactivity.
Screen readers and keyboard navigation will ignore it.
It’s a cleaner, more semantic approach to managing hidden elements.
-->
<nav inert>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Contact</a>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment