"hAtom isn't
really intended for syndication at all: it's designed to describe the
microcontent on webpages, such as blog posts. We used Atom because it
provides a well-defined nomenclature for describing such elements." [David Janes]
hfeed
hfeed is the root class value. It is comprised of one or more hentry class values, e.g.,
<div class="hfeed">
<div class="hentry">...</div>
<div class="hentry">...</div>
<div class="hentry">...</div>
</div>
hentry
The mandatory properties of hentry are:
entry-title
updated
published
author
<div class="hentry">
<h1 class="entry-title">It takes years of training to think simply</h1>