- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Jan 2010 06:47:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv25113
Modified Files:
Overview.html microdata.html spec.html
Log Message:
no need to mention sort order here, it's sorted later. (whatwg r4474)
[updated by splitter]
Index: microdata.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/microdata.html,v
retrieving revision 1.555
retrieving revision 1.556
diff -u -d -r1.555 -r1.556
--- microdata.html 3 Jan 2010 15:15:06 -0000 1.555
+++ microdata.html 5 Jan 2010 06:47:06 -0000 1.556
@@ -876,10 +876,8 @@
run the following steps:</p><ol><li><p>Let <var title="">root</var> be the element with the <code title="attr-itemscope"><a href="#attr-itemscope">itemscope</a></code> attribute.</p></li>
<li><p>Let <var title="">pending</var> be a stack of elements
- initially containing the child elements of <var title="">root</var>, if any, in <a href="infrastructure.html#tree-order">tree order</a> (so that
- the first child element of <var title="">root</var> will be the
- first one to be popped from the stack). This list will be the one
- that holds the elements that still need to be crawled.</p></li>
+ initially containing the child elements of <var title="">root</var>, if any. This list will be the one that holds
+ the elements that still need to be crawled.</p></li>
<li><p>Let <var title="">properties</var> be an empty list of
elements. This list will be the result of the algorithm: a list of
@@ -895,8 +893,8 @@
<p>For each element <var title="">candidate</var> in <var title="">pending</var>, run the following substeps:</p>
- <ol><li><p>Let <var title="">scope</var> be <var title="">candidate</var>'s nearest ancestor element with an <code title="attr-itemscope"><a href="#attr-itemscope">itemscope</a></code> attribute
- specified.</p></li>
+ <ol><li><p>Let <var title="">scope</var> be <var title="">candidate</var>'s nearest ancestor element with an <code title="attr-itemscope"><a href="#attr-itemscope">itemscope</a></code> attribute specified, if
+ any, or null otherwise.</p></li>
<li><p>If one of the other elements in <var title="">pending</var>
is also <var title="">candidate</var>, then remove <var title="">candidate</var> from <var title="">pending</var>
@@ -905,9 +903,10 @@
<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>.</p></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 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>.</p></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>.</p></li>
</ol></li>
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.571
retrieving revision 1.572
diff -u -d -r1.571 -r1.572
--- Overview.html 5 Jan 2010 06:37:20 -0000 1.571
+++ Overview.html 5 Jan 2010 06:47:05 -0000 1.572
@@ -281,7 +281,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3572.
+This is revision 1.3574.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.576
retrieving revision 1.577
diff -u -d -r1.576 -r1.577
--- spec.html 5 Jan 2010 06:37:20 -0000 1.576
+++ spec.html 5 Jan 2010 06:47:06 -0000 1.577
@@ -279,7 +279,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3572.
+This is revision 1.3574.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -22062,10 +22062,8 @@
run the following steps:</p><ol><li><p>Let <var title="">root</var> be the element with the <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute.</p></li>
<li><p>Let <var title="">pending</var> be a stack of elements
- initially containing the child elements of <var title="">root</var>, if any, in <a href=#tree-order>tree order</a> (so that
- the first child element of <var title="">root</var> will be the
- first one to be popped from the stack). This list will be the one
- that holds the elements that still need to be crawled.</p></li>
+ initially containing the child elements of <var title="">root</var>, if any. This list will be the one that holds
+ the elements that still need to be crawled.</p></li>
<li><p>Let <var title="">properties</var> be an empty list of
elements. This list will be the result of the algorithm: a list of
@@ -22081,8 +22079,8 @@
<p>For each element <var title="">candidate</var> in <var title="">pending</var>, run the following substeps:</p>
- <ol><li><p>Let <var title="">scope</var> be <var title="">candidate</var>'s nearest ancestor element with an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute
- specified.</p></li>
+ <ol><li><p>Let <var title="">scope</var> be <var title="">candidate</var>'s nearest ancestor element with an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute specified, if
+ any, or null otherwise.</p></li>
<li><p>If one of the other elements in <var title="">pending</var>
is also <var title="">candidate</var>, then remove <var title="">candidate</var> from <var title="">pending</var>
@@ -22091,9 +22089,10 @@
<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>.</p></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 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>.</p></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>.</p></li>
</ol></li>
Received on Tuesday, 5 January 2010 06:47:10 UTC