| 11:06 | <annevk> | hsivonen: any thoughts on https://github.com/whatwg/url/pull/914 ? |
| 11:22 | <annevk> | Noam Rosenthal: can you review https://github.com/whatwg/infra/pull/713 perhaps? |
| 13:37 | <annevk> | Jake Archibald: did you look into the usage of "flat tree" in popover perhaps? I wonder if it makes sense given that display: contents or display: none takes an element out of the flat tree (as it's primarily a layout concept). Perhaps it works because popovers are in the top layer, but I wonder if implementations actually use the layout tree for this or something else. |
| 14:18 | <annevk> | jmdyck: I'm not sure if you have been working on it as well, but I've been putting a little bit of time trying to figure out the HTML/IDL side of MakeRealm with Shannon Booth. |
| 14:19 | <jmdyck> | I just noticed the update to webidl #1547 |
| 14:20 | <jmdyck> | (and no, I haven't been working on it) |
| 14:23 | <annevk> | jmdyck: one thing I'm finding is that we might have to set realm.[[GlobalObject]] to make "is exposed" work correctly. At least, that would give us a fairly minimal change. |
| 14:31 | <annevk> | An alternative might be storing the global interface type on the environment. Maybe we should do that to keep the layering somewhat clean. |
| 14:35 | <jmdyck> | I suspect I would have to read a fair bit and draw some diagrams before I could make an intelligent response. |
| 14:57 | <Noam Rosenthal> | LGTM, seems like there are comments about issues that his PR doesn't fix that can be addressed separately but that's ok |
| 15:12 | <Jake Archibald> | I didn't look into it at the time, but I just had a quick look. I agree that it shouldn't be "flat tree" given it's layout. But, in the case of display: contents or display: none… I don't think it would matter. |
| 15:12 | <Noam Rosenthal> | annevk: both https://github.com/whatwg/infra/pull/710 and https://github.com/whatwg/html/pull/12528 are quite ready when you get a chance. I sent them through a few LLM reviews so they should be on the clean side... |
| 16:36 | <annevk> | Not this week prolly |
| 16:45 | <zcorpan> | Dominic Farolino: do you want to review https://github.com/whatwg/html/pull/12492 ? |
| 18:41 | <annevk> | jmdyck: I have a draft now: https://github.com/whatwg/html/pull/12580 |
| 19:41 | <Noam Rosenthal> | can't answer for Dominic but I added some comments |