[html5] r6279 - [] (0) Clarify the role of vocab specifications w.r.t. itemid=''. Fixing http:// [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 7 15:59:56 PDT 2011


Author: ianh
Date: 2011-07-07 15:59:54 -0700 (Thu, 07 Jul 2011)
New Revision: 6279

Modified:
   complete.html
   index
   source
Log:
[] (0) Clarify the role of vocab specifications w.r.t. itemid=''.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13007

Modified: complete.html
===================================================================
--- complete.html	2011-07-07 22:53:55 UTC (rev 6278)
+++ complete.html	2011-07-07 22:59:54 UTC (rev 6279)
@@ -56893,6 +56893,14 @@
   vocabulary that does not <a href=#support-global-identifiers-for-items>support global identifiers for
   items</a>, as defined by that vocabulary's specification.</p>
 
+  <p>The exact meaning of a <a href=#global-identifier>global identifier</a> is
+  determined by the vocabulary's specification. It is up to such
+  specifications to define whether multiple items with the same global
+  identifier (whether on the same page or on different pages) are
+  allowed to exist, and what the processing rules for that vocabulary
+  are with respect to handling the case of multiple items with the
+  same ID.</p>
+
   <hr><p>Elements with an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code>
   attribute may have an <dfn id=attr-itemref title=attr-itemref><code>itemref</code></dfn> attribute specified,
   to give a list of additional elements to crawl to find the

Modified: index
===================================================================
--- index	2011-07-07 22:53:55 UTC (rev 6278)
+++ index	2011-07-07 22:59:54 UTC (rev 6279)
@@ -56765,6 +56765,14 @@
   vocabulary that does not <a href=#support-global-identifiers-for-items>support global identifiers for
   items</a>, as defined by that vocabulary's specification.</p>
 
+  <p>The exact meaning of a <a href=#global-identifier>global identifier</a> is
+  determined by the vocabulary's specification. It is up to such
+  specifications to define whether multiple items with the same global
+  identifier (whether on the same page or on different pages) are
+  allowed to exist, and what the processing rules for that vocabulary
+  are with respect to handling the case of multiple items with the
+  same ID.</p>
+
   <hr><p>Elements with an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code>
   attribute may have an <dfn id=attr-itemref title=attr-itemref><code>itemref</code></dfn> attribute specified,
   to give a list of additional elements to crawl to find the

Modified: source
===================================================================
--- source	2011-07-07 22:53:55 UTC (rev 6278)
+++ source	2011-07-07 22:59:54 UTC (rev 6279)
@@ -64218,6 +64218,14 @@
   vocabulary that does not <span>support global identifiers for
   items</span>, as defined by that vocabulary's specification.</p>
 
+  <p>The exact meaning of a <span>global identifier</span> is
+  determined by the vocabulary's specification. It is up to such
+  specifications to define whether multiple items with the same global
+  identifier (whether on the same page or on different pages) are
+  allowed to exist, and what the processing rules for that vocabulary
+  are with respect to handling the case of multiple items with the
+  same ID.</p>
+
   <hr>
 
   <p>Elements with an <code title="attr-itemscope">itemscope</code>




More information about the Commit-Watchers mailing list