How do Google and others determine the value of an itemprop on an Anchor tag?
<a href="foo.html" itemprop="barprop">Name Of Link</a>
In the example above, is the itemprop's value the href attribute, much like how the link tag is parsed? Or is the value the innerHTML, as a standard block element is parsed?
I've searched quite a bit and cannot find the answer. I'm open to all answers, but I'd very much like a source for the answers given so I can further investigate.
Thanks in advance!