04:25
<annevk>
MikeSmith: could use your input on https://github.com/whatwg/url/pull/503, especially around hyphens
08:55
<annevk>
2022 might have been a bit optimistic with the kind of bugs we're still finding in decade-old features
08:55
annevk
is now idly wondering whether anyone put 2022 as "too soon"
16:03
<annevk>
Domenic: I know there's quite a few PRs outstanding at this point from me, but https://github.com/whatwg/url/pull/503 is the one that blocks most things in flight I think
16:04
<Domenic>
Dang OK, that's the one that requires the most understanding :)
16:05
<annevk>
Domenic: so I'm also fine with you doing your own thing to be clear
16:06
<annevk>
Domenic: the other priority-related thingie I have is that my BrowserStack access is for the next two weeks; perhaps unlikely we get all the file URL stuff before then, but hopefully we can at least make a dent in answering the questions we need for a decision
16:06
<Domenic>
Sounds good. Hoping to get to most of the PRs today, but we'll see.
16:17
<annevk>
Domenic: yeah, thinking some more the other thing that might be nice for your colleague is COOP, but that's also involved
16:18
annevk
is quite happy with the URL refactoring/fixing-all-the-issues distraction he created for himself
16:18
<Domenic>
COOP keeps coming back as "this is almost done; here are some things to fix. Also I'd like to have domenic and mkwst take a look". And then I figure I can wait until those things are fixed :). It's probably more helpful to get in early though, heh.
16:19
<annevk>
I think now would be a good time to pile on, basically
16:19
<annevk>
I also have the feeling I'm reading over stuff
16:21
<annevk>
Looking at some of the IDL examples I wonder if that's where all the bad prose in specifications originates from
16:22
<annevk>
"If the familyName attribute is null" wait what IDL itself is promoting calling a public API
16:24
<Domenic>
Nice catch
16:25
<annevk>
Also, I didn't know https://heycam.github.io/webidl/#get-the-underlying-value was a thing. Should that even exist?
17:48
<Domenic>
It's internal
17:48
<Domenic>
Hmm but maybe it could be merged with "getter steps"