Re: Why bound prefixes are an anti-pattern in language design

I wrote:
> consider this example:
>
> <div prefix-entry="http://tools.ietf.org/html/rfc4287#"
>       class="hentry">
>    <h2 class="entry-title">My foo article</h2>
>    <div class="entry-title">Hey this is foo.</div>
> </div>
correction:

<div class="entry-title">Hey this is foo.</div>

should be

<div class="entry-content">Hey this is foo.</div>

sigh!

-- 
Martin McEvoy
http://weborganics.co.uk/

Received on Thursday, 6 August 2009 13:19:41 UTC