Hacker News new | ask | show | jobs
by remi 2296 days ago
The “new” thing (if you didn’t know it before) is that GitHub applies a collapse/expand behavior to <details> elements.
2 comments

This is an actual HTML tag, not a github thing

https://jsbin.com/timafew/edit?html,output

Isn't that the default behavior of <details> in html documents? Am I missing something?
^ this is what I mean, yeah. Isn't that the expected behavior?