Skip to content

Commit

Permalink
[t] (0) Mention that you shouldn't dereference an item type URL.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4614 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 19, 2010
1 parent 83bafd6 commit aa2e036
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
18 changes: 18 additions & 0 deletions complete.html
Expand Up @@ -45441,6 +45441,24 @@ <h4 id=items><span class=secno>5.2.2 </span>Items</h4>
<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>

Expand Down
18 changes: 18 additions & 0 deletions index
Expand Up @@ -45341,6 +45341,24 @@ document.body.appendChild(outer);</pre>
<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>

Expand Down
20 changes: 20 additions & 0 deletions source
Expand Up @@ -50612,6 +50612,26 @@ document.body.appendChild(outer);</pre>
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>
Expand Down

0 comments on commit aa2e036

Please sign in to comment.