03:32
<TimothyGu>
Has anyone used GitHub Actions to deploy Bikeshed-based specs? (Instead of Travis CI)
03:32
<TimothyGu>
TabAtkins maybe? ^^
03:33
<TimothyGu>
Asking as it looks like ReSpec has some unofficial GitHub Actions integration
03:34
<TabAtkins>
Dunno if anyone's done it yet, but I would be *very* interested in seeing one. Should def be possible.
08:37
<MikeSmith>
irc.mozilla.org seems to have just gone down?
15:04
<Domenic>
MikeSmith: I don't know if it was planned to shut down the server, but they at least planned to stop using it, so I wouldn't be surprised if it was down for good now...
17:42
<bkardell>
so, I'm putting together a pull to replace https://github.com/whatwg/html/pull/4893 - and I'm wondering if we should point the MathML reference to core instead of W3C MathML 3 which it is trying to resolve into an agreeable starting point? The IDL there which actually _uses_ this renamed interface is what is shipping and observable
17:48
<Domenic>
bkardell: that seems good to me; my understanding is that MathML Core is closer to what's implemented in browsers than MathML 3
17:48
<Domenic>
It might make sense to do that update as a separate PR or as a separate commit in the same PR
17:49
<bkardell>
ok I will do 2 prs - should they be in any specific dependency order or something
19:02
<bkardell>
hmm... is that looked up in a registry or index Domenic ? I dont see it here somewhere
19:02
<Domenic>
What is "that"?
19:10
<bkardell>
Domenic: whoops, sorry on the PR- my bad... wow that was embarassing :-p
19:10
<Domenic>
No problems
19:10
<bkardell>
Domenic: "that" being the reference to MathML 3
19:12
<Domenic>
bkardell: Ctrl+Fing for "w3.org/Math"; should find a lot of references
19:34
<bkardell>
Domenic: what do i have to do to sign up, I should be included as part of https://github.com/orgs/Igalia/people
19:37
<Domenic>
bkardell: https://help.github.com/en/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership
19:42
<bkardell>
ha ok - updated
20:02
<bkardell>
ugh, I need to be more patient with the pulls, sorry - my machine is being really laggy and I was trying to rush through it so I could reboot... re: tests Domenic - I'm not sure what you mean that it's not clear how they relate... the challenge I think is that the name of the interface itself is as you say not the important part since HTML leaves that to the other spec...
20:02
<bkardell>
brb going to reboot
20:06
<Domenic>
bkardell: those tests appear to have nothing to do with HTMLorSVGElement's properties? They are just testing other random parts of MathMLElement?
20:11
<bkardell>
ah I see what you mean - yeah, it's testing the MathMLElement which is enabled by it... so you just want me to not mention those others and then address your comments + the one test
20:11
<bkardell>
Domenic: do I have that right?
20:14
<bkardell>
maybe what I should have is just an entry like annevk's https://github.com/whatwg/html/commit/81e82437a7ef1ee37d4ce2b5a982bc297d5b58b1 and https://github.com/web-platform-tests/wpt/pull/10110/files?
20:39
<bkardell>
yeah ok I have to wade through all the tests and tweak this actually.. there are more in here that are probably better applicable even
21:17
<bkardell>
thanks for your help and patience here Domenic - I'm going to pick this back up on monday and just call it a day here - I can't seem to get my commit to work right with this trailing whitespace, or squash properly so I'm clearly not being productive here :) Time for some rest.
21:17
<Domenic>
bkardell: no worries. Don't worry about the squashing; we can take care of that.
21:18
<Domenic>
bkardell: sorry about the tests, right, I mean I'm hoping the PR can list which tests test features of HTMLOrSVGElement, and not mention tests that don't.
21:18
<bkardell>
ok cool... I changed the tests links btw, idk if those are maybe more helpful but they are related to the idl more directly and your questions
21:19
<bkardell>
they are, I think, the ones rniwa mentioned on the other issue relating to normative changes shipping
21:19
<Domenic>
Yeah those new test links look great
21:19
<bkardell>
ok
21:19
<Domenic>
Just missing autofocus and nonce
21:19
<bkardell>
enjoy your weekend~
21:19
<bkardell>
thanks again