In message <84ce626f0612300226y78cc0c99l532ed2f1c58e7131 at mail.gmail.com>, Charles Iliya Krempeaux <supercanadian at gmail.com> 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!