07:52
<zcorpan>
@annevk:matrix.org: how is a shadow root for color input observable?
09:17
<zcorpan>
https://github.com/whatwg/html/issues/12782#issuecomment-5367466383 may be of interest for someone wanting to address perf issues with HTML singlepage
09:34
<annevk>
https://github.com/whatwg/html/issues/3748
10:14
<zcorpan>
Thanks. https://software.hixie.ch/utilities/js/live-dom-viewer/saved/14839 logs inline-block in firefox and safari, and the empty string in chrome.
10:17
<zcorpan>
I guess it should also be the empty string in safari if it uses a shadow root (and no slot), per spec?
11:54
<annevk>
Yoav Weiss's AI counterpart just migrated a bunch of Navigation API issues. Perhaps it's time for a "topic: navigation api" label? farre Noam Rosenthal?
11:54
<farre>
sounds good to me
11:55
<Noam Rosenthal>
Yea I promised I will triage these next week. Having it as a topic sg
11:56
<Noam Rosenthal>
I have a blink fix for this stuff that needs polishing but almost ready
11:58
<annevk>
I think that's right, but it might also be that we have an older version of getComputedStyle or some such as I'm pretty sure that used to work on out-of-tree elements before.
13:05
<annevk>
Stephen: I randomly came across https://github.com/whatwg/html/pull/12153 again. Are you still pushing that, should I put it on my queue?
13:08
<Stephen>
I would like to make progress on it, yes. But obviously it's not urgent thanks to the prioritization of HTML-in-Canvas. Let me check exactly where it's at, rebase if necessary, and I'll get back to you.
13:10
<annevk>
(Was not obvious to me btw.)
13:12
<Stephen>
Fair enough, sorry.
14:01
<Tim van der Lippe>
Is there a particular historical reason why WebKit export PRs to https://github.com/web-platform-tests/wpt/ are all "WebKit export of <bug link here>"? All other browsers include the text of the actual description, which I find a lot easier to figure out what the change is. The WebKit commits don't have a PR title nor description, so it's a lot trickier to figure out what the change is.
14:15
<annevk>
It's the unfortunate nature of WebKit's export script. I wish someone would fix it. Maybe Sam Sneddon [:gsnedders]?
14:34
<annevk>
nicolo-ribaudo jmdyck: what's next for https://github.com/tc39/ecma262/pull/3728? Would be nice to get that one resolved (along with the IDL and HTML changes).
14:36
<annevk>
One thing I should perhaps do is throw it at AI again to see if post-vacation AI can find some novel issues.
14:56
<annevk>
I've tried to fix base URL handling as we never really specified it properly. It mostly ended up matching Gecko, but there are some differences when using <base> with relative URLs inside about:srcdoc in particular. Gecko makes that work somehow despite it not working inside about:blank. https://github.com/whatwg/dom/pull/1492 & https://github.com/whatwg/html/pull/12674 have the proposed model as well as links to plenty of tests. smaug Dominic Farolino thoughts?
14:57
<smaug>
is that initial about:blank or any about:blank?
15:01
<annevk>
smaug: at least initial about:blank. There's also tests for about:blank but don't recall offhand.
15:01
<smaug>
ok. I'll check. I wouldn't be surprised if initial about:blank has some special issues
15:03
<jmdyck>
It's going to take me a few days to get back to that, I think.
15:03
<annevk>
smaug: FWIW, I think <base> with relative URLs not working for these URLs is somewhat preferable if we can get away with it as it simplifies the amount of state we have to keep around. Overall this ends up being a simplification (as well as actually properly specifying cloning behavior).
15:09
<annevk>
No rush, just noticed it's now okay to land from a TC39 perspective. Let me know when we get closer and I'll let AI do another pass.