[Bug 13007] should (resolved) itemid be unique within a document?

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

Manu Sporny <msporny@digitalbazaar.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msporny@digitalbazaar.com

--- Comment #2 from Manu Sporny <msporny@digitalbazaar.com> 2011-06-21 14:09:33 UTC ---
Fixed example: 

<span itemid="#foo" itemscope itemtype="http://schema.org/WebPage">
   <span itemprop="name">My Website and Blog</span>
</span>

<span itemid="#foo" itemscope itemtype="http://schema.org/BlogPost"> 
   <a itemprop="url" href="http://example.org/post-4">permalink</a>
</span>

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

Received on Tuesday, 21 June 2011 14:09:36 UTC