Hacker News new | ask | show | jobs
by yawaramin 1118 days ago
You don't need JavaScript for a hamburger menu, I am doing it with pure HTML. Hint: the <details> tag.
1 comments

Hint: that’s bad for accessibility.
Hint: there's nothing inherently inaccessible about the <details> tag, it all depends on how you use it.