- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Jan 2011 06:07:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18176
Modified Files:
Overview.html
Log Message:
add a blockquote example (whatwg r5779)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4641
retrieving revision 1.4642
diff -u -d -r1.4641 -r1.4642
--- Overview.html 11 Jan 2011 23:55:45 -0000 1.4641
+++ Overview.html 12 Jan 2011 06:07:46 -0000 1.4642
@@ -325,7 +325,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>
@@ -460,7 +460,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
@@ -15419,6 +15419,23 @@
</article>
</article></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><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>
Received on Wednesday, 12 January 2011 06:07:52 UTC