• #microformats 2019-02-08
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#microformats ≡
  • ←
  • →
2019-02-08 UTC
# 18:39
Zegnat
[jgmac1106], the big one to remember about is that if you are putting properties (u-*, p-*, etc) on an element that also is an object (h-*) those are properties of its _parent_ object. So <div class="h-entry"><a class="h-card u-author"></a></div> means the h-card is the author of the h-entry. If you want properties within the h-card, those have to be on nested elements.