html5/spec acknowledgements.html,1.1010,1.1011 browsers.html,1.995,1.996 dnd.html,1.6,1.7 editing.html,1.996,1.997 interactive-elements.html,1.993,1.994 spec.html,1.1080,1.1081 the-button-element.html,1.6,1.7 webappapis.html,1.123,1.124

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15234

Modified Files:
	acknowledgements.html browsers.html dnd.html editing.html 
	interactive-elements.html spec.html the-button-element.html 
	webappapis.html 
Log Message:
a number of typos and such (whatwg r5208)

[updated by splitter]


Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1010
retrieving revision 1.1011
diff -u -d -r1.1010 -r1.1011
--- acknowledgements.html	27 Jul 2010 22:06:45 -0000	1.1010
+++ acknowledgements.html	27 Jul 2010 22:36:53 -0000	1.1011
@@ -800,6 +800,7 @@
   田村健人 (TAMURA Kent),
   Ted Mielczarek,
   Terrence Wood,
+  Thomas Bouchardon,
   Thomas Broyer,
   Thomas O'Connor,
   Tim Altman,

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.993
retrieving revision 1.994
diff -u -d -r1.993 -r1.994
--- interactive-elements.html	2 Jul 2010 23:06:46 -0000	1.993
+++ interactive-elements.html	27 Jul 2010 22:36:54 -0000	1.994
@@ -3445,7 +3445,7 @@
  </menu>
 &lt;/form&gt;</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>

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.996
retrieving revision 1.997
diff -u -d -r1.996 -r1.997
--- editing.html	21 Jul 2010 06:56:46 -0000	1.996
+++ editing.html	27 Jul 2010 22:36:53 -0000	1.997
@@ -1461,7 +1461,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="infrastructure.html#ascii-case-insensitive">ASCII
   case-insensitive</a> match for the string "<code title="">inherit</code>" then the content attribute must be removed,

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.995
retrieving revision 1.996
diff -u -d -r1.995 -r1.996
--- browsers.html	2 Jul 2010 23:06:44 -0000	1.995
+++ browsers.html	27 Jul 2010 22:36:53 -0000	1.996
@@ -420,8 +420,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="infrastructure.html#in-a-document" title="in a
-   document">in the <code>Document</code></a> <var title="">d</var>, in the <a href="infrastructure.html#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="infrastructure.html#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

Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-button-element.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- the-button-element.html	2 Jul 2010 23:06:47 -0000	1.6
+++ the-button-element.html	27 Jul 2010 22:36:54 -0000	1.7
@@ -793,7 +793,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="infrastructure.html#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>

Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec/dnd.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dnd.html	2 Jul 2010 23:06:44 -0000	1.6
+++ dnd.html	27 Jul 2010 22:36:53 -0000	1.7
@@ -930,7 +930,7 @@
 
 
    <li>Perform <dfn id="drag-and-drop-initialization-steps">drag-and-drop initialization steps</dfn> defined
-   in other relevant specificaations.</li>
+   in other relevant specifications.</li>
 
 
 
@@ -969,7 +969,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="text-level-semantics.html#the-a-element">a</a></code> element with an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code></dt>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1080
retrieving revision 1.1081
diff -u -d -r1.1080 -r1.1081
--- spec.html	27 Jul 2010 22:06:45 -0000	1.1080
+++ spec.html	27 Jul 2010 22:36:54 -0000	1.1081
@@ -333,7 +333,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">author edition</a>.
-This is revision 1.4142.
+This is revision 1.4143.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec/webappapis.html,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- webappapis.html	2 Jul 2010 23:06:48 -0000	1.123
+++ webappapis.html	27 Jul 2010 22:36:54 -0000	1.124
@@ -1199,7 +1199,7 @@
    and an alert saying "<code title="">[object&#160;HTMLBodyElement]</code>" whenever the user
    clicks something in the page.</p>
 
-  </div><p>The return value of the function is affects whether the event is
+  </div><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
@@ -1372,7 +1372,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><div class="impl">

Received on Tuesday, 27 July 2010 22:36:58 UTC