01:24
<Kaiido>
Domenic: Thanks!
The one bit I missed from there is that the step 11.2 would set type to union type and that there is a very clear convert to union type algo. Somehow I completely missed this and was assuming one of the available types was magically chosen there...
I'll definitely try to use jsdom's implementation to double check my readings though, that's great.
Thanks again!
15:09
<Andreu Botella>
Last night I was writing tests for Deno's implementation of AbortSignal.timeout(), and I noticed that my implementation was ignoring the milliseconds argument and treating it as 0, and the WPT tests didn't catch that
15:19
<Domenic>
Noam Rosenthal: currently we only call "Create the navigation timing entry" for new documents. Should it also be called for bfcache navigations?
15:21
<Noam Rosenthal>
Domenic: I believe it should already be saved in the document's performance timeline. Yoav Weiss wasn't there some recent discussion about how to reflect bfcache in the perf timeline?
15:21
<Domenic>
Hmm I guess that makes sense
15:21
<Domenic>
I will preserve the current spec behavior in our rewrite then, until told otherwise :)
15:23
<Noam Rosenthal>
Domenic: https://github.com/whatwg/html/issues/5226
19:14
<TabAtkins>
Hmmmm, if I want to have a MapLike that contains a concrete value type, but I want to allow them to be set with dictionaries, I have to override set(), right?
19:15
<TabAtkins>
(If that's too abstract: I have a CSSToggleMap that contains CSSToggle objects, but they're just data objects and I think you should be able to do el.toggles.set('foo', {...options}) instead of having to instantiate a CSSToggle manually.)
21:07
<ntim>
Domenic: annevk : Hey! Can one of you look at this: https://github.com/whatwg/html/pull/7134 ?
21:40
<Domenic>
Can't do this week, sorry!