[html5] r5208 - [e] (0) a number of typos and such
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 27 15:31:46 PDT 2010
Author: ianh
Date: 2010-07-27 15:31:45 -0700 (Tue, 27 Jul 2010)
New Revision: 5208
Modified:
complete.html
index
source
Log:
[e] (0) a number of typos and such
Modified: complete.html
===================================================================
--- complete.html 2010-07-27 21:56:28 UTC (rev 5207)
+++ complete.html 2010-07-27 22:31:45 UTC (rev 5208)
@@ -42673,7 +42673,7 @@
<p>On setting, the <code title=dom-select-value><a href=#dom-select-value>value</a></code>
attribute must set the <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> of all the
<code><a href=#the-option-element>option</a></code> elements in the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a> to false,
- and then first the <code><a href=#the-option-element>option</a></code> element in the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>, in
+ and then the first <code><a href=#the-option-element>option</a></code> element in the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>, in
<a href=#tree-order>tree order</a>, whose <a href=#concept-option-value title=concept-option-value>value</a> is equal to the given new
value, if any, must have its <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> set to
true.</p>
@@ -49354,7 +49354,7 @@
</menu>
</form></pre>
- <p>This adds to items to the control's context menu, one called
+ <p>This adds two items to the control's context menu, one called
"Pick random name", and one called "Prefill other fields based on
name". They invoke scripts that are not shown in the example
above.</p>
@@ -56933,8 +56933,8 @@
<li><p>For each <a href=#child-browsing-context>child browsing context</a> of <var title="">d</var> that is <a href=#browsing-context-nested-through title="browsing context nested
through">nested through</a> an element that is <a href=#in-a-document title="in a
- document">in the <code>Document</code></a> <var title="">d</var>, in the <a href=#tree-order>tree order</a> of the elements of
- the elements nesting those <a href=#browsing-context title="browsing context">browsing
+ document">in the <code>Document</code></a> <var title="">d</var>, in the <a href=#tree-order>tree order</a> of the elements
+ nesting those <a href=#browsing-context title="browsing context">browsing
contexts</a>, append to the list <var title="">list</var> the
<a href=#list-of-the-descendant-browsing-contexts>list of the descendant browsing contexts</a> of the
<a href=#active-document>active document</a> of that <a href=#child-browsing-context>child browsing
@@ -63577,7 +63577,7 @@
</div>
- <p>The return value of the function is affects whether the event is
+ <p>The return value of the function affects whether the event is
canceled or not: <span class=impl>as described above,</span> if
the return value is false, the event is canceled (except for <code class=event-mouseover>mouseover</code> events, where the return
value has to be true to cancel the event). With <code title=event-beforeunload>beforeunload</code> events, the value is
@@ -63759,7 +63759,7 @@
set to zero. <a href="#r-e-f-sPROGRESS">[PROGRESS]</a></p>
(also fix reference in line above)-->
- <p>The default action of these event is to do nothing except where
+ <p>The default action of these events is to do nothing except where
otherwise stated.</p>
</div>
@@ -66305,7 +66305,7 @@
<p>The <dfn id=dom-contenteditable title=dom-contentEditable><code>contentEditable</code></dfn> IDL
attribute, on getting, must return the string "<code title="">true</code>" if the content attribute is set to the true
- state, <code title="">false</code>" if the content attribute is set
+ state, "<code title="">false</code>" if the content attribute is set
to the false state, and "<code title="">inherit</code>"
otherwise. On setting, if the new value is an <a href=#ascii-case-insensitive>ASCII
case-insensitive</a> match for the string "<code title="">inherit</code>" then the content attribute must be removed,
@@ -67494,7 +67494,8 @@
<li>
- <p>For each <var title="">node</var> in <var title="">nodes</var>:</p>
+ <p>For each <var title="">node</var> in the <a href=#list-of-dragged-nodes>list of
+ dragged nodes</a>:</p>
<dl><dt>If the node is an <code><a href=#the-a-element>a</a></code> element with an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code></dt>
@@ -95000,6 +95001,7 @@
田村健人 (TAMURA Kent),
Ted Mielczarek,
Terrence Wood,
+ Thomas Bouchardon,
Thomas Broyer,
Thomas O'Connor,
Tim Altman,
Modified: index
===================================================================
--- index 2010-07-27 21:56:28 UTC (rev 5207)
+++ index 2010-07-27 22:31:45 UTC (rev 5208)
@@ -42600,7 +42600,7 @@
<p>On setting, the <code title=dom-select-value><a href=#dom-select-value>value</a></code>
attribute must set the <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> of all the
<code><a href=#the-option-element>option</a></code> elements in the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a> to false,
- and then first the <code><a href=#the-option-element>option</a></code> element in the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>, in
+ and then the first <code><a href=#the-option-element>option</a></code> element in the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>, in
<a href=#tree-order>tree order</a>, whose <a href=#concept-option-value title=concept-option-value>value</a> is equal to the given new
value, if any, must have its <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> set to
true.</p>
@@ -49281,7 +49281,7 @@
</menu>
</form></pre>
- <p>This adds to items to the control's context menu, one called
+ <p>This adds two items to the control's context menu, one called
"Pick random name", and one called "Prefill other fields based on
name". They invoke scripts that are not shown in the example
above.</p>
@@ -56860,8 +56860,8 @@
<li><p>For each <a href=#child-browsing-context>child browsing context</a> of <var title="">d</var> that is <a href=#browsing-context-nested-through title="browsing context nested
through">nested through</a> an element that is <a href=#in-a-document title="in a
- document">in the <code>Document</code></a> <var title="">d</var>, in the <a href=#tree-order>tree order</a> of the elements of
- the elements nesting those <a href=#browsing-context title="browsing context">browsing
+ document">in the <code>Document</code></a> <var title="">d</var>, in the <a href=#tree-order>tree order</a> of the elements
+ nesting those <a href=#browsing-context title="browsing context">browsing
contexts</a>, append to the list <var title="">list</var> the
<a href=#list-of-the-descendant-browsing-contexts>list of the descendant browsing contexts</a> of the
<a href=#active-document>active document</a> of that <a href=#child-browsing-context>child browsing
@@ -63524,7 +63524,7 @@
</div>
- <p>The return value of the function is affects whether the event is
+ <p>The return value of the function affects whether the event is
canceled or not: <span class=impl>as described above,</span> if
the return value is false, the event is canceled (except for <code class=event-mouseover>mouseover</code> events, where the return
value has to be true to cancel the event). With <code title=event-beforeunload>beforeunload</code> events, the value is
@@ -63706,7 +63706,7 @@
set to zero. <a href="#r-e-f-sPROGRESS">[PROGRESS]</a></p>
(also fix reference in line above)-->
- <p>The default action of these event is to do nothing except where
+ <p>The default action of these events is to do nothing except where
otherwise stated.</p>
</div>
@@ -66258,7 +66258,7 @@
<p>The <dfn id=dom-contenteditable title=dom-contentEditable><code>contentEditable</code></dfn> IDL
attribute, on getting, must return the string "<code title="">true</code>" if the content attribute is set to the true
- state, <code title="">false</code>" if the content attribute is set
+ state, "<code title="">false</code>" if the content attribute is set
to the false state, and "<code title="">inherit</code>"
otherwise. On setting, if the new value is an <a href=#ascii-case-insensitive>ASCII
case-insensitive</a> match for the string "<code title="">inherit</code>" then the content attribute must be removed,
@@ -67447,7 +67447,8 @@
<li>
- <p>For each <var title="">node</var> in <var title="">nodes</var>:</p>
+ <p>For each <var title="">node</var> in the <a href=#list-of-dragged-nodes>list of
+ dragged nodes</a>:</p>
<dl><dt>If the node is an <code><a href=#the-a-element>a</a></code> element with an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code></dt>
@@ -88188,6 +88189,7 @@
田村健人 (TAMURA Kent),
Ted Mielczarek,
Terrence Wood,
+ Thomas Bouchardon,
Thomas Broyer,
Thomas O'Connor,
Tim Altman,
Modified: source
===================================================================
--- source 2010-07-27 21:56:28 UTC (rev 5207)
+++ source 2010-07-27 22:31:45 UTC (rev 5208)
@@ -47683,7 +47683,7 @@
title="concept-option-selectedness">selectedness</span> of all the
<code>option</code> elements in the <span
title="concept-select-option-list">list of options</span> to false,
- and then first the <code>option</code> element in the <span
+ and then the first <code>option</code> element in the <span
title="concept-select-option-list">list of options</span>, in
<span>tree order</span>, whose <span
title="concept-option-value">value</span> is equal to the given new
@@ -55125,7 +55125,7 @@
</menu>
</form></pre>
- <p>This adds to items to the control's context menu, one called
+ <p>This adds two items to the control's context menu, one called
"Pick random name", and one called "Prefill other fields based on
name". They invoke scripts that are not shown in the example
above.</p>
@@ -64272,8 +64272,8 @@
title="">d</var> that is <span title="browsing context nested
through">nested through</span> an element that is <span title="in a
document">in the <code>Document</code></span> <var
- title="">d</var>, in the <span>tree order</span> of the elements of
- the elements nesting those <span title="browsing context">browsing
+ title="">d</var>, in the <span>tree order</span> of the elements
+ nesting those <span title="browsing context">browsing
contexts</span>, append to the list <var title="">list</var> the
<span>list of the descendant browsing contexts</span> of the
<span>active document</span> of that <span>child browsing
@@ -71984,7 +71984,7 @@
</div>
- <p>The return value of the function is affects whether the event is
+ <p>The return value of the function affects whether the event is
canceled or not: <span class="impl">as described above,</span> if
the return value is false, the event is canceled (except for <code
class="event-mouseover">mouseover</code> events, where the return
@@ -72197,7 +72197,7 @@
set to zero. <a href="#r-e-f-sPROGRESS">[PROGRESS]</a></p>
(also fix reference in line above)-->
- <p>The default action of these event is to do nothing except where
+ <p>The default action of these events is to do nothing except where
otherwise stated.</p>
</div>
@@ -75128,7 +75128,7 @@
title="dom-contentEditable"><code>contentEditable</code></dfn> IDL
attribute, on getting, must return the string "<code
title="">true</code>" if the content attribute is set to the true
- state, <code title="">false</code>" if the content attribute is set
+ state, "<code title="">false</code>" if the content attribute is set
to the false state, and "<code title="">inherit</code>"
otherwise. On setting, if the new value is an <span>ASCII
case-insensitive</span> match for the string "<code
@@ -76509,7 +76509,7 @@
<!--START w3c-html--><!--MD-->
<li>Perform <dfn>drag-and-drop initialization steps</dfn> defined
- in other relevant specificaations.</li>
+ in other relevant specifications.</li>
<!--START complete--><!--START epub--><!--START html-->
@@ -76551,8 +76551,8 @@
<li>
- <p>For each <var title="">node</var> in <var
- title="">nodes</var>:</p>
+ <p>For each <var title="">node</var> in the <span>list of
+ dragged nodes</span>:</p>
<dl>
@@ -108996,6 +108996,7 @@
田村健人 (TAMURA Kent),
Ted Mielczarek,
Terrence Wood,
+ Thomas Bouchardon,
Thomas Broyer,
Thomas O'Connor,
Tim Altman,
More information about the Commit-Watchers
mailing list