- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 17 Jan 2010 07:39:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv11717
Modified Files:
Overview.html
Log Message:
Microdata: Include some explanatory text for the way that 'pending' is processed in the itemprop/itemref processing model. (whatwg r4595)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Overview.html 11 Jan 2010 13:23:16 -0000 1.10
+++ Overview.html 17 Jan 2010 07:39:42 -0000 1.11
@@ -262,7 +262,7 @@
<h1>HTML5 Microdata</h1>
<h2 class="no-num no-toc" id="generatedID"></h2>
- <h2 class="no-num no-toc" id="editor-s-draft-11-january-2010">Editor's Draft 11 January 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-17-january-2010">Editor's Draft 17 January 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/md/">http://www.w3.org/TR/md/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -350,7 +350,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 11 January 2010 Editor's Draft.
+ This specification is the 17 January 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>.
<!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
@@ -1123,12 +1123,14 @@
(i.e. remove duplicates).</li>
<li><p>Otherwise, if one of the other elements in <var title="">pending</var> is an ancestor element of <var title="">candidate</var>, and that element is <var title="">scope</var>, then remove <var title="">candidate</var>
- from <var title="">pending</var>.</li>
+ from <var title="">pending</var> (since <var title="">candidate</var> will be reached anyway as part of
+ processing <var title="">scope</var>).</li>
<li><p>Otherwise, if one of the other elements in <var title="">pending</var> is an ancestor element of <var title="">candidate</var>, and either <var title="">scope</var> is
null or that element also has <var title="">scope</var> as its
nearest ancestor element with an <code title="attr-itemscope"><a href="#attr-itemscope">itemscope</a></code> attribute specified, then
- remove <var title="">candidate</var> from <var title="">pending</var>.</li>
+ remove <var title="">candidate</var> from <var title="">pending</var> (since <var title="">candidate</var> will
+ be reached anyway as part of processing <var title="">scope</var>).</li>
</ol></li>
Received on Sunday, 17 January 2010 07:39:46 UTC