Skip to content

Commit

Permalink
[e] (0) Clarify a number of places that were ambiguously using the wo…
Browse files Browse the repository at this point in the history
…rd 'in'.

Affected topics: DOM APIs, HTML

git-svn-id: http://svn.whatwg.org/webapps@7833 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 14, 2013
1 parent 7a40877 commit a04b6ea
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -39751,7 +39751,7 @@ <h4 id=the-table-element><span class=secno>4.9.1 </span>The <dfn><code>table</co

<p>The <dfn id=dom-table-createtbody title=dom-table-createTBody><code>createTBody()</code></dfn>
method must create a new <code><a href=#the-tbody-element>tbody</a></code> element, insert it
immediately after the last <code><a href=#the-tbody-element>tbody</a></code> element in the
immediately after the last <code><a href=#the-tbody-element>tbody</a></code> element child in the
<code><a href=#the-table-element>table</a></code> element, if any, or at the end of the
<code><a href=#the-table-element>table</a></code> element if the <code><a href=#the-table-element>table</a></code> element has no
<code><a href=#the-tbody-element>tbody</a></code> element children, and then must return the new
Expand Down Expand Up @@ -41373,7 +41373,7 @@ <h5 id=forming-a-table><span class=secno>4.9.12.1 </span>Forming a table</h5>

<li>

<p>Let <var title="">current cell</var> be the first <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element
<p>Let <var title="">current cell</var> be the first <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element child
in the <code><a href=#the-tr-element>tr</a></code> element being processed.</p>

</li>
Expand Down Expand Up @@ -41465,15 +41465,15 @@ <h5 id=forming-a-table><span class=secno>4.9.12.1 </span>Forming a table</h5>

<li>

<p>If <var title="">current cell</var> is the last <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element in
<p>If <var title="">current cell</var> is the last <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element child in
the <code><a href=#the-tr-element>tr</a></code> element being processed, then increase <var title="">y<sub title="">current</sub></var> by 1, abort this set of steps, and return to the algorithm
above.</p>

</li>

<li>

<p>Let <var title="">current cell</var> be the next <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element
<p>Let <var title="">current cell</var> be the next <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element child
in the <code><a href=#the-tr-element>tr</a></code> element being processed.</p>

</li>
Expand Down Expand Up @@ -55108,7 +55108,7 @@ <h5 id=form-submission-algorithm><span class=secno>4.10.22.3 </span>Form submiss
<code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute.</li>

<li><p>If the <var title="">field</var> element is a <code><a href=#the-select-element>select</a></code> element, then for each
<code><a href=#the-option-element>option</a></code> element in the <code><a href=#the-select-element>select</a></code> element whose <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> is true and that is not <a href=#concept-option-disabled title=concept-option-disabled>disabled</a>, append an entry to the <var title="">form data
<code><a href=#the-option-element>option</a></code> element in the <code><a href=#the-select-element>select</a></code> element's <a href=#concept-select-option-list title=concept-select-option-list>list of options</a> whose <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> is true and that is not <a href=#concept-option-disabled title=concept-option-disabled>disabled</a>, append an entry to the <var title="">form data
set</var> with the <var title="">name</var> as the name, the <a href=#concept-option-value title=concept-option-value>value</a> of the <code><a href=#the-option-element>option</a></code> element as the value, and
<var title="">type</var> as the type.</li>

Expand Down
10 changes: 5 additions & 5 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -39751,7 +39751,7 @@ function AddCloud(data, x, y) { ... }</pre>

<p>The <dfn id=dom-table-createtbody title=dom-table-createTBody><code>createTBody()</code></dfn>
method must create a new <code><a href=#the-tbody-element>tbody</a></code> element, insert it
immediately after the last <code><a href=#the-tbody-element>tbody</a></code> element in the
immediately after the last <code><a href=#the-tbody-element>tbody</a></code> element child in the
<code><a href=#the-table-element>table</a></code> element, if any, or at the end of the
<code><a href=#the-table-element>table</a></code> element if the <code><a href=#the-table-element>table</a></code> element has no
<code><a href=#the-tbody-element>tbody</a></code> element children, and then must return the new
Expand Down Expand Up @@ -41373,7 +41373,7 @@ the cell that corresponds to the values of the two dice.

<li>

