various typos (whatwg r3142)

various typos (whatwg r3142)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2300.html#dom-marquee-bgcolor
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2300.html#htmltablerowelement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2300.html#the-marquee-element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2300.html#attr-marquee-direction
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2300.html#dom-marquee-truespeed
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2300.html#dom-marquee-scrolldelay
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2300.html#attr-marquee-behavior-alternate
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2300.html#attr-marquee-behavior-scroll
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2300.html#attr-marquee-behavior-slide
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2300.html#dom-marquee-scrollamount
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2300.html#timeranges

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2299&r2=1.2300&f=h
http://html5.org/tools/web-apps-tracker?from=3141&to=3142

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2299
retrieving revision 1.2300
diff -u -d -r1.2299 -r1.2300
--- Overview.html 27 May 2009 01:00:50 -0000 1.2299
+++ Overview.html 27 May 2009 18:51:13 -0000 1.2300
@@ -19692,7 +19692,7 @@
   readonly attribute unsigned long <a href="#dom-timeranges-length" title="dom-TimeRanges-length">length</a>;
   float <a href="#dom-timeranges-start" title="dom-TimeRanges-start">start</a>(in unsigned long index);
   float <a href="#dom-timeranges-end" title="dom-TimeRanges-end">end</a>(in unsigned long index);
-};</pre><dl class="intro"><dt><var title="">media</var> . <code title="dom-TimeRanges-length"><a href="#dom-timeranges-length">length</a></code></dt>
+};</pre><dl class="domintro"><dt><var title="">media</var> . <code title="dom-TimeRanges-length"><a href="#dom-timeranges-length">length</a></code></dt>
 
    <dd>
 
@@ -23839,7 +23839,7 @@
   <p>The <code><a href="#the-tr-element">tr</a></code> element takes part in the <a href="#table-model">table
   model</a>.</p>
 
-  </div><dl class="intro"><dt><var title="">tr</var> . <code title="dom-tr-rowIndex"><a href="#dom-tr-rowindex">rowIndex</a></code></dt>
+  </div><dl class="domintro"><dt><var title="">tr</var> . <code title="dom-tr-rowIndex"><a href="#dom-tr-rowindex">rowIndex</a></code></dt>
 
    <dd>
 
@@ -63270,9 +63270,9 @@
      <td>&uarr; Up (Bottom to Top)
      <td>Bottom
      <td>Top
-     <td>&darr; Down (Top to Button)
+     <td>&darr; Down (Top to Bottom)
     <tr><td><a href="#attr-marquee-direction-down" title="attr-marquee-direction-down">down</a>
-     <td>&darr; Down (Top to Button)
+     <td>&darr; Down (Top to Bottom)
      <td>Top
      <td>Bottom
      <td>&uarr; Up (Bottom to Top)
@@ -63965,7 +63965,7 @@
     <tr><td><code title="">slide</code>
      <td><dfn id="attr-marquee-behavior-slide" title="attr-marquee-behavior-slide">slide</dfn>
     <tr><td><code title="">alternate</code>
-     <td><dfn id="attr-marquee-behavior-alternate" title="attr-marquee-behavior-alternate">scroll</dfn>
+     <td><dfn id="attr-marquee-behavior-alternate" title="attr-marquee-behavior-alternate">alternate</dfn>
   </table><p>The <i>missing value default</i> is the <a href="#attr-marquee-behavior-scroll" title="attr-marquee-behavior-scroll">scroll</a> state.</p>
 
   <hr><p>The <dfn id="attr-marquee-direction" title="attr-marquee-direction"><code>direction</code></dfn> content
@@ -64081,15 +64081,15 @@
   <p>The <dfn id="dom-marquee-bgcolor" title="dom-marquee-bgColor"><code>bgColor</code></dfn>
   DOM attribute must <a href="#reflect">reflect</a> the <code title="attr-marquee-bgcolor">bgcolor</code> content attribute.</p>
 
-  <p>The <dfn id="dom-marquee-scrollamount" title="dom-marquee-scrollAmount"><code>scrollAmount</code></dfn>,
+  <p>The <dfn id="dom-marquee-scrollamount" title="dom-marquee-scrollAmount"><code>scrollAmount</code></dfn>
   DOM attribute must <a href="#reflect">reflect</a> the <code title="attr-marquee-scrollamount">scrollamount</code> content
   attribute. The default value is 6.</p>
 
-  <p>The <dfn id="dom-marquee-scrolldelay" title="dom-marquee-scrollDelay"><code>scrollDelay</code></dfn>, DOM
+  <p>The <dfn id="dom-marquee-scrolldelay" title="dom-marquee-scrollDelay"><code>scrollDelay</code></dfn> DOM
   attribute must <a href="#reflect">reflect</a> the <code title="attr-marquee-scrolldelay">scrolldelay</code> content
   attribute. The default value is 85.</p>
 
-  <p>The <dfn id="dom-marquee-truespeed" title="dom-marquee-trueSpeed"><code>trueSpeed</code></dfn>, DOM
+  <p>The <dfn id="dom-marquee-truespeed" title="dom-marquee-trueSpeed"><code>trueSpeed</code></dfn> DOM
   attribute must <a href="#reflect">reflect</a> the <code title="attr-marquee-truespeed"><a href="#attr-marquee-truespeed">truespeed</a></code> content
   attribute.</p>

Received on Wednesday, 27 May 2009 18:54:20 UTC