[Bug 13825] Suggestion: http://www.w3.org/TR/microdata/

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

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://www.w3.org/mid/CAJSC |http://www.w3.org/mid/CAJSC
                   |MeFUcZhj9zEABTmSU5T6a1BUTJu |MeFUcZhj9zEABTmSU5T6a1BUTJu
                   |h194dZO=JBObqZ6jx4A@mail.gm |h194dZO=JBObqZ6jx4A@mail.gm
                   |ail.com                     |ail.com
                 CC|                            |jackalmage@gmail.com

--- Comment #1 from Tab Atkins Jr. <jackalmage@gmail.com> 2011-08-18 14:42:25 UTC ---
Sorry, but this won't work.  Elements with both @itemscope and @itemprop
already have a meaning - that's how you indicate that a property of some other
item is an item itself.  Here's an example:

<div itemscope itemtype="person">
  <p itemprop=name>Tab Atkins</p>
  <p itemprop=location itemscope itemtype="geo">Current Location:
    <span itemprop=lat>37</span>°, 
    <span itemprop=long>-122</span>°
  </p>
</div>

Here, the "location" property from the "person" vocabulary is a Microdata item
from the "geo" vocabulary.

-- 
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 Thursday, 18 August 2011 14:42:32 UTC