Scope of @role (or @class)

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.

(I still evocate a similar problem a month ago :
http://lists.w3.org/Archives/Public/public-html/2007Apr/0048.html)

-- 
Olivier G.
http://www.lespacedunmatin.info/blog/

Received on Wednesday, 16 May 2007 11:14:31 UTC