Re: @rel syntax in RDFa (relevant to ISSUE-60 discussion), was: Using XMLNS in link/@rel

On 3/1/09 7:11 AM, Sam Ruby wrote:
>
> <a rel="cc:attributionURL" property="cc:attributionName" 
> xmlns:cc="http://creativecommons.org/ns#" 
> href="http://www.whitehouse.gov"> 

It occurs to me that HTML5 already addresses this sort of extension:

<a rel="cc:attributionURL"
      data-rdfa-property="cc:attributionName"
      data-ns-cc="http://creativecommons.org/ns#"
      href="http://www.whitehouse.gov">

http://dev.w3.org/html5/spec/Overview.html#custom-data-attribute

- Rob

Received on Sunday, 1 March 2009 18:42:38 UTC