08:38 | <freddy> | I really value Jeffrey Yasskin 's comment on the setHTML / DSD issue. I think he's spot on that we have a list of decisions and requirements that ended up not being properly documented and fully resolved. I think we need to retry and get everyone in the same room. |
09:42 | <annevk> | I don't disagree with the gist of his comment, but I also feel like I've been getting the least amount of clarity from Google on this set of issues. |
09:44 | <annevk> | And each time we discuss it with them there's a long period with no follow-up... |
09:54 | <freddy> | does that mean we need to include someone who has only been involved in background conversations so far? |
10:02 | <annevk> | Dunno, not entirely sure what's going on. |
12:06 | <sideshowbarker> | Is anybody planning to attend any part of the IETF meeting next week in Yokohama? Looking at the agenda at https://datatracker.ietf.org/meeting/116/agenda/ I don’t find much of anything relevant except for a session on Wednesday about the Web Transport protocol — https://datatracker.ietf.org/meeting/116/materials/agenda-116-webtrans-01 |
12:07 | <annevk> | I found a fun WebKit bug: x =new URL("about:blank");x.toString = () => { throw 1 };w(new URL("about:blank", x)); |