[html5] r3159 - [e] (0) Fix some grammar errors errors. (bug 6769)
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 1 02:31:41 PDT 2009
Author: ianh
Date: 2009-06-01 02:31:40 -0700 (Mon, 01 Jun 2009)
New Revision: 3159
Modified:
index
source
Log:
[e] (0) Fix some grammar errors errors. (bug 6769)
Modified: index
===================================================================
--- index 2009-06-01 09:27:23 UTC (rev 3158)
+++ index 2009-06-01 09:31:40 UTC (rev 3159)
@@ -6525,14 +6525,14 @@
steps.</li>
<li><p>If <var title="">element</var> is an ancestor of the
- <code><a href=#the-select-element>select</a></code> element element on which the
+ <code><a href=#the-select-element>select</a></code> element on which the
<code><a href=#htmloptionscollection-0>HTMLOptionsCollection</a></code> is rooted, then throw a
<code><a href=#hierarchy_request_err>HIERARCHY_REQUEST_ERR</a></code> exception.</li>
<li><p>If <var title="">before</var> is an element, but that
- element isn't a descendant of the <code><a href=#the-select-element>select</a></code> element
- element on which the <code><a href=#htmloptionscollection-0>HTMLOptionsCollection</a></code> is rooted,
- then throw a <code><a href=#not_found_err>NOT_FOUND_ERR</a></code> exception.</li>
+ element isn't a descendant of the <code><a href=#the-select-element>select</a></code> element on
+ which the <code><a href=#htmloptionscollection-0>HTMLOptionsCollection</a></code> is rooted, then throw
+ a <code><a href=#not_found_err>NOT_FOUND_ERR</a></code> exception.</li>
<li><p>If <var title="">element</var> and <var title="">before</var> are the same element, then return and abort
these steps.</li>
@@ -6540,7 +6540,7 @@
<li><p>If <var title="">before</var> is a node, then let <var title="">reference</var> be that node. Otherwise, if <var title="">before</var> is an integer, and there is a <var title="">before</var>th node in the collection, let <var title="">reference</var> be that node. Otherwise, let <var title="">reference</var> be null.</li>
<li><p>If <var title="">reference</var> is not null, let <var title="">parent</var> be the parent node of <var title="">reference</var>. Otherwise, let <var title="">parent</var>
- be the <code><a href=#the-select-element>select</a></code> element element on which the
+ be the <code><a href=#the-select-element>select</a></code> element on which the
<code><a href=#htmloptionscollection-0>HTMLOptionsCollection</a></code> is rooted.</li>
<li><p>Act as if the DOM Core <code title=dom-insertBefore>insertBefore()</code> method was invoked
Modified: source
===================================================================
--- source 2009-06-01 09:27:23 UTC (rev 3158)
+++ source 2009-06-01 09:31:40 UTC (rev 3159)
@@ -6478,14 +6478,14 @@
steps.</li>
<li><p>If <var title="">element</var> is an ancestor of the
- <code>select</code> element element on which the
+ <code>select</code> element on which the
<code>HTMLOptionsCollection</code> is rooted, then throw a
<code>HIERARCHY_REQUEST_ERR</code> exception.</li>
<li><p>If <var title="">before</var> is an element, but that
- element isn't a descendant of the <code>select</code> element
- element on which the <code>HTMLOptionsCollection</code> is rooted,
- then throw a <code>NOT_FOUND_ERR</code> exception.</p></li>
+ element isn't a descendant of the <code>select</code> element on
+ which the <code>HTMLOptionsCollection</code> is rooted, then throw
+ a <code>NOT_FOUND_ERR</code> exception.</p></li>
<li><p>If <var title="">element</var> and <var
title="">before</var> are the same element, then return and abort
@@ -6501,7 +6501,7 @@
<li><p>If <var title="">reference</var> is not null, let <var
title="">parent</var> be the parent node of <var
title="">reference</var>. Otherwise, let <var title="">parent</var>
- be the <code>select</code> element element on which the
+ be the <code>select</code> element on which the
<code>HTMLOptionsCollection</code> is rooted.</p></li>
<li><p>Act as if the DOM Core <code
More information about the Commit-Watchers
mailing list