[html5] r4595 - [e] (0) Microdata: Include some explanatory text for the way that 'pending' is p [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Jan 16 23:39:40 PST 2010
Author: ianh
Date: 2010-01-16 23:39:37 -0800 (Sat, 16 Jan 2010)
New Revision: 4595
Modified:
complete.html
index
source
Log:
[e] (0) Microdata: Include some explanatory text for the way that 'pending' is processed in the itemprop/itemref processing model.
Modified: complete.html
===================================================================
--- complete.html 2010-01-15 07:00:11 UTC (rev 4594)
+++ complete.html 2010-01-17 07:39:37 UTC (rev 4595)
@@ -110,7 +110,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 15 January 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 17 January 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -45687,12 +45687,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>
Modified: index
===================================================================
--- index 2010-01-15 07:00:11 UTC (rev 4594)
+++ index 2010-01-17 07:39:37 UTC (rev 4595)
@@ -112,7 +112,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 15 January 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 17 January 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -45587,12 +45587,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>
Modified: source
===================================================================
--- source 2010-01-15 07:00:11 UTC (rev 4594)
+++ source 2010-01-17 07:39:37 UTC (rev 4595)
@@ -50912,7 +50912,9 @@
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>.</p></li>
+ from <var title="">pending</var> (since <var
+ title="">candidate</var> will be reached anyway as part of
+ processing <var title="">scope</var>).</p></li>
<li><p>Otherwise, if one of the other elements in <var
title="">pending</var> is an ancestor element of <var
@@ -50921,7 +50923,9 @@
nearest ancestor element with an <code
title="attr-itemscope">itemscope</code> attribute specified, then
remove <var title="">candidate</var> from <var
- title="">pending</var>.</p></li>
+ title="">pending</var> (since <var title="">candidate</var> will
+ be reached anyway as part of processing <var
+ title="">scope</var>).</p></li>
</ol>
More information about the Commit-Watchers
mailing list