- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Jun 2009 09:31:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12045
Modified Files:
Overview.html
Log Message:
Fix some grammar errors errors. (bug 6769) (whatwg r3159)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2312
retrieving revision 1.2313
diff -u -d -r1.2312 -r1.2313
--- Overview.html 1 Jun 2009 09:27:28 -0000 1.2312
+++ Overview.html 1 Jun 2009 09:31:45 -0000 1.2313
@@ -5948,14 +5948,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>
@@ -5963,7 +5963,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
Received on Monday, 1 June 2009 09:31:55 UTC