- From: poot <cvsmail@w3.org>
- Date: Wed, 28 Oct 2009 04:54:05 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make itemid='' accept relative URLs. (whatwg r4351) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3483&r2=1.3484&f=h http://html5.org/tools/web-apps-tracker?from=4350&to=4351 =================================================================== 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 20:12:21 UTC