Last active
May 16, 2025 15:07
-
-
Save Kcko/7e514c63c97e5941d4b53bc02649fd0e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
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