#sknebel!tell gRegorLove: nevermind, it only talks about implied timezones on a different section of the page, so this really could use clarification (*not* implying timezones but implying dates (which php-mf2 already does) seems really odd)
#ZegnatIsn’t this up to consumers though? Or do mf parsers return normalised timestamps? I was under the impression that parsers should only return what was actually on the page (e.g. "end" would get value "21:00" not "2017-05-31T21:00+02:00")
#sknebelhappens. it took me ages to find and realize it applies as well
#ZegnatSo dt-* values with only a time only happen when there isn’t a single dt-* including a date on the entire page?
#ZegnatOr what does “in that microformat” mean? That it is scoped to the current h-*?
#sknebelZegnat: the latter, at least to my understanding
Garbee_ joined the channel
#ZegnatOh, hmm, and it only does applied date when vcp is used. So if I do <abbr class="dt-end" title="21:00">9 o’clock</abbr> the mf2 parser must return only "21:00".
#ZegnatNot so much a discussion of vcp (which is pretty clear) but on implied dates. Maybe implied dates should be removed from vcp and be moved to dt-* parsing?
#sknebelmaybe, there'd be easier to find there as well...
#sknebelwasn't entirely sure about the meaning, and twitter translate button made it worse :P
#ZegnatThey were asking how much support for v2 there is, compared to v1. So told them indieweb.org and W3 standards like Micropub are all v2, as well as parsers (with microformats.io link). If they do find a specific usecase for v1 I asked them to get in touch
#LoqigRegorLove: sknebel left you a message 4 hours, 1 minute ago: nevermind, it only talks about implied timezones on a different section of the page, so this really could use clarification (*not* implying timezones but implying dates (which php-mf2 already does) seems really odd)
#gRegorLoveI've got the VCP timezone fix working locally. Will run some more tests and PR today or tomorrow.
#Loqi[Zegnat] Oh, hmm, and it only does applied date when vcp is used. So if I do <abbr class="dt-end" title="21:00">9 o’clock</abbr> the mf2 parser must return only "21:00".
#gRegorLovetantek: I did not; raised the question about it last night; hadn't seen the issue yet.
#gRegorLoveI can implement it pretty easily though.
#tantekgRegorLove: html-lang and html-id to avoid confusing them with a possible actual property p-lang or p-id (which we don't have but might / could, especially from a vocabulary agnostic parser perspective)
tantek, AngeloGladding and Garbee joined the channel
#gRegorLovetantek: Looking at the lang parsing again, the "html-lang" key doesn't show up in properties, only within e-* objects and at the same level as "type" and "properties", so maybe the prefix isn't necessary?