[Bug 8747] Defining how a license applies to elements

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8747





--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch>  2010-02-12 10:16:09 ---
If you have the image in the page, in RDFa it looks like:

   <img src="foobar.jpeg" alt="...">
   <a about="foobar.jpeg" rel="license" href="licence-uri">...</a>

With microdata it looks like:

   <div itemscope itemtype="http://n.whatwg.org/work">
     <img itemprop="work" src="foobar.jpeg" alt="...">
     <a itemprop="license" href="licence-uri">...</a>
   </div>


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Friday, 12 February 2010 10:16:10 UTC