12:16 | <weh_> | Hello |
14:35 | <Domenic> | annevk: I'd love to get resolution on https://github.com/whatwg/html/issues/2771#issuecomment-1063914309 (DOM insertion steps ordering). Do you really think having a centralized insertion steps algorithm for all of HTML is the best end state? I agree it's the most theoretically pure but I think it's a bit hard for readers, and doesn't seem to match implementations (which generally have some per-element override, e.g. https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/html/media/html_media_element.cc;l=818;drc=30309877d4b10434eeaa9f85e8ba00ca91c7d731 |
14:39 | <annevk> | Domenic: yeah I could see dispatching to specific localname/namespace algorithms for the node being inserted, I'm not sure that tackles all scenarios and it would require rewriting of some logic as well I think |
14:40 | <annevk> | Domenic: in my mind the bigger issue around insertion is the stuff around <script> that nox was working on |
14:40 | <Domenic> | Hmm I see so more exactly match the implementations, and make the fact that we put it in a given section more reasonable instead of sketchy |
14:40 | <Domenic> | I like that |
14:51 | <Ms2ger 💉💉> | Domenic: I think you've been involved longer, so if you have a moment to check if my last comment in https://github.com/whatwg/html/pull/5339 makes sense, that'd be appreciated |
20:12 | <r3st> | Howdy all, I was wondering if anyone can point me to the specification about using the JavaScript pseudo-protocol in an href attribute ( forgive me if the terms are incorrect). |
20:13 | <r3st> | For example, <a href="javascript:...."></a> |
20:13 | <Andreu Botella> | https://html.spec.whatwg.org/multipage/browsing-the-web.html#javascript-protocol |
20:13 | <r3st> | Truly, you are a blessing |
20:13 | <r3st> | How did you find it? Teach a man to fish, etc etc |
20:14 | <Andreu Botella> | I've looked a few times through the navigation sections of the HTML spec, and I remember it being around there |
20:14 | <r3st> | Ah I see! A million thank yous for your help |