[html5] r3666 - [ac] (0) Clarify exactly when you can use short unregistered identifiers in micr [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 24 01:43:18 PDT 2009
Author: ianh
Date: 2009-08-24 01:43:17 -0700 (Mon, 24 Aug 2009)
New Revision: 3666
Modified:
index
source
Log:
[ac] (0) Clarify exactly when you can use short unregistered identifiers in microdata.
Modified: index
===================================================================
--- index 2009-08-24 08:01:41 UTC (rev 3665)
+++ index 2009-08-24 08:43:17 UTC (rev 3666)
@@ -42522,14 +42522,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
Modified: source
===================================================================
--- source 2009-08-24 08:01:41 UTC (rev 3665)
+++ source 2009-08-24 08:43:17 UTC (rev 3666)
@@ -47621,14 +47621,21 @@
<li>A <span>predefined global property name</span> allowed in this
situation, or</li>
- <li>If the item's <span>item type</span> is itself a
- <span>predefined type</span>: a <span>predefined property
- name</span> allowed in this situation, or</li>
+ <li>If the item's <span>item type</span> is a <span>predefined
+ type</span>: a <span>predefined property name</span> allowed in
+ this situation, or</li>
+ <li>If the item has no <span>item type</span> but it is itself the
+ value of a property whose property name is a <span>predefined
+ property name</span>: a <span>predefined property name</span>
+ allowed in this situation, or</li>
+
<li>If the item's <span>item type</span> is not a <span>predefined
- type</span>: a string that contains no U+002E FULL STOP (.) or
- U+003A COLON (:) characters, and that is not a <span>predefined
- global property name</span>.</li>
+ type</span> and the item is not the value of a property whose
+ property name is a <span>predefined property name</span>: a string
+ that contains no U+002E FULL STOP (.) or U+003A COLON (:)
+ characters, and that is not a <span>predefined global property
+ name</span>.</li>
</ul>
More information about the Commit-Watchers
mailing list