[uf-new] Recipe status

Thomas Yde thomasyde at yahoo.dk
Sat Apr 26 09:02:25 PDT 2008


Toby A Inkster wrote:

> So, as amendments to Thomas' proposal, I'd like to see:
>
> 	* Replace class="title" with class="entry-title"
> 	* Replace class="summary" with class="entry-summary"
> 	* Replace class="dtpublished" with class="published"

There might be an issue here:

What if I want to make an hAtom entry containing a recipe with a  
different title and summay, e.g.;

<div class="hentry">
	<h1 class="entry-title">Blog post title</h1>
	<p class="entry-summary">Blog post summary</p>
	...
	<div class="hrecipe">
		<h2 class="entry-title">Recipe title</h2>
		<p class="entry-summary">Recipe summary</p>
		...
	</div>
</div>

How would an hAtom agent handle this?

-Thomas



More information about the microformats-new mailing list