10:40
<Jake Archibald>

annevk:

  1. //origin-a/ is an isolated page.
  2. Navigates to //origin-a/2 - another isolated page. This uses the same BCG as the previous page.
  3. Navigates to //origin-a/3 - another isolated page. However this page also includes Content-Security-Policy: sandbox. Should it use the same BCG?
11:26
<GPHemsley>
annevk, foolip, jgraham: ping https://github.com/web-platform-tests/wpt/pull/30403
13:21
<therealandrecasal>
Hey guys, is there any entity who provides updates to the HTML specification (new tags, attributes, values, APIs, and so forth)? I was wondering how one could remain up-to-date with HTML.
13:27
<annevk>
Jake Archibald: I'm pretty sure that's supposed to be a swap
13:28
<annevk>
Jake Archibald: I'm not sure if that's specified properly however or tested properly
13:28
<annevk>
GPHemsley: it's in my list of things to get to, hopefully next week
13:29
<annevk>
therealandrecasal: https://twitter.com/htmlstandard tweets out commits, there's also ways to follow https://github.com/whatwg/html/commits directly
13:31
<annevk>
Jake Archibald: it's specified properly
13:31
<annevk>
Jake Archibald: if you trace the callers back you'll find that determine the origin uses the sandbox values
13:31
<annevk>
Jake Archibald: that makes me suspect it's tested as well
13:51
<therealandrecasal>
therealandrecasal: https://twitter.com/htmlstandard tweets out commits, there's also ways to follow https://github.com/whatwg/html/commits directly
Thanks annevk! All HTML updates come out on Twitter?
13:53
<Jake Archibald>
annevk: perfect, cheers
20:13
<zcorpan>
Domenic: is the Participation check sometimes broken? https://github.com/whatwg/html/pull/7111 https://github.com/whatwg/html/pull/7103
20:14
<Domenic>
zcorpan: I noticed this once in the last week, never before :(. I fixed it by force-pushing the same commit (with a no-op --amend)
20:15
<zcorpan>
Domenic: weird. I can try that, but annoying if it keeps happening
20:15
<Domenic>
zcorpan: yeah, hearing about it a second time bumps this up on my to-investigate list
21:38
<Andreu Botella (he/they)>
Is there any reason why WebSocket isn't transferable?
22:24
<Domenic>
Interesting... seems like it could be, especially since WebSocketStream (still no spec or unflagged implementation 😭) is transferable since streams are transferable.
22:28
<Andreu Botella (he/they)>
A user in the Deno discord pointed out that in servers, balancing websocket connections across threads is a valuable use case
23:59
<timothygu>
Cannot-be-a-base URLs are really a gift that keeps on giving
23:59
<timothygu>
(in reference to https://github.com/whatwg/url/issues/651)