Re: Scope of @role (or @class)

Olivier GENDRIN schrieb:
> 
> Imagine a page that list articles, indicating their copyrights. This
> page has also her own copyright :
> 
> <h1>Articles</h1>
> <dl>
> <dt>First article</dt>
> <dd role="copyright">&copy; John Doe</dd>
> </dl>
> 
> <p role="copyright">This page is under CC By licence.</p>
> 
> We have two solutions :
> - we specifies that role="copyright" indicates the copyright of the page.
> - we add a @scope attribute that will tell what content is concerned.

<section> and <article> are drafted. They imply a scope which could be 
reused for predefined classes.

--Dao

Received on Wednesday, 16 May 2007 11:44:29 UTC