- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
 - Date: Thu, 12 Feb 2009 01:42:36 +0000
 - To: public-html-commits@w3.org
 
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7281
Modified Files:
	Overview.html 
Log Message:
<small> examples (credit: bl) (whatwg r2796)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1966
retrieving revision 1.1967
diff -u -d -r1.1966 -r1.1967
--- Overview.html	12 Feb 2009 01:21:33 -0000	1.1966
+++ Overview.html	12 Feb 2009 01:42:34 -0000	1.1967
@@ -10735,14 +10735,35 @@
  <p><small>© copyright 2038 Example Corp.</small></p>
 </footer></pre>
 
+  </div><div class=example>
+
    <p>In this second example, the <code><a href=#the-small-element>small</a></code> element is used
-   for a side comment.</p>
+   for a side comment in an article.</p>
 
    <pre><p>Example Corp today announced record profits for the
 second quarter <small>(Full Disclosure: Foo News is a subsidiary of
 Example Corp)</small>, leading to speculation about a third quarter
 merger with Demo Group.</p></pre>
 
+   <p>This is distinct from a sidebar, which might be multiple
+   paragraphs long and is removed from the main flow of text. In the
+   following example, we see a sidebar from the same article. This
+   sidebar also has small print, indicating the source of the
+   information in the sidebar.</p>
+
+   <pre><aside>
+ <h1>Example Corp</h1>
+ <p>This company mostly creates small software and Web
+ sites.</p>
+ <p>The Example Corp company mission is "To provide entertainment
+ and news on a sample basis".</p>
+ <p><small>Information obtained from <a
+ href="http://example.com/about.html">example.com</a> home
+ page.</small></p>
+</aside></pre>
+
+  </div><div class=example>
+
    <p>In this last example, the <code><a href=#the-small-element>small</a></code> element is marked
    as being <em>important</em> small print.</p>
 
@@ -48332,26 +48353,26 @@
   Benjamin Hawkes-Lewis, Bert Bos, Bijan Parsia, Bill Mason, Billy
   Wong, Bjoern Hoehrmann, Boris Zbarsky, Brad Fults, Brad Neuberg,
   Brady Eidson, Brendan Eich, Brett Wilson, Brian Campbell, Brian
-  Smith, Bruce Miller, Cameron McCormack, Cao Yipeng, Carlos
-  Perelló Marín, Chao Cai, 윤석찬
-  (Channy Yun), Charl van Niekerk, Charles Iliya Krempeaux, Charles
-  McCathieNevile, Christian Biesinger, Christian Johansen, Christian
-  Schmidt, Chriswa, Cole Robison, Colin Fine, Collin Jackson, Daniel
-  Barclay, Daniel Brumbaugh Keeney, Daniel Glazman, Daniel Peng,
-  Daniel Spång, Daniel Steinberg, Danny Sullivan, Darin Adler,
-  Darin Fisher, Dave Camp, Dave Singer, Dave Townsend<!-- Mossop on
-  moz irc -->, David Baron, David Bloom, David Carlisle, David
-  Flanagan, David Håsäther, David Hyatt, David Smith, David
-  Woolley, Dean Edridge, Debi Orton, Derek Featherstone, DeWitt
-  Clinton, Dimitri Glazkov, dolphinling, Doron Rosenberg, Doug Kramer,
-  Edward O'Connor, Edward Z. Yang, Eira Monstad, Elliotte Harold, Eric
-  Carlson, Eric Law, Erik Arvidsson, Evan Martin, Evan Prodromou,
-  fantasai, Felix Sasaki, Franck 'Shift' Quélain, Garrett
-  Smith, Geoffrey Garen, Geoffrey Sneddon, George Lund, Håkon
-  Wium Lie, Hans S. Tømmerhalt, Henri Sivonen, Henrik Lied,
-  Henry Mason, Hugh Winkler, Ignacio Javier, Ivo Emanuel
-  Gonçalves, J. King, Jacques Distler, James Craig, James
-  Graham, James Justin Harrell, James M Snell, James Perrett,
+  Smith, Bruce Lawson, Bruce Miller, Cameron McCormack, Cao Yipeng,
+  Carlos Perelló Marín, Chao Cai,
+  윤석찬 (Channy Yun), Charl van Niekerk, Charles
+  Iliya Krempeaux, Charles McCathieNevile, Christian Biesinger,
+  Christian Johansen, Christian Schmidt, Chriswa, Cole Robison, Colin
+  Fine, Collin Jackson, Daniel Barclay, Daniel Brumbaugh Keeney,
+  Daniel Glazman, Daniel Peng, Daniel Spång, Daniel Steinberg,
+  Danny Sullivan, Darin Adler, Darin Fisher, Dave Camp, Dave Singer,
+  Dave Townsend<!-- Mossop on moz irc -->, David Baron, David Bloom,
+  David Carlisle, David Flanagan, David Håsäther, David
+  Hyatt, David Smith, David Woolley, Dean Edridge, Debi Orton, Derek
+  Featherstone, DeWitt Clinton, Dimitri Glazkov, dolphinling, Doron
+  Rosenberg, Doug Kramer, Edward O'Connor, Edward Z. Yang, Eira
+  Monstad, Elliotte Harold, Eric Carlson, Eric Law, Erik Arvidsson,
+  Evan Martin, Evan Prodromou, fantasai, Felix Sasaki, Franck 'Shift'
+  Quélain, Garrett Smith, Geoffrey Garen, Geoffrey Sneddon,
+  George Lund, Håkon Wium Lie, Hans S. Tømmerhalt, Henri
+  Sivonen, Henrik Lied, Henry Mason, Hugh Winkler, Ignacio Javier, Ivo
+  Emanuel Gonçalves, J. King, Jacques Distler, James Craig,
+  James Graham, James Justin Harrell, James M Snell, James Perrett,
   Jan-Klaas Kollhof, Jason White, Jasper Bryant-Greene, Jed Hartman,
   Jeff Cutsinger, Jeff Schiller, Jeff Walden, Jens Bannmann, Jens
   Fendler, Jeroen van der Meer, Jim Jewett, Jim Meehan, Joe Clark,
Received on Thursday, 12 February 2009 01:42:47 UTC