2025-10-01 [02:43:35.0685] https://github.com/whatwg/html/issues/11733 one of the repo admins should probably block this user. [04:11:21.0624] keithamus: Looks like they're blocked. Thanks [05:23:18.0032] (I deleted the issue as well, in case anyone wonders what's going on.) [11:19:13.0168] Looking at the results of the meeting time poll, it seems there's general consensus that 1) we should keep *an* APAC-friendly time, but should decrease the frequency. I'm thinking we should probably change to cycle three AMER+EMEA with one APAC-friendly time. I'm kind of ambivalent if we use the APAC-AMER or APAC-EMEA, but seems like it would be slightly better to go with the former. (Seems like there is slightly more attendance for the APAC-AMER than the APAC-EMEA on average.). WDYAT? [15:35:47.0324] APAC-EMEA has usually folks from 3 browser engines, APAC-AMER often only from 2, I think. 2025-10-02 [21:47:00.0803] @cwilso Both the APAC-friendly times are equally inconvenient for me. The APAC-AMER one is exactly the time of day when I’m busy getting my kids on their way to school and preschool. And the APAC-EMEA one is pretty much the time of day when I’m busy cooking dinner for my kids. So for me personally the AMER+EMEA one (even though it’s at midnight my time) is actually more convenient than either of the APAC-friendly ones. [21:47:31.0664] * cwilso: Both the APAC-friendly times are equally inconvenient for me. The APAC-AMER one is exactly the time of day when I’m busy getting my kids on their way to school and preschool. And the APAC-EMEA one is pretty much the time of day when I’m busy cooking dinner for my kids. So for me personally the AMER+EMEA one (even though it’s at midnight my time) is actually more convenient than either of the APAC-friendly ones. [00:34:47.0244] I find the APAC+EMEA one to be the most convenient... but I wonder if there are APAC people who semi-regularly attend either, now that Domenic has retired? And in general which of these is better for them? [02:12:14.0685] Luke Warlow: regarding multiple methods - I found that web developers often look to do something specific rather then look at a "family of methods". The same way people prefer the multiple `Array` methods that do specifc things rather than using `reduce`. `element.insertHTML(html, "before")` doesn't add much readability as opposed to `element.beforeHTML(html)` [02:13:46.0518] Yeah tbf I guess my main unsureness is about adding so many new ones, with no real prospect of removing the old ones. One other question is how does this work with iframes? Am I able to stream into an iframe element somehow? [02:14:22.0976] You mean the inline content of an `