06:05
<annevk>
TabAtkins: I think split-filename is only ever used on headings (of varying levels). Might be worth double checking Wattsi, but we don't have to support all the things Wattsi supports of course. Just need rough parity with today's output.
06:19
<TabAtkins>
Yeah I checked all the splits used by html, it's only headings that I could see
09:50
<annevk>
https://docs.google.com/spreadsheets/d/1pdEefRG6r9fZy61WHGz0TKSt8cO4ISWqlpBN5KntIvQ/edit is some very cool interop work. Person behind https://github.com/ExodusOSS/bytes has been taking a deep dive and doing due diligence on issue filing.
10:18
<julienw>
is this the same person as in https://github.com/jsdom/whatwg-encoding/issues/22 ? Ah yeah it is
10:29
<annevk>
Good to see Domenic making good use of his retirement there
10:41
<annevk>
Jake Archibald: you have to join https://github.com/mozilla-standards for the IPR bot
17:28
<smaug>
Dominic Farolino: btw, I did look at the menu stuff a bit. No super strong opinions on anything (except that it looks useful and looks very much like XUL), but the fieldset stuff is surprising and perhaps also the implicit popover-ness
17:31
<smaug>
So my question is basically, is the use of fieldset and implicit popover-ness explained somewhere so that I could understand better what has led to those design decisions.
17:31
<smaug>
And what other options have been considered
17:32
<smaug>
just in case you have some pointers to explainer issues or meeting notes or such
18:29
<foolip>
Sorry for the neglect, I've now replied on the PR.
18:32
<sfarre>
Thanks. I'll see if I can get around to writing a test for it!
18:37
<foolip>
sfarre: I'm not totally sure if elm.showPopover() is all that's needed to get an element with popover=hint into the right state, but if it is, then the setup you need is probably a lot like https://github.com/web-platform-tests/wpt/blob/master/fullscreen/api/document-exit-fullscreen-nested.html, but with 60% of the test deleted.
18:38
<foolip>
https://github.com/web-platform-tests/wpt/blob/master/fullscreen/api/element-request-fullscreen.html is also alright, but I don't love that it uses the log element as the fullscreen element, it's a bit non-obvious.
18:39
<sfarre>
right, I'd rather also repurpose the former one into a new test. thanks a bunch
18:40
<foolip>
vassego :)