| 00:05 | <smaug____> | hmm, I hope there is a test ensuring childList and attributes MutationRecord ordering |
| 02:20 | <MikeSmith> | agree with https://github.com/mfreed7/declarative-shadow-dom/issues/1 |
| 06:44 | <yhirano> | annevk: regarding https://github.com/whatwg/html/pull/4734 |
| 06:44 | <yhirano> | annevk: crossOriginIsolated is based on agent cluster's cross-origin isolated flag |
| 06:45 | <yhirano> | annevk: agent cluster's cross-origin isolated flag is based on browsing context groups' cross-origin isolated flag |
| 06:46 | <yhirano> | annevk: how browsing context group's cross-origin isolated flag is set has not been specified yet, right? |
| 08:57 | <annevk> | yhirano: 6.i. in https://gist.github.com/annevk/6f2dd8c79c77123f39797f6bdac43f3e#changes-to-navigation should set that |
| 09:02 | <annevk> | yhirano: but you're right that I hadn't really connected all the dots yet |
| 09:10 | <yhirano> | annevk: thanks. My understanding is cross-origin isolated is set if and only if COOP is same-origin and COEP is require-corp when creating the browsing context group. Is that correct? |
| 09:11 | <annevk> | Yeah, "same-origin + COEP" |
| 09:12 | <annevk> | yhirano: FWIW, for shared/service workers it only depends on COEP, that's also not that well-defined yet |
| 09:12 | <annevk> | yhirano: as their agent clusters are not owned by a browsing context group |
| 09:12 | <yhirano> | annevk: thank you! |
| 21:56 | <Bakkot> | TIL you can run JS before the first `<script>` tag: https://bakkot.github.io/misc/early-script-demo.html |