02:33 | <Domenic> | It's doable. Someone could even hack up something in JavaScript, that just loads the external cross-references after loading the internal ones. |
17:11 | <keithamus> | annevk: is there a TAG review issue for scoped custom element registries? |
18:00 | <annevk> | keithamus: dunno |
20:19 | <keithamus> | https://github.com/w3ctag/design-reviews/issues/1070 just raised this then |
20:24 | <annevk> | keithamus: parts were implemented by me, FWIW, not sure how accurate that needs to be |
20:24 | <keithamus> | oh apologies, shall I update to add "implementer" to your bit, or do I need to remove rniwa? |
20:25 | <annevk> | I guess you can add implementer to my bit; don't remove rniwa though! |
22:01 | <smaug> | Does HTML spec have concept of non-current Window? I couldn't immediately find it |
22:13 | <annevk> | What's a non-current Window? |
22:15 | <smaug> | annevk: you have iframe and its window and then you navigate iframe to another page. The window in the original page may stay around still, internally |
22:16 | <annevk> | smaug: we track that on the document, "fully active" |
22:17 | <smaug> | I guess that is pretty much the same |
22:21 | <smaug> | not all the algorithms check that, when they perhaps should |
22:23 | <annevk> | smaug: please file an issue when you notice that. |