html5/spec grouping-content.html,1.28,1.29 spec.html,1.1368,1.1369

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

Modified Files:
	grouping-content.html spec.html 
Log Message:
add a blockquote example (whatwg r5779)

[updated by splitter]


Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec/grouping-content.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- grouping-content.html	12 Jan 2011 03:46:44 -0000	1.28
+++ grouping-content.html	12 Jan 2011 06:46:40 -0000	1.29
@@ -669,6 +669,23 @@
  </article>
 &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="links.html#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="text-level-semantics.html#the-cite-element">cite</a></code> and <code><a href="#the-blockquote-element">blockquote</a></code>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1368
retrieving revision 1.1369
diff -u -d -r1.1368 -r1.1369
--- spec.html	12 Jan 2011 03:46:47 -0000	1.1368
+++ spec.html	12 Jan 2011 06:46:40 -0000	1.1369
@@ -329,7 +329,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>
@@ -351,7 +351,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4641.
+This is revision 1.4642.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -464,7 +464,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

Received on Wednesday, 12 January 2011 06:46:44 UTC