- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Oct 2011 22:46:25 +0000
- To: public-html-commits@w3.org
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><figure>
+ <blockquote>
+ <p>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 — never there, just closer
+ and closer, always finding vast new oceans of undiscovered
+ possibilities. Cleverly designed experiments are the key.</p>
+ </blockquote>
+ <figcaption>Carl Sagan, in "<cite>Wonder and Skepticism</cite>", from
+ the <cite>Skeptical Enquirer</cite> Volume 19, Issue 1 (January-February
+ 1995)</cite></figcaption>
+</figure></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>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 5 October 2011 22:46:27 UTC