html5/spec grouping-content.html,1.57,1.58 spec.html,1.1705,1.1706

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

Modified Files:
	grouping-content.html spec.html 
Log Message:
blockquote example with figcaption for credit (whatwg r6639)

[updated by splitter]


Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec/grouping-content.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- grouping-content.html	4 Oct 2011 20:46:36 -0000	1.57
+++ grouping-content.html	5 Oct 2011 22:46:22 -0000	1.58
@@ -613,6 +613,30 @@
 
   </div><div class="example">
 
+   <p>Here a <code><a href="#the-blockquote-element">blockquote</a></code> element is used in conjunction
+   with a <code><a href="#the-figure-element">figure</a></code> element and its <code><a href="#the-figcaption-element">figcaption</a></code>
+   to clearly relate a quote to its attribution (which is not part of
+   the quote and therefore doesn't belong inside the
+   <code><a href="#the-blockquote-element">blockquote</a></code> itself):</p>
+
+   <pre>&lt;figure&gt;
+ &lt;blockquote&gt;
+  &lt;p&gt;The truth may be puzzling. It may take some work to grapple with.
+  It may be counterintuitive. It may contradict deeply held
+  prejudices. It may not be consonant with what we desperately want to
+  be true. But our preferences do not determine what's true. We have a
+  method, and that method helps us to reach not absolute truth, only
+  asymptotic approaches to the truth &#8212; never there, just closer
+  and closer, always finding vast new oceans of undiscovered
+  possibilities. Cleverly designed experiments are the key.&lt;/p&gt;
+ &lt;/blockquote&gt;
+ &lt;figcaption&gt;Carl Sagan, in "&lt;cite&gt;Wonder and Skepticism&lt;/cite&gt;", from
+ the &lt;cite&gt;Skeptical Enquirer&lt;/cite&gt; Volume 19, Issue 1 (January-February
+ 1995)&lt;/cite&gt;&lt;/figcaption&gt;
+&lt;/figure&gt;</pre>
+
+  </div><div class="example">
+
    <p>This next example shows the use of <code><a href="text-level-semantics.html#the-cite-element">cite</a></code> alongside
    <code><a href="#the-blockquote-element">blockquote</a></code>:</p>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1705
retrieving revision 1.1706
diff -u -d -r1.1705 -r1.1706
--- spec.html	5 Oct 2011 21:46:31 -0000	1.1705
+++ spec.html	5 Oct 2011 22:46:22 -0000	1.1706
@@ -349,7 +349,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.5322.
+This is revision 1.5323.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Wednesday, 5 October 2011 22:46:27 UTC