@threedaymonk↩️ it probably did: it helped Google et al index websites, then they got big enough to bludgeon everything with ML, at which point microformats became more of a threat to them (twitter.com/_/status/1488470632782340097)
zack[m], [jackjamieson], marksuth[d], diegov, mambang[m], juanchipro[m] and jacky joined the channel
jackyI don't think https://microformats.org/wiki/microformats2-parsing covers this but if I had an element with multiple e-contents, should I merge them together or just keep going with the "every property value is a list" and just append it?
[tantek][KevinMarks] I'm not sure I'd agree with "usually makes sense" unless you’ve written e-content consuming code, have joined them, and seen enough examples of that to determine that they "usually" make sense.
[KevinMarks]I was thinking of the things I've done in unmung in various places, and combining the multiple parts of an item that way works, and if you do it with an element with the class on then it will preserve the original segmentation. But fair point, it does need some experimenting. In general joining seems better preserving of markup intent than taking first or last with that class.
jackyI kinda wish we had some sort of 'microformats publishing in review' of what properties were used the most, the least, what were some new ones, etc