[html5] r1254 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue Feb 26 12:43:03 PST 2008


Author: ianh
Date: 2008-02-26 12:42:59 -0800 (Tue, 26 Feb 2008)
New Revision: 1254

Modified:
   index
   source
Log:
[e] (0) typos in new examples

Modified: index
===================================================================
--- index	2008-02-26 11:09:53 UTC (rev 1253)
+++ index	2008-02-26 20:42:59 UTC (rev 1254)
@@ -8539,10 +8539,14 @@
 <aside>
  <q> People ask me what I do for fun when I'm not at work. But I'm
  paid to do my hobby, so I never know what to answer. </q>
-</aside></pre>
-   <p>Of course his work — or should that be hobby? — isn't
-   his only passion. He also enjoys other pleasures.</p> ...</div>
+</aside>
 
+<p>Of course his work — or should that be hobby? —
+isn't his only passion. He also enjoys other pleasures.</p>
+
+...</pre>
+  </div>
+
   <h4 id=the-h1><span class=secno>3.8.7 </span>The <dfn
    id=h1><code>h1</code></dfn>, <dfn id=h2><code>h2</code></dfn>, <dfn
    id=h3><code>h3</code></dfn>, <dfn id=h4><code>h4</code></dfn>, <dfn
@@ -9738,7 +9742,7 @@
    <dd>
     <pre
      class=idl>interface <dfn id=htmlolistelement>HTMLOListElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
-           attribute long <a href="#reversed0" title=dom-ol-reversed>reversed</a>;
+           attribute boolean <a href="#reversed0" title=dom-ol-reversed>reversed</a>;
            attribute long <a href="#start1" title=dom-ol-start>start</a>;
 };</pre>
   </dl>
@@ -9753,8 +9757,8 @@
 
   <p>The <dfn id=reversed title=attr-ol-reversed><code>reversed</code></dfn>
    attribute is a <a href="#boolean0">boolean attribute</a>. If present, it
-   indicates that the list is a descending list. If the attribute is present,
-   the list is an ascending list.
+   indicates that the list is an ascending list. If the attribute is present,
+   the list is a descending list.
 
   <p>The <dfn id=start0 title=attr-ol-start><code>start</code></dfn>
    attribute, if present, must be a <a href="#valid0">valid integer</a>
@@ -12691,8 +12695,7 @@
 API declaration.</p>
 <figure id="l4">
  <legend>Listing 4. The primary core interface API declaration.</legend>
- <pre><code>
-interface PrimaryCore {
+ <pre><code>interface PrimaryCore {
   boolean verifyDataLine();
   void sendData(in sequence&lt;byte> data);
   void initSelfDestruct();

Modified: source
===================================================================
--- source	2008-02-26 11:09:53 UTC (rev 1253)
+++ source	2008-02-26 20:42:59 UTC (rev 1254)
@@ -6893,7 +6893,7 @@
 <aside>
  <q> People ask me what I do for fun when I'm not at work. But I'm
  paid to do my hobby, so I never know what to answer. </q>
-</aside></pre>
+</aside>
 
 <p>Of course his work — or should that be hobby? —
 isn't his only passion. He also enjoys other pleasures.</p>
@@ -7949,7 +7949,7 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn>HTMLOListElement</dfn> : <span>HTMLElement</span> {
-           attribute long <span title="dom-ol-reversed">reversed</span>;
+           attribute boolean <span title="dom-ol-reversed">reversed</span>;
            attribute long <span title="dom-ol-start">start</span>;
 };</pre>
    </dd>
@@ -7964,8 +7964,8 @@
 
   <p>The <dfn title="attr-ol-reversed"><code>reversed</code></dfn>
   attribute is a <span>boolean attribute</span>. If present, it
-  indicates that the list is a descending list. If the attribute is
-  present, the list is an ascending list.</p>
+  indicates that the list is an ascending list. If the attribute is
+  present, the list is a descending list.</p>
 
   <p>The <dfn title="attr-ol-start"><code>start</code></dfn>
   attribute, if present, must be a <span>valid integer</span> giving
@@ -10606,8 +10606,7 @@
 API declaration.</p>
 <figure id="l4">
  <legend>Listing 4. The primary core interface API declaration.</legend>
- <pre><code>
-interface PrimaryCore {
+ <pre><code>interface PrimaryCore {
   boolean verifyDataLine();
   void sendData(in sequence&lt;byte> data);
   void initSelfDestruct();




More information about the Commit-Watchers mailing list