[html5] r4614 - [t] (0) Mention that you shouldn't dereference an item type URL.

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 19 02:31:42 PST 2010


Author: ianh
Date: 2010-01-19 02:31:40 -0800 (Tue, 19 Jan 2010)
New Revision: 4614

Modified:
   complete.html
   index
   source
Log:
[t] (0) Mention that you shouldn't dereference an item type URL.

Modified: complete.html
===================================================================
--- complete.html	2010-01-19 08:22:17 UTC (rev 4613)
+++ complete.html	2010-01-19 10:31:40 UTC (rev 4614)
@@ -45441,6 +45441,24 @@
   <p>The <a href=#item-type>item type</a> must be a type defined in an <a href=#other-applicable-specifications title="other applicable specifications">applicable
   specification</a>.</p>
 
+  <div class=impl>
+
+   <p>Except if otherwise specified by that specification, the
+   <a href=#url>URL</a> given as the <a href=#item-type>item type</a> should not be
+   automatically dereferenced.</p>
+
+   <p class=note>A specification could define that its <a href=#item-type>item
+   type</a> can be derefenced to provide the user with help
+   information, for example. In fact, vocabulary authors are
+   encouraged to provide useful information at the given
+   <a href=#url>URL</a>.</p>
+
+   <p><a href=#item-type title="item type">Item types</a> are opaque
+   identifiers, and user agents must not dereference unknown <a href=#item-type title="item type">item types</a>, or otherwise deconstruct them,
+   in order to determine how to process <a href=#concept-item title=concept-item>items</a> that use them.</p>
+
+  </div>
+
   <p>The <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute must
   not be specified on elements that do not have an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute specified.</p>
 

Modified: index
===================================================================
--- index	2010-01-19 08:22:17 UTC (rev 4613)
+++ index	2010-01-19 10:31:40 UTC (rev 4614)
@@ -45341,6 +45341,24 @@
   <p>The <a href=#item-type>item type</a> must be a type defined in an <a href=#other-applicable-specifications title="other applicable specifications">applicable
   specification</a>.</p>
 
+  <div class=impl>
+
+   <p>Except if otherwise specified by that specification, the
+   <a href=#url>URL</a> given as the <a href=#item-type>item type</a> should not be
+   automatically dereferenced.</p>
+
+   <p class=note>A specification could define that its <a href=#item-type>item
+   type</a> can be derefenced to provide the user with help
+   information, for example. In fact, vocabulary authors are
+   encouraged to provide useful information at the given
+   <a href=#url>URL</a>.</p>
+
+   <p><a href=#item-type title="item type">Item types</a> are opaque
+   identifiers, and user agents must not dereference unknown <a href=#item-type title="item type">item types</a>, or otherwise deconstruct them,
+   in order to determine how to process <a href=#concept-item title=concept-item>items</a> that use them.</p>
+
+  </div>
+
   <p>The <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute must
   not be specified on elements that do not have an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute specified.</p>
 

Modified: source
===================================================================
--- source	2010-01-19 08:22:17 UTC (rev 4613)
+++ source	2010-01-19 10:31:40 UTC (rev 4614)
@@ -50612,6 +50612,26 @@
   title="other applicable specifications">applicable
   specification</span>.</p>
 
+  <div class="impl">
+
+   <p>Except if otherwise specified by that specification, the
+   <span>URL</span> given as the <span>item type</span> should not be
+   automatically dereferenced.</p>
+
+   <p class="note">A specification could define that its <span>item
+   type</span> can be derefenced to provide the user with help
+   information, for example. In fact, vocabulary authors are
+   encouraged to provide useful information at the given
+   <span>URL</span>.</p>
+
+   <p><span title="item type">Item types</span> are opaque
+   identifiers, and user agents must not dereference unknown <span
+   title="item type">item types</span>, or otherwise deconstruct them,
+   in order to determine how to process <span
+   title="concept-item">items</span> that use them.</p>
+
+  </div>
+
   <p>The <code title="attr-itemtype">itemtype</code> attribute must
   not be specified on elements that do not have an <code
   title="attr-itemscope">itemscope</code> attribute specified.</p>




More information about the Commit-Watchers mailing list