[html5] r6639 - [e] (0) blockquote example with figcaption for credit Fixing http://www.w3.org/B [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 5 15:06:13 PDT 2011
Author: ianh
Date: 2011-10-05 15:06:11 -0700 (Wed, 05 Oct 2011)
New Revision: 6639
Modified:
complete.html
index
source
Log:
[e] (0) blockquote example with figcaption for credit
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14023
Modified: complete.html
===================================================================
--- complete.html 2011-10-05 21:42:23 UTC (rev 6638)
+++ complete.html 2011-10-05 22:06:11 UTC (rev 6639)
@@ -18483,6 +18483,32 @@
<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=#the-cite-element>cite</a></code> alongside
<code><a href=#the-blockquote-element>blockquote</a></code>:</p>
Modified: index
===================================================================
--- index 2011-10-05 21:42:23 UTC (rev 6638)
+++ index 2011-10-05 22:06:11 UTC (rev 6639)
@@ -18483,6 +18483,32 @@
<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=#the-cite-element>cite</a></code> alongside
<code><a href=#the-blockquote-element>blockquote</a></code>:</p>
Modified: source
===================================================================
--- source 2011-10-05 21:42:23 UTC (rev 6638)
+++ source 2011-10-05 22:06:11 UTC (rev 6639)
@@ -19706,6 +19706,32 @@
<div class="example">
+ <p>Here a <code>blockquote</code> element is used in conjunction
+ with a <code>figure</code> element and its <code>figcaption</code>
+ to clearly relate a quote to its attribution (which is not part of
+ the quote and therefore doesn't belong inside the
+ <code>blockquote</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>cite</code> alongside
<code>blockquote</code>:</p>
More information about the Commit-Watchers
mailing list