html5/spec Overview.html,1.1966,1.1967

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 @@
  &lt;p&gt;&lt;small&gt;&copy; copyright 2038 Example Corp.&lt;/small&gt;&lt;/p&gt;
 &lt;/footer&gt;</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>&lt;p&gt;Example Corp today announced record profits for the
 second quarter &lt;small&gt;(Full Disclosure: Foo News is a subsidiary of
 Example Corp)&lt;/small&gt;, leading to speculation about a third quarter
 merger with Demo Group.&lt;/p&gt;</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>&lt;aside&gt;
+ &lt;h1&gt;Example Corp&lt;/h1&gt;
+ &lt;p&gt;This company mostly creates small software and Web
+ sites.&lt;/p&gt;
+ &lt;p&gt;The Example Corp company mission is "To provide entertainment
+ and news on a sample basis".&lt;/p&gt;
+ &lt;p&gt;&lt;small&gt;Information obtained from &lt;a
+ href="http://example.com/about.html"&gt;example.com&lt;/a&gt; home
+ page.&lt;/small&gt;&lt;/p&gt;
+&lt;/aside&gt;</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&oacute; Mar&iacute;n, Chao Cai, &#50980;&#49437;&#52268;
-  (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&aring;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&aring;s&auml;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&eacute;lain, Garrett
-  Smith, Geoffrey Garen, Geoffrey Sneddon, George Lund, H&aring;kon
-  Wium Lie, Hans S. T&oslash;mmerhalt, Henri Sivonen, Henrik Lied,
-  Henry Mason, Hugh Winkler, Ignacio Javier, Ivo Emanuel
-  Gon&ccedil;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&oacute; Mar&iacute;n, Chao Cai,
+  &#50980;&#49437;&#52268; (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&aring;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&aring;s&auml;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&eacute;lain, Garrett Smith, Geoffrey Garen, Geoffrey Sneddon,
+  George Lund, H&aring;kon Wium Lie, Hans S. T&oslash;mmerhalt, Henri
+  Sivonen, Henrik Lied, Henry Mason, Hugh Winkler, Ignacio Javier, Ivo
+  Emanuel Gon&ccedil;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