- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 24 Aug 2009 08:42:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29166
Modified Files:
Overview.html
Log Message:
Clarify exactly when you can use short unregistered identifiers in microdata. (whatwg r3666)
Index: Overview.html
===================================================================
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:42:30 UTC