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! |
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 |