Starting from a basic markup like this: [[[ This book has been authored by <a href="http://smith.org/john">John Smith</a>. ]]] I would like to markup both the textContent of the link ("John Smith") and the url from the href attribute. In RDFa this is done by adding a couple of attributes to the a element. It would read like this: [[[ This book has been authored by <a property="name" rel="url" href=" http://smith.org/john">John Smith</a>. ]]] Is there any way to do the same in microdata without adding a new HTML element to the markup? Steph.Received on Wednesday, 24 August 2011 10:02:34 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 30 January 2013 18:48:05 GMT