03:37
<jmdyck>
I like the idea of explicitly naming parameters, but that's a much bigger deal, so I left it implicit for now.
08:52
<sideshowbarker>
smaug: DM’ed you about https://github.com/whatwg/dom/issues/1453
12:17
<annevk>
Hmm, it seems pretty dumb that <option> supports <img alt> but <optgroup><legend> does not
14:32
<Luke Warlow>
I guess maybe you're less likely to use an image as the only contents of your optgroup. But I agree consistency would be better.
14:42
<annevk>
As the only contents of <legend>? But it doesn't have to be alone.
14:50
<annevk>
https://github.com/whatwg/html/pull/12232
15:26
<Luke Warlow>
As the only contents of ? But it doesn't have to be alone.
Ah sorry I was misremembering I think at some point it might have only used alt when it was the only child. (I could also be completely wrong).
20:59
<canadahonk>
Hey folks, I'm interested in reviving/nudging https://github.com/whatwg/html/pull/10327 . afaik WebKit already has this behavior and agreed; there's a WPT PR; and there's an open Chromium CL which implements this. What else is needed for this to get merged into the spec?