- From: poot <cvsmail@w3.org>
- Date: Mon, 1 Jun 2009 18:33:15 +0900 (JST)
- To: public-html-diffs@w3.org
Fix some grammar errors errors. (bug 6769) (whatwg r3159) http://www.w3.org/Bugs/Public/show_bug.cgi?id=6769 Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2313.html#dom-htmloptionscollection-add http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2312&r2=1.2313&f=h http://html5.org/tools/web-apps-tracker?from=3158&to=3159 =================================================================== 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:33:48 UTC