[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>&lt;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>&lt;p>I have lived in the following countries:&lt;/p>
-&lt;ol>
+&lt;ul>
  &lt;li>Norway
  &lt;li>Switzerland
  &lt;li>United Kingdom
  &lt;li>United States
-&lt;/ol></pre>
+&lt;/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>&lt;p>I have lived in the following countries:&lt;/p>
-&lt;ol>
+&lt;ul>
  &lt;li>Switzerland
  &lt;li>Norway
  &lt;li>United Kingdom
  &lt;li>United States
-&lt;/ol></pre>
+&lt;/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&amp;lt;byte> data);
   void initSelfDestruct();
-}
-&lt;/code>&lt;/pre>
+}&lt;/code>&lt;/pre>
 &lt;/figure>
 &lt;p>The API is designed to use UTF-8.&lt;/p></pre>
   </div>
@@ -12655,7 +12654,7 @@
 Did gyre and gimble in the wabe;&lt;br>
 All mimsy were the borogoves,&lt;br>
 And the mome raths outgrabe.&lt;/p>
- &lt;legend>Jabberwocky (first verse). Lewis Carroll, 1832-98&lt;/legend>
+ &lt;legend>&lt;cite>Jabberwocky&lt;/cite> (first verse). Lewis Carroll, 1832-98&lt;/legend>
 &lt;/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>&lt;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>&lt;p>I have lived in the following countries:&lt;/p>
-&lt;ol>
+&lt;ul>
  &lt;li>Norway
  &lt;li>Switzerland
  &lt;li>United Kingdom
  &lt;li>United States
-&lt;/ol></pre>
+&lt;/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>&lt;p>I have lived in the following countries:&lt;/p>
-&lt;ol>
+&lt;ul>
  &lt;li>Switzerland
  &lt;li>Norway
  &lt;li>United Kingdom
  &lt;li>United States
-&lt;/ol></pre>
+&lt;/ul></pre>
 
   </div>
 
@@ -10503,8 +10503,7 @@
   boolean verifyDataLine();
   void sendData(in sequence&amp;lt;byte> data);
   void initSelfDestruct();
-}
-&lt;/code>&lt;/pre>
+}&lt;/code>&lt;/pre>
 &lt;/figure>
 &lt;p>The API is designed to use UTF-8.&lt;/p></pre>
 
@@ -10565,7 +10564,7 @@
 Did gyre and gimble in the wabe;&lt;br>
 All mimsy were the borogoves,&lt;br>
 And the mome raths outgrabe.&lt;/p>
- &lt;legend>Jabberwocky (first verse). Lewis Carroll, 1832-98&lt;/legend>
+ &lt;legend>&lt;cite>Jabberwocky&lt;/cite> (first verse). Lewis Carroll, 1832-98&lt;/legend>
 &lt;/figure></pre>
 
   </div>



More information about the Commit-Watchers mailing list