How many browsers do you have open right now?
I’ve got 5.
How many browsers do you have open right now?
I’ve got 5.
@simevidas @ryantownsend @seaotta Chromium uses `content-visibility` to hide the `::details-content` when the `<details>` element is closed, so we can set `content-visibility: visible` if we want it for that case. The following achieves the intended effect in Chrome Canary 132.
A live pastebin for HTML, CSS & JavaScript and a range of processors, including SCSS, CoffeeScript, Jade and more...
(jsbin.com)
@ryantownsend @noleli @westbrook Seems like those components would benefit from the proposed custom attributes, over custom elements?