Skip to content

Commit

Permalink
[e] (0) Add another example for <small>.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11714

git-svn-id: http://svn.whatwg.org/webapps@5852 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 8, 2011
1 parent 0b6d5fe commit 359de36
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 27 deletions.
33 changes: 24 additions & 9 deletions complete.html
Expand Up @@ -16998,6 +16998,21 @@ <h4 id=the-address-element><span class=secno>4.4.10 </span>The <dfn><code>addres

</div>

<div class=example>

<p>In this example the footer contains contact information and a
copyright notice.</p>

<pre>&lt;footer&gt;
&lt;address&gt;
For more details, contact
&lt;a href="mailto:js@example.com"&gt;John Smith&lt;/a&gt;.
&lt;/address&gt;
&lt;p&gt;&lt;small&gt;&copy; copyright 2038 Example Corp.&lt;/small&gt;&lt;/p&gt;
&lt;/footer&gt;</pre>

</div>



<h4 id=headings-and-sections><span class=secno>4.4.11 </span><dfn>Headings and sections</dfn></h4>
Expand Down Expand Up @@ -19055,16 +19070,16 @@ <h4 id=the-small-element><span class=secno>4.6.4 </span>The <dfn><code>small</co

<div class=example>

<p>In this example the footer contains contact information and a
copyright notice.</p>
<p>In this example, the <code><a href=#the-small-element>small</a></code> element is used to
indicate that value-added tax is not included in a price of a hotel
room:</p>

<pre>&lt;footer&gt;
&lt;address&gt;
For more details, contact
&lt;a href="mailto:js@example.com"&gt;John Smith&lt;/a&gt;.
&lt;/address&gt;
&lt;p&gt;&lt;small&gt;&copy; copyright 2038 Example Corp.&lt;/small&gt;&lt;/p&gt;
&lt;/footer&gt;</pre>
<pre class=example>&lt;dl&gt;
&lt;dt&gt;Single room
&lt;dd&gt;199 &euro; &lt;small&gt;breakfast included, VAT not included&amp;lt/small&gt;
&lt;dt&gt;Double room
&lt;dd&gt;239 &euro; &lt;small&gt;breakfast included, VAT not included&amp;lt/small&gt;
&lt;/dl&gt;</pre>

</div>

Expand Down
33 changes: 24 additions & 9 deletions index
Expand Up @@ -16978,6 +16978,21 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p&gt;

</div>

<div class=example>

<p>In this example the footer contains contact information and a
copyright notice.</p>

<pre>&lt;footer&gt;
&lt;address&gt;
For more details, contact
&lt;a href="mailto:js@example.com"&gt;John Smith&lt;/a&gt;.
&lt;/address&gt;
&lt;p&gt;&lt;small&gt;&copy; copyright 2038 Example Corp.&lt;/small&gt;&lt;/p&gt;
&lt;/footer&gt;</pre>

</div>



<h4 id=headings-and-sections><span class=secno>4.4.11 </span><dfn>Headings and sections</dfn></h4>
Expand Down Expand Up @@ -19035,16 +19050,16 @@ ten meters.&lt;/strong&gt;&lt;/strong&gt; You have been warned.&lt;/p&gt;</pre>

<div class=example>

<p>In this example the footer contains contact information and a
copyright notice.</p>
<p>In this example, the <code><a href=#the-small-element>small</a></code> element is used to
indicate that value-added tax is not included in a price of a hotel
room:</p>

<pre>&lt;footer&gt;
&lt;address&gt;
For more details, contact
&lt;a href="mailto:js@example.com"&gt;John Smith&lt;/a&gt;.
&lt;/address&gt;
&lt;p&gt;&lt;small&gt;&copy; copyright 2038 Example Corp.&lt;/small&gt;&lt;/p&gt;
&lt;/footer&gt;</pre>
<pre class=example>&lt;dl&gt;
&lt;dt&gt;Single room
&lt;dd&gt;199 &euro; &lt;small&gt;breakfast included, VAT not included&amp;lt/small&gt;
&lt;dt&gt;Double room
&lt;dd&gt;239 &euro; &lt;small&gt;breakfast included, VAT not included&amp;lt/small&gt;
&lt;/dl&gt;</pre>

</div>

Expand Down
33 changes: 24 additions & 9 deletions source
Expand Up @@ -18055,6 +18055,21 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p>

</div>

<div class="example">

<p>In this example the footer contains contact information and a
copyright notice.</p>

<pre>&lt;footer>
&lt;address>
For more details, contact
&lt;a href="mailto:js@example.com">John Smith&lt;/a>.
&lt;/address>
&lt;p>&lt;small>&copy; copyright 2038 Example Corp.&lt;/small>&lt;/p>
&lt;/footer></pre>

</div>



<h4><dfn>Headings and sections</dfn></h4>
Expand Down Expand Up @@ -20310,16 +20325,16 @@ ten meters.&lt;/strong>&lt;/strong> You have been warned.&lt;/p></pre>

<div class="example">

<p>In this example the footer contains contact information and a
copyright notice.</p>
<p>In this example, the <code>small</code> element is used to
indicate that value-added tax is not included in a price of a hotel
room:</p>

<pre>&lt;footer>
&lt;address>
For more details, contact
&lt;a href="mailto:js@example.com">John Smith&lt;/a>.
&lt;/address>
&lt;p>&lt;small>&copy; copyright 2038 Example Corp.&lt;/small>&lt;/p>
&lt;/footer></pre>
<pre class="example">&lt;dl>
&lt;dt>Single room
&lt;dd>199 &euro; &lt;small>breakfast included, VAT not included&lt/small>
&lt;dt>Double room
&lt;dd>239 &euro; &lt;small>breakfast included, VAT not included&lt/small>
&lt;/dl></pre>

</div>

Expand Down

0 comments on commit 359de36

Please sign in to comment.