Keith Cirkel
Keith Cirkel
I agree that lots of different names make things harder to use, especially where there is significant overlap. The opposite is also true though; naming incongruent behaviours the same makes...
https://x.com/Keithamus/status/1791565930528440514 https://indieweb.social/@keithamus/112458309173840363 I ran a couple of polls to try and gather some off-the-cuff opinions. Especailly WRT https://github.com/whatwg/html/issues/9625#issuecomment-2115718679. > Opinion poll! > > You have a , it makes a...
We can close for now. We can re-open this if we need to. For posterity: WHATWG resolved to explore `commandfor` and `command` over `invoketarget` and `invokeaction` respectively.
I've rebased this and addressed some of the comments, so please take a re-read and let me know if there's any more feedback!
> A set of detail elements where opening one of them closes all other that are opened (ex. the FAQ for [LibreTube](https://libretube.dev/), disclaimer: I have contributed to this project) This...
Still relevant. Also related to #992
Allowing a list of options inside of a button, and having the button cycle between those might be worthwhile: ```html Play Pause ``` Providing `` allows for a computed value,...
I guess today, one might use `:has()` to solve this problem for simple cases: ```html body:has(video:playing) button .play-label, body:has(video:paused) button .pause-label { display:none } Play Pause ``` I wonder if...
@domenic's request, I believe, was to _not_ use `dismiss` and instead use `close` as it aligns with the CloseWatcher work - but hopefully Domenic can correct me if that was...
If we're going that route, what about `closeaction=`?