[html5] r7833 - [e] (0) Clarify a number of places that were ambiguously using the word 'in'. Af [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Apr 14 16:03:24 PDT 2013
Author: ianh
Date: 2013-04-14 16:03:21 -0700 (Sun, 14 Apr 2013)
New Revision: 7833
Modified:
complete.html
index
source
Log:
[e] (0) Clarify a number of places that were ambiguously using the word 'in'.
Affected topics: DOM APIs, HTML
Modified: complete.html
===================================================================
--- complete.html 2013-04-14 07:26:14 UTC (rev 7832)
+++ complete.html 2013-04-14 23:03:21 UTC (rev 7833)
@@ -39751,7 +39751,7 @@
<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
@@ -41373,7 +41373,7 @@
<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>
@@ -41465,7 +41465,7 @@
<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>
@@ -41473,7 +41473,7 @@
<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>
@@ -55108,7 +55108,7 @@
<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>
Modified: index
===================================================================
--- index 2013-04-14 07:26:14 UTC (rev 7832)
+++ index 2013-04-14 23:03:21 UTC (rev 7833)
@@ -39751,7 +39751,7 @@
<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
@@ -41373,7 +41373,7 @@
<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>
@@ -41465,7 +41465,7 @@
<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>
@@ -41473,7 +41473,7 @@
<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>
@@ -55108,7 +55108,7 @@
<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>
Modified: source
===================================================================
--- source 2013-04-14 07:26:14 UTC (rev 7832)
+++ source 2013-04-14 23:03:21 UTC (rev 7833)
@@ -47892,7 +47892,7 @@
<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
@@ -49696,7 +49696,7 @@
<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>
@@ -49809,7 +49809,7 @@
<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>
@@ -49818,7 +49818,7 @@
<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>
@@ -65347,7 +65347,7 @@
<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
More information about the Commit-Watchers
mailing list