Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) add a blockquote example
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11134

git-svn-id: http://svn.whatwg.org/webapps@5779 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 12, 2011
1 parent 4309a66 commit 2b8e294
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
21 changes: 20 additions & 1 deletion complete.html
Expand Up @@ -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 &mdash; 11 January 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -17769,6 +17769,25 @@ <h4 id=the-blockquote-element><span class=secno>4.5.4 </span>The <dfn><code>bloc

</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>&lt;p&gt;He began his list of "lessons" with the following:&lt;/p&gt;
&lt;blockquote&gt;One should never assume that his side of
the issue will be recognized, let alone that it will
be conceded to have merits.&lt;/blockquote&gt;
&lt;p&gt;He continued with a number of similar points, ending with:&lt;/p&gt;
&lt;blockquote&gt;Finally, one should be prepared for the threat
of breakdown in negotiations at any given moment and not
be cowed by the possiblity.&lt;/blockquote&gt;
&lt;p&gt;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>
Expand Down
21 changes: 20 additions & 1 deletion index
Expand Up @@ -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 &mdash; 11 January 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -17748,6 +17748,25 @@ a friend lost to the

</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>&lt;p&gt;He began his list of "lessons" with the following:&lt;/p&gt;
&lt;blockquote&gt;One should never assume that his side of
the issue will be recognized, let alone that it will
be conceded to have merits.&lt;/blockquote&gt;
&lt;p&gt;He continued with a number of similar points, ending with:&lt;/p&gt;
&lt;blockquote&gt;Finally, one should be prepared for the threat
of breakdown in negotiations at any given moment and not
be cowed by the possiblity.&lt;/blockquote&gt;
&lt;p&gt;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>
Expand Down
19 changes: 19 additions & 0 deletions source
Expand Up @@ -18922,6 +18922,25 @@ a friend lost to the

</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>&lt;p>He began his list of "lessons" with the following:&lt;/p>
&lt;blockquote>One should never assume that his side of
the issue will be recognized, let alone that it will
be conceded to have merits.&lt;/blockquote>
&lt;p>He continued with a number of similar points, ending with:&lt;/p>
&lt;blockquote>Finally, one should be prepared for the threat
of breakdown in negotiations at any given moment and not
be cowed by the possiblity.&lt;/blockquote>
&lt;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>
Expand Down

0 comments on commit 2b8e294

Please sign in to comment.