01:41
<Domenic>
Grammatically this feels like a gray area. Those bullets are not complete sentences. But maybe the idea is that combined with the prefix they become a complete sentence? I probably wouldn't have merged just out of Hacktoberfest prejudice though.
12:37
<draginfable>
Hello everyone! While trying to register protocols for a PWA, I noticed that while I can register for the call protocol, that is not the case for the callto protocol. I see that the callto protocol is not in the allow list: https://html.spec.whatwg.org/multipage/system-state.html#safelisted-scheme Does someone know where I should ask for it to be added? Thank you!
13:53
<Ms2ger>
annevk: any chance you could take another look at https://github.com/whatwg/html/pull/9872 ? networkException already rediscovered one of the typos and submitted their own PR for it
14:50
<annevk>
Ms2ger: will do; I don't think I got a notification that anything had happened to the PR
14:55
<annevk>
Ms2ger: I ended up doing a squash merge as at least one commit title ended in a dot
14:55
<Ms2ger>
Thanks
15:33
<zcorpan>
Hello everyone!
While trying to register protocols for a PWA, I noticed that while I can register for the call protocol, that is not the case for the callto protocol.
I see that the callto protocol is not in the allow list: https://html.spec.whatwg.org/multipage/system-state.html#safelisted-scheme

Does someone know where I should ask for it to be added? Thank you!
File an issue. (Looks like you did, https://github.com/whatwg/html/issues/9894 ) But also see https://github.com/whatwg/html/issues/9158
15:46
<annevk>
Yeah, if I had realized before I would not have either.
21:37
<TabAtkins>
Here is a list of CSS pseudo-classes. I am wondering if there is an easy way to identify which ones require JS to work, like the case with :fullscreen. https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes
You mean ones which will never match without JS doing something? There is no easy way, no. (And :fullscreen can match without JS; you can click the fullscreen button on a <video>, for instance.)