html5/spec Overview.html,1.3483,1.3484

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12956

Modified Files:
	Overview.html 
Log Message:
Make itemid='' accept relative URLs. (whatwg r4351)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3483
retrieving revision 1.3484
diff -u -d -r1.3483 -r1.3484
--- Overview.html	27 Oct 2009 18:50:59 -0000	1.3483
+++ Overview.html	27 Oct 2009 18:54:50 -0000	1.3484
@@ -39986,10 +39986,9 @@
   specified, to give a global identifier for the <a href="#concept-item" title="concept-item">item</a>, so that it can be related to other
   <a href="#concept-item" title="concept-item">items</a> on pages elsewhere on the
   Web.<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>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
+  specified, must have a value that is a <a href="#valid-url">valid URL</a>.<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>The <code title="attr-itemid"><a href="#attr-itemid">itemid</a></code> attribute must not be
   specified on elements that do not have both an <code title="attr-itemscope"><a href="#attr-itemscope">itemscope</a></code> attribute and an <code title="attr-itemtype"><a href="#attr-itemtype">itemtype</a></code> attribute specified, and must
   not be specified on elements with an <code title="attr-itemscope"><a href="#attr-itemscope">itemscope</a></code> attribute whose <code title="attr-itemtype"><a href="#attr-itemtype">itemtype</a></code> attribute specifies a
@@ -69607,7 +69606,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

Received on Tuesday, 27 October 2009 19:53:49 UTC