06:24 | <kaleidea> | Anybody knows of specific implementation difficulties with the search element in any of the 3 browsers? |
06:33 | <kaleidea> | Are there hotkeys on whatpr.org? Yep, J.K. Rowling |
06:37 | <kaleidea> | Is there a way to filter seciton number changes from the diffs? |
10:28 | <annevk> | Andreu Botella (he/they): care to review https://github.com/whatwg/fetch/pull/1364? (very small) |
10:28 | <annevk> | Oh maybe wait, build is still failing |
14:50 | <kaleidea> | The triage meeting will take place here on matrix? |
15:02 | <annevk> | No, it's a video call |
15:02 | <kaleidea> | I don't find any info about what software is used for the call. |
15:05 | <kaleidea> | What's the conferencing software used? |
15:07 | <annevk> | I think it's Google Meet, no software needed other than a browser |
15:07 | <kaleidea> | and a google account ;-) |
15:08 | <annevk> | I don't think so |
15:09 | <kaleidea> | oh, great how is the meeting link/code shared? |
15:11 | <annevk> | Unless you are different from Kaleidea on GitHub I think past mentioned they will get you an invite? |
15:12 | <kaleidea> | Yes, I was wondering, how he'll do it. |
15:12 | <annevk> | Presumably via a calendar invite |
15:31 | <annevk> | kaleidea: FWIW, the fundamental problem with inheritance for HTML elements is that engine logic is based on local name, not type of class; this is also why custom elements has the is="" hack (which in retrospect I wish we never shipped) |
15:32 | <annevk> | The other problem with a new element for navigation is bad XSS filters and just overall complexity. |
15:36 | <kaleidea> | kaleidea: FWIW, the fundamental problem with inheritance for HTML elements is that engine logic is based on local name, not type of class; this is also why custom elements has the is="" hack (which in retrospect I wish we never shipped) |
15:37 | <kaleidea> | However, being a HTMLFormElement, all the form logic also applies without additional effort. |
15:37 | <annevk> | Right, I'm saying that's false. |
15:38 | <kaleidea> | Where does it fail? |
15:39 | <annevk> | I recommend reading up on the web component discussions around inheritance, maybe that will help clear it up. |
15:39 | <kaleidea> | Sure, do you have a link handy? |
15:42 | <kaleidea> | Or a starting point. Is it all in the GH issues? |
15:48 | <kaleidea> | I'll investigate this clue, might take a day or more. https://github.com/whatwg/html/issues?q=is%3Aissue+custom+element+inheritance is not immediately useful. If you find any pointers in the meantime, I'll appreciate it. |
15:53 | <annevk> | kaleidea: WICG/webcomponents is prolly a better starting point; you'll also run into it if you try to implement it in a browser |
16:32 | annevk | wonders if mek is the one from Google 😊 |
16:32 | annevk | is pretty close to having a working fork of File System |
16:48 | <annevk> | Well, that went better than expected: https://whatpr.org/fs/1.html |
16:50 | <annevk> | Domenic: I noticed PR Preview didn't have access to websockets yet; now fixed |
16:54 | <mek> | * wonders if mek is the one from Google 😊 |
16:56 | <annevk> | mek: that's quite alright, I think I figured out a model that works, although entries are a tad underspecified so maybe not 🙂 |
16:56 | <Domenic> | annevk: oh dang, I did miss that step... thanks |
16:57 | <annevk> | Oh I guess one thing that's missing still is a logo |
16:59 | <Ms2ger 💉💉> | Storage already took the floppy disk :( |
17:01 | <annevk> | mek: would a folder icon of sorts work? |
17:02 | <mek> | works for me |
17:06 | <annevk> | I should have some time tomorrow / early next week. We need to wait a little longer anyway as one SG rep wanted to confirm something internally |
18:42 | <ntim> | Domenic: Hi, are there WPT for shadow DOM delegatesFocus + autofocus yet? (not talking about <dialog>) |
18:43 | <Domenic> | Pretty sure yes... |
18:43 | <ntim> | I think the introduction of the focus delegate thing slightly changed shadow DOM delegatesFocus if I'm not mistaken |
18:44 | <ntim> | (e.g. it now looks for the autofocus delegate, whereas it didn't before) |
18:45 | <Domenic> | https://github.com/web-platform-tests/wpt/commit/facfe0234c1252393bd8da54d7b33444928ebb9b I think |
18:45 | <Domenic> | A few others in https://github.com/web-platform-tests/wpt/commits/master/shadow-dom/focus |
18:46 | <Domenic> | I guess https://github.com/whatwg/html/pull/7361 changes not just the <dialog> case so should possibly come with tests for non-dialog scenarios... |
18:46 | <ntim> | perfect, thanks |