hixie: Clarify exactly when you can use short unregistered identifiers in microdata. (whatwg r3666)

hixie: Clarify exactly when you can use short unregistered identifiers
in microdata. (whatwg r3666)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2844&r2=1.2845&f=h
http://html5.org/tools/web-apps-tracker?from=3665&to=3666

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2844
retrieving revision 1.2845
diff -u -d -r1.2844 -r1.2845
--- Overview.html 24 Aug 2009 08:00:41 -0000 1.2844
+++ Overview.html 24 Aug 2009 08:42:17 -0000 1.2845
@@ -38007,14 +38007,21 @@
    <li>A <a href="#predefined-global-property-name">predefined global property name</a> allowed in this
    situation, or</li>
 
-   <li>If the item's <a href="#item-type">item type</a> is itself a
-   <a href="#predefined-type">predefined type</a>: a <a href="#predefined-property-name">predefined property
-   name</a> allowed in this situation, or</li>
+   <li>If the item's <a href="#item-type">item type</a> is a <a href="#predefined-type">predefined
+   type</a>: a <a href="#predefined-property-name">predefined property name</a> allowed in
+   this situation, or</li>
+
+   <li>If the item has no <a href="#item-type">item type</a> but it is itself the
+   value of a property whose property name is a <a href="#predefined-property-name">predefined
+   property name</a>: a <a href="#predefined-property-name">predefined property name</a>
+   allowed in this situation, or</li>
 
    <li>If the item's <a href="#item-type">item type</a> is not a <a href="#predefined-type">predefined
-   type</a>: a string that contains no U+002E FULL STOP (.) or
-   U+003A COLON (:) characters, and that is not a <a href="#predefined-global-property-name">predefined
-   global property name</a>.</li>
+   type</a> and the item is not the value of a property whose
+   property name is a <a href="#predefined-property-name">predefined property name</a>: a string
+   that contains no U+002E FULL STOP (.) or U+003A COLON (:)
+   characters, and that is not a <a href="#predefined-global-property-name">predefined global property
+   name</a>.</li>
 
   </ul><p>The <dfn id="property-names">property names</dfn> of an element are the tokens that
   the element's <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute

Received on Monday, 24 August 2009 08:43:17 UTC