html5/spec Overview.html,1.4641,1.4642

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

Modified Files:
	Overview.html 
Log Message:
add a blockquote example (whatwg r5779)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4641
retrieving revision 1.4642
diff -u -d -r1.4641 -r1.4642
--- Overview.html	11 Jan 2011 23:55:45 -0000	1.4641
+++ Overview.html	12 Jan 2011 06:07:46 -0000	1.4642
@@ -325,7 +325,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-11-january-2011">Editor's Draft 11 January 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-12-january-2011">Editor's Draft 12 January 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -460,7 +460,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 11 January 2011 Editor's Draft.
+  This specification is the 12 January 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -15419,6 +15419,23 @@
  &lt;/article&gt;
 &lt;/article&gt;</pre>
 
+  </div><div class="example">
+
+   <p>This example shows the use of a <code><a href="#the-blockquote-element">blockquote</a></code> for
+   short snippets, demonstrating that one does not have to use
+   <code><a href="#the-p-element">p</a></code> elements inside <code><a href="#the-blockquote-element">blockquote</a></code>
+   elements:</p>
+
+   <pre>&lt;p&gt;He began his list of "lessons" with the following:&lt;/p&gt;
+&lt;blockquote&gt;One should never assume that his side of 
+the issue will be recognized, let alone that it will 
+be conceded to have merits.&lt;/blockquote&gt;
+&lt;p&gt;He continued with a number of similar points, ending with:&lt;/p&gt;
+&lt;blockquote&gt;Finally, one should be prepared for the threat 
+of breakdown in negotiations at any given moment and not 
+be cowed by the possiblity.&lt;/blockquote&gt;
+&lt;p&gt;We shall now discuss these points...</pre>
+
   </div><p class="note"><a href="#conversations">Examples of how to
   represent a conversation</a> are shown in a later section; it is not
   appropriate to use the <code><a href="#the-cite-element">cite</a></code> and <code><a href="#the-blockquote-element">blockquote</a></code>

Received on Wednesday, 12 January 2011 06:07:52 UTC