08:10
<annevk>
Luke Warlow: if I'm not mistaken you need to adjust https://github.com/whatwg/participant-data as you're now participating on behalf of Igalia
08:55
<Luke Warlow>
Luke Warlow: if I'm not mistaken you need to adjust https://github.com/whatwg/participant-data as you're now participating on behalf of Igalia
https://github.com/whatwg/participant-data/pull/70 - Should just need to do this (remove myself from individuals.json) right?
13:51
<bkardell>
bkardell: do websites use mathml links?
some do, we can get you data if you want - and I guess some epubs if you want to count those separately... I seem to recall hesitance from rniwa to change things about links for MathML because epubs?
13:52
<bkardell>
zcorpan: in that issue do you mean to suggest to create a literal <a> for mathml or to create an <a> equivalent for MathML (like, <mrow> gets that capability)?
13:53
<zcorpan>
Literally <a href> in mathml namespace
13:57
<bkardell>
https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cmath%3E%0A%20%20%3Ca%3E%0A%20%20%20%20%3Cmrow%20id%3Dmrow%3E%0A%20%20%20%20%3C%2Fmrow%3E%0A%20%20%3C%2Fa%3E%0A%3C%2Fmath%3E%0A%3Coutput%20id%3Dout%3E%0A%3Cscript%3E%0A%20%20%20out.innerHTML%20%3D%20mrow.namespaceURI%0A%3C%2Fscript%3E
13:58
<bkardell>
that does require changes, does it not?
13:59
<bkardell>
the namesspace of mrow is wrong
14:00
<bkardell>
ah hmm
14:01
<bkardell>
maybe not - I mean that isn't a very good test :)
14:01
<bkardell>
intersting... https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=12508
14:02
<zcorpan>
bkardell: it stays as MathML like an unknown tag foobar
14:03
<bkardell>
yeah right, I thought that would be one of the tags that had a fixup for some reason, but yeah
14:04
<zcorpan>
SVG saved us :)
14:04
<bkardell>
Maybe you could add this context to the issue? I'm not sure it is self-evident
14:04
<bkardell>
I'm happy to myself if you prefer, but it's key to understanding your comment I guess
14:05
<zcorpan>
I wrote "Adding an a element in the MathML namespace would work fine as far as current HTML parsing goes (demo)."
14:05
<zcorpan>
Feel free to clarify
14:06
<aja>
mathml in svg? or svg in mathml?
14:07
<zcorpan>
aja: MathML in HTML. See https://github.com/w3c/mathml-core/issues/142
14:17
<bkardell>
thanks zcorpan