[uf-discuss] Profile aliasing
Kevin Marks
kmarks at technorati.com
Tue Oct 25 14:53:29 PDT 2005
On Oct 25, 2005, at 1:12 PM, Danny Ayers wrote:
>
> So for example, WordPress contains:
>
> <div class="post">
> <!-- entry stuff -->
> </div>
>
> There is (assume) a one-to-one correspondence between this and the
> atomentry class. That would normally look like:
>
> <div class="atomentry">
> <!-- entry stuff -->
> </div>
>
> The Profile Alias Document contains something like:
>
> <dl class="alias">
> <dt id="post">post</dt>
> <dd>atomentry</dd>
> </dl>
>
> I would emphasise that I believe this would only make sense where a
> direct mapping between terms was possible, such that it could be
> encoded in a regular definition list. Nothing fancy.
Is this less work than them changing to:
<div class="post atomentry">
<!-- entry stuff -->
</div>
Or is the proposed gain that we get support for existing templates?
More information about the microformats-discuss
mailing list