[html5] r4351 - [acgiowt] (0) Make itemid='' accept relative URLs.

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 27 11:54:50 PDT 2009


Author: ianh
Date: 2009-10-27 11:54:45 -0700 (Tue, 27 Oct 2009)
New Revision: 4351

Modified:
   complete.html
   index
   source
Log:
[acgiowt] (0) Make itemid='' accept relative URLs.

Modified: complete.html
===================================================================
--- complete.html	2009-10-27 18:50:55 UTC (rev 4350)
+++ complete.html	2009-10-27 18:54:45 UTC (rev 4351)
@@ -44931,12 +44931,11 @@
   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
@@ -85254,7 +85253,7 @@
     <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

Modified: index
===================================================================
--- index	2009-10-27 18:50:55 UTC (rev 4350)
+++ index	2009-10-27 18:54:45 UTC (rev 4351)
@@ -44749,12 +44749,11 @@
   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
@@ -76225,7 +76224,7 @@
     <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

Modified: source
===================================================================
--- source	2009-10-27 18:50:55 UTC (rev 4350)
+++ source	2009-10-27 18:54:45 UTC (rev 4351)
@@ -49976,14 +49976,15 @@
   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
@@ -93933,7 +93934,7 @@
      <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>




More information about the Commit-Watchers mailing list