01:13
<Sacha Greif>
just a heads up that I'm starting the process of drafting this year's State of HTML survey questions. You can leave some early feedback/suggestions here: https://github.com/Devographics/surveys/issues/253
12:07
<Luke Warlow>
Did we come to any conclusion regarding command event composability? e.g. https://github.com/whatwg/html/pull/11255 If not I'll add it to the whatnot agenda
12:32
<annevk>
https://github.com/whatwg/html/pull/11345#pullrequestreview-2917960783 is the latest on that I suppose. It's still not clear to me if it's aligned with relatedTarget or not.
15:24
<smaug>
I said I was ok with non-composed for now and then perhaps add some opt-in mechanism later to make it composed, but the retargeting part looked odd. And I think it looks now ever weirder 🙂
15:28
<smaug>
The odd part being events dispatched in Shadow DOM vs in Light. Why .source would behave so differently in those cases
20:41
<jarhar>
if the event isnt composed, then maybe i could just do retargeting when the event is dispatched which should prevent .source from becoming null like .target does when being dispatched in a shadowroot