In message
<[EMAIL PROTECTED]>, Charles
Iliya Krempeaux <[EMAIL PROTECTED]> writes

>In the spec, it mentions the HTTP "X-Pavatar" header...  Did you
>consider at all using the HTTP "Link" header instead?  As in...
>
>Link: <http://example.com/pic.png>; rel="pavatar"

ITYM:

        <link href="http://example.com/pic.png"; rel="pavatar">

which is in section 3b of the spec.


For this to be a microformat, I think most people would expect it to be
on an "a" or "img" element:

        <a href="http://example.com/pic.png"; rel="pavatar">

        <img src="http://example.com/pic.png"; class="pavatar">


-- 
Andy Mabbett

                        Merry Bloomin' Christmas!
_______________________________________________
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to