Creating a Calendar with the HTML <details> Element
I was recently setting up a calendar on the Irish Left Archive website and in the absence of a handy Javascript content-switcher or similar in the existing codebase, I made a simple one using the <details>
element. I hadn't experimented a great deal with <details>
before, but it's another useful tool for removing some of that old Jquery we all still have floating around.