[html5] r5779 - [e] (0) add a blockquote example Fixing http://www.w3.org/Bugs/Public/show_bug.c [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 11 22:07:41 PST 2011


Author: ianh
Date: 2011-01-11 22:07:39 -0800 (Tue, 11 Jan 2011)
New Revision: 5779

Modified:
   complete.html
   index
   source
Log:
[e] (0) add a blockquote example
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11134

Modified: complete.html
===================================================================
--- complete.html	2011-01-11 23:55:40 UTC (rev 5778)
+++ complete.html	2011-01-12 06:07:39 UTC (rev 5779)
@@ -221,7 +221,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — 11 January 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — 12 January 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -17769,6 +17769,25 @@
 
   </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><p>He began his list of "lessons" with the following:</p>
+<blockquote>One should never assume that his side of 
+the issue will be recognized, let alone that it will 
+be conceded to have merits.</blockquote>
+<p>He continued with a number of similar points, ending with:</p>
+<blockquote>Finally, one should be prepared for the threat 
+of breakdown in negotiations at any given moment and not 
+be cowed by the possiblity.</blockquote>
+<p>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>

Modified: index
===================================================================
--- index	2011-01-11 23:55:40 UTC (rev 5778)
+++ index	2011-01-12 06:07:39 UTC (rev 5779)
@@ -225,7 +225,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Living Standard — 11 January 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — 12 January 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -17748,6 +17748,25 @@
 
   </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><p>He began his list of "lessons" with the following:</p>
+<blockquote>One should never assume that his side of 
+the issue will be recognized, let alone that it will 
+be conceded to have merits.</blockquote>
+<p>He continued with a number of similar points, ending with:</p>
+<blockquote>Finally, one should be prepared for the threat 
+of breakdown in negotiations at any given moment and not 
+be cowed by the possiblity.</blockquote>
+<p>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>

Modified: source
===================================================================
--- source	2011-01-11 23:55:40 UTC (rev 5778)
+++ source	2011-01-12 06:07:39 UTC (rev 5779)
@@ -18922,6 +18922,25 @@
 
   </div>
 
+  <div class="example">
+
+   <p>This example shows the use of a <code>blockquote</code> for
+   short snippets, demonstrating that one does not have to use
+   <code>p</code> elements inside <code>blockquote</code>
+   elements:</p>
+
+   <pre><p>He began his list of "lessons" with the following:</p>
+<blockquote>One should never assume that his side of 
+the issue will be recognized, let alone that it will 
+be conceded to have merits.</blockquote>
+<p>He continued with a number of similar points, ending with:</p>
+<blockquote>Finally, one should be prepared for the threat 
+of breakdown in negotiations at any given moment and not 
+be cowed by the possiblity.</blockquote>
+<p>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>cite</code> and <code>blockquote</code>




More information about the Commit-Watchers mailing list