[uf-discuss] Author in hAtom
André Luís
andr3.pt at gmail.com
Fri Feb 27 02:37:16 PST 2009
Edward,
My gut also told me this was valid. I even implemented hatom this way
in my blog.
After I read this thread, I went to check and lo and behold...
Operator transforms the author part of hatom into this:
object author {
0=posted by André Luís
}
Which is not what I wanted. I have an fn and url on that hcard.
After that, I checked Dmitry's Optimus and I got:
<hentry>
<author type="vcard">
<fn>André Luís</fn>
<url href="http://andr3.net">André Luís</url>
</author>
(...)
So I guess Operator is lacking this "cleverness". It apparently
doesn't treat the author vcard as vcard, but as a property of hentry.
Cheers,
--
André Luís
On Fri, Feb 27, 2009 at 12:48 AM, Edward O'Connor <hober0 at gmail.com> wrote:
>> Now, here's an example of a perfectly valid hCard:
>>
>> <p class="vcard">Hello, my name is <span class="fn">Jeremy Keith</span>.</p>
>>
>> So my question is: is this valid for hAtom?:
>>
>> <p class="author vcard">Hello, my name is <span class="fn">Jeremy
>> Keith</span>.</p>
>
> Yup, it's perfectly valid.
> _______________________________________________
> microformats-discuss mailing list
> microformats-discuss at microformats.org
> http://microformats.org/mailman/listinfo/microformats-discuss
>
More information about the microformats-discuss
mailing list