[html5] r2107 - [e] (0) indenting errors

whatwg at whatwg.org whatwg at whatwg.org
Sat Aug 23 02:01:33 PDT 2008


Author: ianh
Date: 2008-08-23 02:01:31 -0700 (Sat, 23 Aug 2008)
New Revision: 2107

Modified:
   index
   source
Log:
[e] (0) indenting errors

Modified: index
===================================================================
--- index	2008-08-23 08:05:30 UTC (rev 2106)
+++ index	2008-08-23 09:01:31 UTC (rev 2107)
@@ -16496,9 +16496,9 @@
 
    <pre><!-- This is the correct way to do things. -->
 <p>
-You are standing in an open field west of a house.
-<strong><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><img src="house.jpeg" alt="The house is white, with a boarded front door."></strong>
+ There is a small mailbox here.
 </p></pre>
 
    <p>Second, here's the bad solution. In this incorrect way of doing things,
@@ -16508,9 +16508,9 @@
 
    <pre class=bad><!-- <em>This is the wrong way to do things.</em> -->
 <p>
-You are standing in an open field west of a house.
-<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.
+ <img src="house.jpeg" alt="A white house, with a boarded front door.">
+ There is a small mailbox here.
 </p></pre>
   </div>
 
@@ -16533,9 +16533,9 @@
     attribute:</p>
 
    <pre><nav>
-<p><a href="/help/"><strong><img src="/icons/help.png" alt=""></strong> Help</a></p>
-<p><a href="/configure/"><strong><img src="/icons/configuration.png" alt=""></strong>
-Configuration Tools</a></p>
+ <p><a href="/help/"><strong><img src="/icons/help.png" alt=""></strong> Help</a></p>
+ <p><a href="/configure/"><strong><img src="/icons/configuration.png" alt=""></strong>
+ Configuration Tools</a></p>
 </nav></pre>
   </div>
 
@@ -16549,24 +16549,24 @@
     topic.</p>
 
    <pre><body>
-<article>
-<header>
- <h1>Ratatouille wins <i>Best Movie of the Year</i> award</h1>
- <p><strong><img src="movies.png" alt="Movies"></strong></p>
-</header>
-<p>Pixar has won yet another <i>Best Movie of the Year</i> award,
-making this its 8th win in the last 12 years.</p>
-</article>
-<article>
-<header>
- <h1>Latest TWiT episode is online</h1>
- <p><strong><img src="podcasts.png" alt="Podcasts"></strong></p>
-</header>
-<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.</p>
-</article>
+ <article>
+  <header>
+   <h1>Ratatouille wins <i>Best Movie of the Year</i> award</h1>
+   <p><strong><img src="movies.png" alt="Movies"></strong></p>
+  </header>
+  <p>Pixar has won yet another <i>Best Movie of the Year</i> award,
+  making this its 8th win in the last 12 years.</p>
+ </article>
+ <article>
+  <header>
+   <h1>Latest TWiT episode is online</h1>
+   <p><strong><img src="podcasts.png" alt="Podcasts"></strong></p>
+  </header>
+  <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.</p>
+ </article>
 </body></pre>
   </div>
 
@@ -16605,18 +16605,18 @@
     name, and so doesn't have any alternative text:
 
    <pre><article>
-<h2>News</h2>
-<p>We have recently been looking at buying the <strong><img src="alpha.gif"
-alt=""> ΑΒΓ company</strong>, a small Greek company
-specializing in our type of product.</p></pre>
+ <h2>News</h2>
+ <p>We have recently been looking at buying the <strong><img src="alpha.gif"
+ alt=""> ΑΒΓ company</strong>, a small Greek company
+ specializing in our type of product.</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><aside><p><img src="alpha-large.gif" alt=""></p></aside></strong>
-<p>The ΑΒΓ 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.</p>
+ <p>The ΑΒΓ 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.</p>
 </article></pre>
 
    <p>Finally, we have an opinion piece talking about a logo, and the logo is

Modified: source
===================================================================
--- source	2008-08-23 08:05:30 UTC (rev 2106)
+++ source	2008-08-23 09:01:31 UTC (rev 2107)
@@ -14012,9 +14012,9 @@
 
    <pre><!-- This is the correct way to do things. -->
 <p>
-You are standing in an open field west of a house.
-<strong><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><img src="house.jpeg" alt="The house is white, with a boarded front door."></strong>
+ There is a small mailbox here.
 </p></pre>
 
    <p>Second, here's the bad solution. In this incorrect way of
@@ -14025,9 +14025,9 @@
 
    <pre class="bad"><!-- <em>This is the wrong way to do things.</em> -->
 <p>
-You are standing in an open field west of a house.
-<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.
+ <img src="house.jpeg" alt="A white house, with a boarded front door.">
+ There is a small mailbox here.
 </p></pre>
 
   </div>
@@ -14055,9 +14055,9 @@
    attribute:</p>
 
    <pre><nav>
-<p><a href="/help/"><strong><img src="/icons/help.png" alt=""></strong> Help</a></p>
-<p><a href="/configure/"><strong><img src="/icons/configuration.png" alt=""></strong>
-Configuration Tools</a></p>
+ <p><a href="/help/"><strong><img src="/icons/help.png" alt=""></strong> Help</a></p>
+ <p><a href="/configure/"><strong><img src="/icons/configuration.png" alt=""></strong>
+ Configuration Tools</a></p>
 </nav></pre>
 
   </div>
@@ -14073,24 +14073,24 @@
    indicating their topic.</p>
 
    <pre><body>
-<article>
-<header>
- <h1>Ratatouille wins <i>Best Movie of the Year</i> award</h1>
- <p><strong><img src="movies.png" alt="Movies"></strong></p>
-</header>
-<p>Pixar has won yet another <i>Best Movie of the Year</i> award,
-making this its 8th win in the last 12 years.</p>
-</article>
-<article>
-<header>
- <h1>Latest TWiT episode is online</h1>
- <p><strong><img src="podcasts.png" alt="Podcasts"></strong></p>
-</header>
-<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.</p>
-</article>
+ <article>
+  <header>
+   <h1>Ratatouille wins <i>Best Movie of the Year</i> award</h1>
+   <p><strong><img src="movies.png" alt="Movies"></strong></p>
+  </header>
+  <p>Pixar has won yet another <i>Best Movie of the Year</i> award,
+  making this its 8th win in the last 12 years.</p>
+ </article>
+ <article>
+  <header>
+   <h1>Latest TWiT episode is online</h1>
+   <p><strong><img src="podcasts.png" alt="Podcasts"></strong></p>
+  </header>
+  <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.</p>
+ </article>
 </body></pre>
 
   </div>
@@ -14131,18 +14131,18 @@
    company name, and so doesn't have any alternative text:
 
    <pre><article>
-<h2>News</h2>
-<p>We have recently been looking at buying the <strong><img src="alpha.gif"
-alt=""> ΑΒΓ company</strong>, a small Greek company
-specializing in our type of product.</p></pre>
+ <h2>News</h2>
+ <p>We have recently been looking at buying the <strong><img src="alpha.gif"
+ alt=""> ΑΒΓ company</strong>, a small Greek company
+ specializing in our type of product.</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><aside><p><img src="alpha-large.gif" alt=""></p></aside></strong>
-<p>The ΑΒΓ 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.</p>
+ <p>The ΑΒΓ 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.</p>
 </article></pre>
 
    <p>Finally, we have an opinion piece talking about a logo, and




More information about the Commit-Watchers mailing list