[html5] r1249 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 25 23:59:44 PST 2008


Author: ianh
Date: 2008-02-25 23:59:43 -0800 (Mon, 25 Feb 2008)
New Revision: 1249

Modified:
   index
   source
Log:
[e] (0) Fixing typographical errors in examples.

Modified: index
===================================================================
--- index	2008-02-26 04:32:06 UTC (rev 1248)
+++ index	2008-02-26 07:59:43 UTC (rev 1249)
@@ -9596,8 +9596,8 @@
 
    <pre><pre>                maxling
 
-it is with a     heart
-            heavy
+it is with a          heart
+               heavy
 
 that i admit loss of a feline
         so           loved
@@ -9774,12 +9774,12 @@
     using the <code><a href="#ol">ol</a></code> element.</p>
 
    <pre><p>I have lived in the following countries:</p>
-<ol>
+<ul>
  <li>Norway
  <li>Switzerland
  <li>United Kingdom
  <li>United States
-</ol></pre>
+</ul></pre>
 
    <p>Note that changing the order of the list does not change the meaning of
     the document. The items in the snippet above are given in alphabetical
@@ -9788,12 +9788,12 @@
     the document whatsoever:</p>
 
    <pre><p>I have lived in the following countries:</p>
-<ol>
+<ul>
  <li>Switzerland
  <li>Norway
  <li>United Kingdom
  <li>United States
-</ol></pre>
+</ul></pre>
   </div>
 
   <h4 id=the-li><span class=secno>3.11.3 </span>The <dfn
@@ -12599,8 +12599,7 @@
   boolean verifyDataLine();
   void sendData(in sequence&lt;byte> data);
   void initSelfDestruct();
-}
-</code></pre>
+}</code></pre>
 </figure>
 <p>The API is designed to use UTF-8.</p></pre>
   </div>
@@ -12655,7 +12654,7 @@
 Did gyre and gimble in the wabe;<br>
 All mimsy were the borogoves,<br>
 And the mome raths outgrabe.</p>
- <legend>Jabberwocky (first verse). Lewis Carroll, 1832-98</legend>
+ <legend><cite>Jabberwocky</cite> (first verse). Lewis Carroll, 1832-98</legend>
 </figure></pre>
   </div>
 

Modified: source
===================================================================
--- source	2008-02-26 04:32:06 UTC (rev 1248)
+++ source	2008-02-26 07:59:43 UTC (rev 1249)
@@ -7805,8 +7805,8 @@
 
    <pre><pre>                maxling
 
-it is with a     heart
-            heavy
+it is with a          heart
+               heavy
 
 that i admit loss of a feline
         so           loved
@@ -7966,12 +7966,12 @@
    the <code>ol</code> element.</p>
 
    <pre><p>I have lived in the following countries:</p>
-<ol>
+<ul>
  <li>Norway
  <li>Switzerland
  <li>United Kingdom
  <li>United States
-</ol></pre>
+</ul></pre>
 
    <p>Note that changing the order of the list does not change the
    meaning of the document. The items in the snippet above are given
@@ -7980,12 +7980,12 @@
    changing the meaning of the document whatsoever:</p>
 
    <pre><p>I have lived in the following countries:</p>
-<ol>
+<ul>
  <li>Switzerland
  <li>Norway
  <li>United Kingdom
  <li>United States
-</ol></pre>
+</ul></pre>
 
   </div>
 
@@ -10503,8 +10503,7 @@
   boolean verifyDataLine();
   void sendData(in sequence&lt;byte> data);
   void initSelfDestruct();
-}
-</code></pre>
+}</code></pre>
 </figure>
 <p>The API is designed to use UTF-8.</p></pre>
 
@@ -10565,7 +10564,7 @@
 Did gyre and gimble in the wabe;<br>
 All mimsy were the borogoves,<br>
 And the mome raths outgrabe.</p>
- <legend>Jabberwocky (first verse). Lewis Carroll, 1832-98</legend>
+ <legend><cite>Jabberwocky</cite> (first verse). Lewis Carroll, 1832-98</legend>
 </figure></pre>
 
   </div>




More information about the Commit-Watchers mailing list