14:46 | <Dominic Farolino> | annevk smaug Are we still thinking of landing https://github.com/whatwg/dom/pull/1307 this week? |
15:24 | <annevk> | Dominic Farolino: unclear, depends on smaug's availability and then on yours and mine if there's further feedback. He rightfully pointed out that due to the long iteration time review will take longer. |
15:24 | <smaug> | I'll try to review it asap |
15:26 | <smaug> | (which might be tomorrow) |
17:54 | <akaster> | am I correct in thinking that it's weird https://w3c.github.io/resource-timing/#sec-extensions-performance-interface says "Each ECMAScript global environment has ..." followed by a bunch of buffer and integer properties? It links to https://webidl.spec.whatwg.org/#es-environment , which ... is not where I would expect anyone to be defining properties. I would expect them to be defined as belonging to an HTML Envrionment Settings Object, or a 'WindowOrWorkerGlobalScope' (or the new intermediary added by ShadowRealms). Or belonging to an Agent or Agent Cluster. Saying that the properties belong to "the ES environment" seems pretty vague |
18:53 | <Noam Rosenthal> | Yea these are deprecated things that were shipped long ago so they're still in the spec |
18:54 | <Noam Rosenthal> | I did a lot of work to clean up resource timing ~4 years ago and there's still lots of work left :) |