[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.
#aaronpkotherwise clicking that link would attempt to log in to example.com with the username "foo"
#btremwhoops, typo. Yes, that should be <a class="u-url" href="mailto:foo@example.com">foo@example.com</a>
#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.
#aaronpktry putting just "foo@example.com" into a link and clicking it
#aaronpkthe prefixes tell the parser where to get the value from
#aaronpku- means get the value from the href or src attribute
#btremIn that case, I'm correct to use <span class="p-email">foo@example.com</span>
[KevinMarks] joined the channel
#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,