March 17, 2025
Look, Mom, a modal with no JavaScript
I found a way to do modals with HTML only — no JavaScript, thanks to some dude in Australia.
So now, if you tap on the About button, you get a nice modal instead of zipping down to the footer.
The method involves the <dialog> tag and the popover API, but I’ll let Harrison explain it.