Skip to content

Commit

Permalink
[c] (0) A few restrictions we can remove now that we are no longer tr…
Browse files Browse the repository at this point in the history
…ying to make the property names unambiguously convertible to URLs and are no longer planning for short types that can be converted to URLs.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13765

git-svn-id: http://svn.whatwg.org/webapps@6432 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 12, 2011
1 parent ef385ec commit 29973f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 23 deletions.
10 changes: 3 additions & 7 deletions complete.html
Expand Up @@ -57140,10 +57140,7 @@ <h4 id=items><span class=secno>5.2.2 </span>Items</h4>

<p>The <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute, if
specified, must have a value that is a <a href=#valid-url>valid URL</a> that
is an <a href=#absolute-url>absolute URL</a> for which the string "<code title="">http://www.w3.org/1999/xhtml/microdata#</code>" is not a
<a href=#prefix-match>prefix match</a>.</p> <!-- we disallow that prefix so that
we have somewhere to put future extensions, e.g. if we ever support
short type names -->
is an <a href=#absolute-url>absolute URL</a>.</p>

<p>The <dfn id=item-type>item type</dfn> of an <a href=#concept-item title=concept-item>item</a> is the value of its element's <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute, if it has one and
its value is not the empty string. If the <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute is missing or its
Expand Down Expand Up @@ -57245,9 +57242,8 @@ <h4 id=names:-the-itemprop-attribute><span class=secno>5.2.3 </span>Names: the <

<p>Each token must be either:</p>

<ul><li>A <a href=#valid-url>valid URL</a> that is an <a href=#absolute-url>absolute URL</a>
for which the string "<code title="">http://www.w3.org/1999/xhtml/microdata#</code>" is not a
<a href=#prefix-match>prefix match</a>, or</li>
<ul><li>A <a href=#valid-url>valid URL</a> that is an <a href=#absolute-url>absolute URL</a>,
or</li>

<li>If the item is a <a href=#typed-item>typed item</a>: a <dfn id=defined-property-name>defined
property name</dfn> allowed in this situation according to the
Expand Down
10 changes: 3 additions & 7 deletions index
Expand Up @@ -57007,10 +57007,7 @@ document.body.appendChild(outer);</pre>

<p>The <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute, if
specified, must have a value that is a <a href=#valid-url>valid URL</a> that
is an <a href=#absolute-url>absolute URL</a> for which the string "<code title="">http://www.w3.org/1999/xhtml/microdata#</code>" is not a
<a href=#prefix-match>prefix match</a>.</p> <!-- we disallow that prefix so that
we have somewhere to put future extensions, e.g. if we ever support
short type names -->
is an <a href=#absolute-url>absolute URL</a>.</p>

<p>The <dfn id=item-type>item type</dfn> of an <a href=#concept-item title=concept-item>item</a> is the value of its element's <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute, if it has one and
its value is not the empty string. If the <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute is missing or its
Expand Down Expand Up @@ -57112,9 +57109,8 @@ document.body.appendChild(outer);</pre>

<p>Each token must be either:</p>

<ul><li>A <a href=#valid-url>valid URL</a> that is an <a href=#absolute-url>absolute URL</a>
for which the string "<code title="">http://www.w3.org/1999/xhtml/microdata#</code>" is not a
<a href=#prefix-match>prefix match</a>, or</li>
<ul><li>A <a href=#valid-url>valid URL</a> that is an <a href=#absolute-url>absolute URL</a>,
or</li>

<li>If the item is a <a href=#typed-item>typed item</a>: a <dfn id=defined-property-name>defined
property name</dfn> allowed in this situation according to the
Expand Down
12 changes: 3 additions & 9 deletions source
Expand Up @@ -64409,11 +64409,7 @@ document.body.appendChild(outer);</pre>

<p>The <code title="attr-itemtype">itemtype</code> attribute, if
specified, must have a value that is a <span>valid URL</span> that
is an <span>absolute URL</span> for which the string "<code
title="">http://www.w3.org/1999/xhtml/microdata#</code>" is not a
<span>prefix match</span>.</p> <!-- we disallow that prefix so that
we have somewhere to put future extensions, e.g. if we ever support
short type names -->
is an <span>absolute URL</span>.</p>

<p>The <dfn>item type</dfn> of an <span
title="concept-item">item</span> is the value of its element's <code
Expand Down Expand Up @@ -64543,10 +64539,8 @@ document.body.appendChild(outer);</pre>

<ul>

<li>A <span>valid URL</span> that is an <span>absolute URL</span>
for which the string "<code
title="">http://www.w3.org/1999/xhtml/microdata#</code>" is not a
<span>prefix match</span>, or</li>
<li>A <span>valid URL</span> that is an <span>absolute URL</span>,
or</li>

<li>If the item is a <span>typed item</span>: a <dfn>defined
property name</dfn> allowed in this situation according to the
Expand Down

0 comments on commit 29973f5

Please sign in to comment.