Skip to content

Commit

Permalink
[acgiowt] (0) Make itemid='' accept relative URLs.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4351 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 27, 2009
1 parent 027496a commit 67be4eb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
11 changes: 5 additions & 6 deletions complete.html
Expand Up @@ -44931,12 +44931,11 @@ <h4 id=items><span class=secno>5.2.2 </span>Items</h4>
Web.</p>

<p>The <code title=attr-itemid><a href=#attr-itemid>itemid</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>.</p>
specified, must have a value that is a <a href=#valid-url>valid URL</a>.</p>

<p>The <dfn id=global-identifier>global identifier</dfn> of an <a href=#concept-item title=concept-item>item</a> is the value of its element's <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> attribute, if it has one. If the
<code title=attr-itemid><a href=#attr-itemid>itemid</a></code> attribute is missing or its
value is the empty string, it is said to have no <a href=#global-identifier>global
<p>The <dfn id=global-identifier>global identifier</dfn> of an <a href=#concept-item title=concept-item>item</a> is the value of its element's <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> attribute, if it has one, <a href=#resolve-a-url title="resolve a url">resolved</a> relative to the element on
which the attribute is specified. If the <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> attribute is missing or if
resolving it fails, it is said to have no <a href=#global-identifier>global
identifier</a>.</p>

<p>The <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> attribute must not be
Expand Down Expand Up @@ -85254,7 +85253,7 @@ <h3 class=no-num id=attributes-0>Attributes</h3>
<tr><th> <code title="">itemid</code>
<td> <a href=#attr-itemid title=attr-itemid>HTML elements</a>
<td> <a href=#global-identifier>Global identifier</a> for a microdata item
<td> <a href=#absolute-url title="absolute URL">Valid absolute URL</a>
<td> <a href=#valid-url title="valid URL">Valid URL</a>
<tr><th> <code title="">itemprop</code>
<td> <a href=#names:-the-itemprop-attribute title=attr-itemprop>HTML elements</a>
<td> <a href=#property-names>Property names</a> of a microdata item
Expand Down
11 changes: 5 additions & 6 deletions index
Expand Up @@ -44749,12 +44749,11 @@ document.body.appendChild(outer);</pre>
Web.</p>

<p>The <code title=attr-itemid><a href=#attr-itemid>itemid</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>.</p>
specified, must have a value that is a <a href=#valid-url>valid URL</a>.</p>

<p>The <dfn id=global-identifier>global identifier</dfn> of an <a href=#concept-item title=concept-item>item</a> is the value of its element's <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> attribute, if it has one. If the
<code title=attr-itemid><a href=#attr-itemid>itemid</a></code> attribute is missing or its
value is the empty string, it is said to have no <a href=#global-identifier>global
<p>The <dfn id=global-identifier>global identifier</dfn> of an <a href=#concept-item title=concept-item>item</a> is the value of its element's <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> attribute, if it has one, <a href=#resolve-a-url title="resolve a url">resolved</a> relative to the element on
which the attribute is specified. If the <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> attribute is missing or if
resolving it fails, it is said to have no <a href=#global-identifier>global
identifier</a>.</p>

<p>The <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> attribute must not be
Expand Down Expand Up @@ -76225,7 +76224,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<tr><th> <code title="">itemid</code>
<td> <a href=#attr-itemid title=attr-itemid>HTML elements</a>
<td> <a href=#global-identifier>Global identifier</a> for a microdata item
<td> <a href=#absolute-url title="absolute URL">Valid absolute URL</a>
<td> <a href=#valid-url title="valid URL">Valid URL</a>
<tr><th> <code title="">itemprop</code>
<td> <a href=#names:-the-itemprop-attribute title=attr-itemprop>HTML elements</a>
<td> <a href=#property-names>Property names</a> of a microdata item
Expand Down
13 changes: 7 additions & 6 deletions source
Expand Up @@ -49976,14 +49976,15 @@ document.body.appendChild(outer);</pre>
Web.</p>

<p>The <code title="attr-itemid">itemid</code> attribute, if
specified, must have a value that is a <span>valid URL</span> that
is an <span>absolute URL</span>.</p>
specified, must have a value that is a <span>valid URL</span>.</p>

<p>The <dfn>global identifier</dfn> of an <span
title="concept-item">item</span> is the value of its element's <code
title="attr-itemid">itemid</code> attribute, if it has one. If the
<code title="attr-itemid">itemid</code> attribute is missing or its
value is the empty string, it is said to have no <span>global
title="attr-itemid">itemid</code> attribute, if it has one, <span
title="resolve a url">resolved</span> relative to the element on
which the attribute is specified. If the <code
title="attr-itemid">itemid</code> attribute is missing or if
resolving it fails, it is said to have no <span>global
identifier</span>.</p>

<p>The <code title="attr-itemid">itemid</code> attribute must not be
Expand Down Expand Up @@ -93933,7 +93934,7 @@ interface <span>HTMLDocument</span> {
<th> <code title="">itemid</code>
<td> <span title="attr-itemid">HTML elements</span>
<td> <span>Global identifier</span> for a microdata item
<td> <span title="absolute URL">Valid absolute URL</span>
<td> <span title="valid URL">Valid URL</span>
<tr>
<th> <code title="">itemprop</code>
<td> <span title="attr-itemprop">HTML elements</span>
Expand Down

0 comments on commit 67be4eb

Please sign in to comment.