[fluffy], [chrisbergr], [mapkyca], iwaim_, [jgmac1106], [tw2113_Slack_], [chrisaldrich], [jeremycherfas], [schmarty], [Yenly_Ma] and btrem joined the channel
btremI have a mf 2 question: markup for an email address in a link is<a class="u-url" href="foo@example.com">foo@example.com</a>What is the correct markup for an email address that is /not/ in a link? I use<span class="p-email">foo@example.com</span>Should I still use u-url? What are the parsing rules for u-* elements where there's no href attribute?
Loqiaaronpk: Zegnat left you a message 1 week, 1 day ago: can we make Loqi link to https microformats.org, now that we have a cert? I clicked on a link and was surprised that I was not logged in.
btremBut I'm wondering about cases where I don't use <a/> markup? Do I use 'p-url'? Or 'u-url'? I currently use p-*, but it's unclear (to me, at least), which is correct.
btremI guess the next question is, what do parsers do with it? I suppose for now, it doesn't matter, since (ISTM) Google et. al. only use mf 1.0 classnames,