2019-06-05 UTC
[chrisaldrich], gRegorLove_, [tantek] and [fluffy] joined the channel
[tantek], [aaronpk], galaxie, [eddie], [frank], ichoquo0Aigh9ie, [Rose], gRegorLove, [kevinmarks786], jgay, [jgmac1106] and jgmac1106 joined the channel
[Zegnat], [frank], [kevinmarks786], KartikPrabhu and [jgmac1106] joined the channel
# 13:18 [jgmac1106] Got an email from someone who wants to use webmention badges with XP points.. I am thinking just p-category or would you consider XP points a p-rating, X points out of Y possible?
[tantek] joined the channel
# 14:06 jgmac1106 not good I couldn’t translate that, happy to ask for help in Telegram but the microformats MDN docs making the rounds
# 14:08 jgmac1106 aaronpk spent some time in Japan, I will ask for help…or you can do it at TPAC
# 14:08 aaronpk "It's a terrible translation. This is a story we're going to translate."
# 14:09 aaronpk which confused me at first until i realized they linked to the japanese version of the MDN wiki page
# 14:09 sknebel Wonder where that got picked up - just as a recent edit on mdn or did you send it to people?
# 14:13 jgmac1106 I translated the tweet, I think they want help translating the new mf2 page into Japanese,
KartikPrabhu, [tantek], [anomalily], [grantcodes], gRegorLove, jackjamieson, [kevinmarks786], [jgmac1106], [chrisaldrich] and [frank] joined the channel
KartikPrabhu, [cleverdevil], [tantek], jackjamieson and [kimberlyhirsh] joined the channel
# 23:42 jmac Hey friends - is this the right channel to bring MF2 parsing questions to, or is that indieweb-dev?
# 23:51 jmac OK. I'm also about to talk about Kicks Condor's HTML behind their back, so Kicks you're out there, 👋
# 23:53 jmac It does some stuff I haven't seen before (and which aren't in the MF2 test cases, that I know of) with piling many p- and h- attributes onto single elements, and I wanna do the right thing
# 23:54 jmac In particular there's a <a class="h-cite p-name u-in-reply-to">...</a> which is a little wacky
# 23:55 jmac My parser considers it a name property, which contains a h-cite item, and it throws out the u-in-reply-to (which is wrong on its face)
# 23:55 gRegorLove Yeah, it's legit to have multiple properties like that, though there may be a question of "what's the intent for consumers"
# 23:56 jmac The pin13.net parser is also weird... it does what my parser does, except also creates a u-in-reply-to property, and puts *another copy* of the while cite item into it?!
# 23:56 gRegorLove Yeah, I would expect an `in-reply-to` object of type h-cite and a `name` object of type h-cite
# 23:57 Loqi [Tantek Çelik] microformats2 parsing specification
# 23:59 gRegorLove That p-name should be inside the `u-in-reply-to h-cite` since it's the name (well, truncated) of your post, that he's citing
# 23:59 gRegorLove So I think that's a publishing bug by Kicks, but the parse is correct to the spec