[html5] r1257 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue Feb 26 18:38:40 PST 2008
Author: ianh
Date: 2008-02-26 18:38:37 -0800 (Tue, 26 Feb 2008)
New Revision: 1257
Modified:
index
source
Log:
[e] (0) typos
Modified: index
===================================================================
--- index 2008-02-27 02:33:45 UTC (rev 1256)
+++ index 2008-02-27 02:38:37 UTC (rev 1257)
@@ -9050,9 +9050,9 @@
element, if the section in the tree was generated for a heading in the
above process.
- <p class=example>Selecting the first section of the document therefore
- always takes the user to the top of the document, regardless of where the
- first header in the <code><a href="#body0">body</a></code> is to be found.</p>
+ <p class=note>Selecting the first section of the document therefore always
+ takes the user to the top of the document, regardless of where the first
+ header in the <code><a href="#body0">body</a></code> is to be found.</p>
<!-- XXX assuming there is a body, anyway -->
<div class=note>
@@ -9071,7 +9071,7 @@
node = node.firstChild;
continue start;
}
- end: while (node) {
+ while (node) {
exit(node);
if (node.nextSibling) {
node = node.nextSibling;
Modified: source
===================================================================
--- source 2008-02-27 02:33:45 UTC (rev 1256)
+++ source 2008-02-27 02:38:37 UTC (rev 1257)
@@ -7397,7 +7397,7 @@
element, if the section in the tree was generated for a heading in
the above process.</p>
- <p class="example">Selecting the first section of the document
+ <p class="note">Selecting the first section of the document
therefore always takes the user to the top of the document,
regardless of where the first header in the <code>body</code> is to
be found.</p> <!-- XXX assuming there is a body, anyway -->
@@ -7419,7 +7419,7 @@
node = node.firstChild;
continue start;
}
- end: while (node) {
+ while (node) {
exit(node);
if (node.nextSibling) {
node = node.nextSibling;
More information about the Commit-Watchers
mailing list