<p>Let <var title="">current cell</var> be the first <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element
<p>Let <var title="">current cell</var> be the first <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element child
in the <code><a href=#the-tr-element>tr</a></code> element being processed.</p>

</li>
Expand Down Expand Up @@ -41465,15 +41465,15 @@ the cell that corresponds to the values of the two dice.

<li>

<p>If <var title="">current cell</var> is the last <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element in
<p>If <var title="">current cell</var> is the last <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element child in
the <code><a href=#the-tr-element>tr</a></code> element being processed, then increase <var title="">y<sub title="">current</sub></var> by 1, abort this set of steps, and return to the algorithm
above.</p>

</li>

<li>

<p>Let <var title="">current cell</var> be the next <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element
<p>Let <var title="">current cell</var> be the next <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element child
in the <code><a href=#the-tr-element>tr</a></code> element being processed.</p>

</li>
Expand Down Expand Up @@ -55108,7 +55108,7 @@ fur
<code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute.</li>

<li><p>If the <var title="">field</var> element is a <code><a href=#the-select-element>select</a></code> element, then for each
<code><a href=#the-option-element>option</a></code> element in the <code><a href=#the-select-element>select</a></code> element whose <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> is true and that is not <a href=#concept-option-disabled title=concept-option-disabled>disabled</a>, append an entry to the <var title="">form data
<code><a href=#the-option-element>option</a></code> element in the <code><a href=#the-select-element>select</a></code> element's <a href=#concept-select-option-list title=concept-select-option-list>list of options</a> whose <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> is true and that is not <a href=#concept-option-disabled title=concept-option-disabled>disabled</a>, append an entry to the <var title="">form data
set</var> with the <var title="">name</var> as the name, the <a href=#concept-option-value title=concept-option-value>value</a> of the <code><a href=#the-option-element>option</a></code> element as the value, and
<var title="">type</var> as the type.</li>

Expand Down
10 changes: 5 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -47892,7 +47892,7 @@ function AddCloud(data, x, y) { ... }</pre>
<p>The <dfn
title="dom-table-createTBody"><code>createTBody()</code></dfn>
method must create a new <code>tbody</code> element, insert it
immediately after the last <code>tbody</code> element in the
immediately after the last <code>tbody</code> element child in the
<code>table</code> element, if any, or at the end of the
<code>table</code> element if the <code>table</code> element has no
<code>tbody</code> element children, and then must return the new
Expand Down Expand Up @@ -49696,7 +49696,7 @@ the cell that corresponds to the values of the two dice.

<li>

<p>Let <var title="">current cell</var> be the first <code>td</code> or <code>th</code> element
<p>Let <var title="">current cell</var> be the first <code>td</code> or <code>th</code> element child
in the <code>tr</code> element being processed.</p>

</li>
Expand Down Expand Up @@ -49809,7 +49809,7 @@ the cell that corresponds to the values of the two dice.

<li>

<p>If <var title="">current cell</var> is the last <code>td</code> or <code>th</code> element in
<p>If <var title="">current cell</var> is the last <code>td</code> or <code>th</code> element child in
the <code>tr</code> element being processed, then increase <var title="">y<sub
title="">current</sub></var> by 1, abort this set of steps, and return to the algorithm
above.</p>
Expand All @@ -49818,7 +49818,7 @@ the cell that corresponds to the values of the two dice.

<li>

<p>Let <var title="">current cell</var> be the next <code>td</code> or <code>th</code> element
<p>Let <var title="">current cell</var> be the next <code>td</code> or <code>th</code> element child
in the <code>tr</code> element being processed.</p>

</li>
Expand Down Expand Up @@ -65347,7 +65347,7 @@ fur
<code title="attr-fe-name">name</code> attribute.</p></li>

<li><p>If the <var title="">field</var> element is a <code>select</code> element, then for each
<code>option</code> element in the <code>select</code> element whose <span
<code>option</code> element in the <code>select</code> element's <span title="concept-select-option-list">list of options</span> whose <span
title="concept-option-selectedness">selectedness</span> is true and that is not <span
title="concept-option-disabled">disabled</span>, append an entry to the <var title="">form data
set</var> with the <var title="">name</var> as the name, the <span
Expand Down

0 comments on commit a04b6ea

Please sign in to comment.