- From: Stéphane Corlosquet <scorlosquet@gmail.com>
- Date: Wed, 24 Aug 2011 13:02:34 -0400
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 UTC