Tags » html
TIL: HTML strings may not be equivalent if you minify them
There’s a lot of whitespace in HTML which looks irrelevant at first glance, but may be significant and cause the document to render differently.
Remembering if a <details> element was opened
A JavaScript function that remembers if a details element was reopened, and keeps it open when you reload the page.