+++ date = "2023-08-02T21:06:25+00:00" lastmod = "2023-08-02T21:06:25+00:00" tags = [ "webdev", "metas" ] author = "tdro" +++ So as you may know we have, knowledge.. or in the old black books of web witchcraft; [the checkbox hack](https://css-tricks.com/the-checkbox-hack/). I wonder though; did anyone ever go the final mile and create a kinda generalized "progressive [polyfill](https://developer.mozilla.org/en-US/docs/Glossary/Polyfill)" to fix the semantics of this so called hack? Tangentially, a query for a details/summary polyfill brings up either [rstacruz/details-polyfill](https://github.com/rstacruz/details-polyfill/blob/master/index.js) or [chemerisuk/better-details-polyfill](https://github.com/chemerisuk/better-details-polyfill#readme) with [demo](http://chemerisuk.github.io/better-details-polyfill/). Interesting.