html5/spec Overview.html,1.1279,1.1280

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

Modified Files:
	Overview.html 
Log Message:
indenting errors (whatwg r2107)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1279
retrieving revision 1.1280
diff -u -d -r1.1279 -r1.1280
--- Overview.html	23 Aug 2008 08:05:19 -0000	1.1279
+++ Overview.html	23 Aug 2008 09:01:18 -0000	1.1280
@@ -16504,9 +16504,9 @@
 
    <pre>&lt;!-- This is the correct way to do things. -->
 &lt;p>
-You are standing in an open field west of a house.
-<strong>&lt;img src="house.jpeg" alt="The house is white, with a boarded front door."></strong>
-There is a small mailbox here.
+ You are standing in an open field west of a house.
+ <strong>&lt;img src="house.jpeg" alt="The house is white, with a boarded front door."></strong>
+ There is a small mailbox here.
 &lt;/p></pre>
 
    <p>Second, here's the bad solution. In this incorrect way of doing things,
@@ -16516,9 +16516,9 @@
 
    <pre class=bad>&lt;!-- <em>This is the wrong way to do things.</em> -->
 &lt;p>
-You are standing in an open field west of a house.
-&lt;img src="house.jpeg" alt="A white house, with a boarded front door.">
-There is a small mailbox here.
+ You are standing in an open field west of a house.
+ &lt;img src="house.jpeg" alt="A white house, with a boarded front door.">
+ There is a small mailbox here.
 &lt;/p></pre>
   </div>
 
@@ -16541,9 +16541,9 @@
     attribute:</p>
 
    <pre>&lt;nav>
-&lt;p>&lt;a href="/help/"><strong>&lt;img src="/icons/help.png" alt=""></strong> Help&lt;/a>&lt;/p>
-&lt;p>&lt;a href="/configure/"><strong>&lt;img src="/icons/configuration.png" alt=""></strong>
-Configuration Tools&lt;/a>&lt;/p>
+ &lt;p>&lt;a href="/help/"><strong>&lt;img src="/icons/help.png" alt=""></strong> Help&lt;/a>&lt;/p>
+ &lt;p>&lt;a href="/configure/"><strong>&lt;img src="/icons/configuration.png" alt=""></strong>
+ Configuration Tools&lt;/a>&lt;/p>
 &lt;/nav></pre>
   </div>
 
@@ -16557,24 +16557,24 @@
     topic.</p>
 
    <pre>&lt;body>
-&lt;article>
-&lt;header>
- &lt;h1>Ratatouille wins &lt;i>Best Movie of the Year&lt;/i> award&lt;/h1>
- &lt;p><strong>&lt;img src="movies.png" alt="Movies"></strong>&lt;/p>
-&lt;/header>
-&lt;p>Pixar has won yet another &lt;i>Best Movie of the Year&lt;/i> award,
-making this its 8th win in the last 12 years.&lt;/p>
-&lt;/article>
-&lt;article>
-&lt;header>
- &lt;h1>Latest TWiT episode is online&lt;/h1>
- &lt;p><strong>&lt;img src="podcasts.png" alt="Podcasts"></strong>&lt;/p>
-&lt;/header>
-&lt;p>The latest TWiT episode has been posted, in which we hear
-several tech news stories as well as learning much more about the
-iPhone. This week, the panelists compare how reflective their
-iPhones' Apple logos are.&lt;/p>
-&lt;/article>
+ &lt;article>
+  &lt;header>
+   &lt;h1>Ratatouille wins &lt;i>Best Movie of the Year&lt;/i> award&lt;/h1>
+   &lt;p><strong>&lt;img src="movies.png" alt="Movies"></strong>&lt;/p>
+  &lt;/header>
+  &lt;p>Pixar has won yet another &lt;i>Best Movie of the Year&lt;/i> award,
+  making this its 8th win in the last 12 years.&lt;/p>
+ &lt;/article>
+ &lt;article>
+  &lt;header>
+   &lt;h1>Latest TWiT episode is online&lt;/h1>
+   &lt;p><strong>&lt;img src="podcasts.png" alt="Podcasts"></strong>&lt;/p>
+  &lt;/header>
+  &lt;p>The latest TWiT episode has been posted, in which we hear
+  several tech news stories as well as learning much more about the
+  iPhone. This week, the panelists compare how reflective their
+  iPhones' Apple logos are.&lt;/p>
+ &lt;/article>
 &lt;/body></pre>
   </div>
 
@@ -16613,18 +16613,18 @@
     name, and so doesn't have any alternative text:
 
    <pre>&lt;article>
-&lt;h2>News&lt;/h2>
-&lt;p>We have recently been looking at buying the <strong>&lt;img src="alpha.gif"
-alt=""> &Alpha;&Beta;&Gamma; company</strong>, a small Greek company
-specializing in our type of product.&lt;/p></pre>
+ &lt;h2>News&lt;/h2>
+ &lt;p>We have recently been looking at buying the <strong>&lt;img src="alpha.gif"
+ alt=""> &Alpha;&Beta;&Gamma; company</strong>, a small Greek company
+ specializing in our type of product.&lt;/p></pre>
 
    <p>In this third snippet, we have a logo being used in an aside, as part
     of the larger article discussing the acquisition:</p>
 
    <pre> <strong>&lt;aside>&lt;p>&lt;img src="alpha-large.gif" alt="">&lt;/p>&lt;/aside></strong>
-&lt;p>The &Alpha;&Beta;&Gamma; company has had a good quarter, and our
-pie chart studies of their accounts suggest a much bigger blue slice
-than its green and orange slices, which is always a good sign.&lt;/p>
+ &lt;p>The &Alpha;&Beta;&Gamma; company has had a good quarter, and our
+ pie chart studies of their accounts suggest a much bigger blue slice
+ than its green and orange slices, which is always a good sign.&lt;/p>
 &lt;/article></pre>
 
    <p>Finally, we have an opinion piece talking about a logo, and the logo is

Received on Saturday, 23 August 2008 09:01:58 UTC