• #microformats 2020-10-16
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#microformats ≡
  • ←
  • →
2020-10-16 UTC
# 19:26
btrem
I 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?