- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 23 Aug 2008 09:01:21 +0000
- To: public-html-commits@w3.org
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><!-- 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,
@@ -16516,9 +16516,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>
@@ -16541,9 +16541,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>
@@ -16557,24 +16557,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>
@@ -16613,18 +16613,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
Received on Saturday, 23 August 2008 09:01:58 UTC