14:55
<Dominic Farolino>
Hey smaug, do you think you could take a look at https://github.com/whatwg/dom/pull/1261 soon?
14:59
<smaug>
Let me try, hmm, later today
15:14
<smaug>
Dominic Farolino: have you started to try to figure out range/selection handling?
15:15
<smaug>
(related to node moves)
15:15
<smaug>
shadow dom selection itself is still unclear even without any moves
15:16
<smaug>
session history might have some interesting stuff too, if iframes move
15:20
<Dominic Farolino>
smaug: You're asking specifically about https://github.com/whatwg/dom/issues/1255 right? (Because I think #1261 is very much a subset of that work, unrelated to all the tricky stuff over in #1255.)
15:20
<smaug>
right, I'm asking about that, since I assume 1261 is done because of that
15:22
<Dominic Farolino>
Eh, the two are related but how dependent they are is unclear. #1261 needs to get done regardless, though it probably helps out with #1255 to some limited extent, yeah.
15:23
<Dominic Farolino>
We have not dug into all of the nastiness of selection/range of #1255 yet, though that is next on my agenda :)
15:24
<smaug>
Dominic Farolino: ok, so this is more about just defining things better in the spec.
15:24
<smaug>
I wasn't quite sure about the context here
15:35
<Dominic Farolino>
Pretty much yeah. Like I said, I think it will help out with the iframe atomic move case in general, which is nice, but it also stands on its own outside of that work
16:00
<annevk>
Luca Casonato: nice work on async iterable! Wish Deno would let you do some more standards maintenance work. 😊
16:01
<Luca Casonato>
Luca Casonato: nice work on async iterable! Wish Deno would let you do some more standards maintenance work. 😊
Thanks! I'd like to do some more - just difficult to find the time between all of the fun projects I work on (mostly my own choice rather than Deno limiting my time though :) )
22:33
<zcorpan>
annevk: Yoav Weiss : I'm not sure that needing the crossorigin attribute for font preloads was the right call. See referenced issues in https://github.com/w3c/preload/issues/32 and https://stackoverflow.com/search?q=font+preload+crossorigin&s=bb683b7b-3977-46cf-b187-70da3a7ca6b1
22:34
<zcorpan>
Also, what is the situation now for same-origin font preloads? Can crossorigin be omitted?