[html5] r5852 - [e] (0) Add another example for <small>. Fixing http://www.w3.org/Bugs/Public/sh [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 7 18:04:17 PST 2011


Author: ianh
Date: 2011-02-07 18:04:16 -0800 (Mon, 07 Feb 2011)
New Revision: 5852

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add another example for <small>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11714

Modified: complete.html
===================================================================
--- complete.html	2011-02-08 01:53:15 UTC (rev 5851)
+++ complete.html	2011-02-08 02:04:16 UTC (rev 5852)
@@ -16998,8 +16998,23 @@
 
   </div>
 
+  <div class=example>
 
+   <p>In this example the footer contains contact information and a
+   copyright notice.</p>
 
+   <pre><footer>
+ <address>
+  For more details, contact
+  <a href="mailto:js at example.com">John Smith</a>.
+ </address>
+ <p><small>© copyright 2038 Example Corp.</small></p>
+</footer></pre>
+
+  </div>
+
+
+
   <h4 id=headings-and-sections><span class=secno>4.4.11 </span><dfn>Headings and sections</dfn></h4>
 
   <p>The <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>–<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code> elements and the
@@ -19055,16 +19070,16 @@
 
   <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><footer>
- <address>
-  For more details, contact
-  <a href="mailto:js at example.com">John Smith</a>.
- </address>
- <p><small>© copyright 2038 Example Corp.</small></p>
-</footer></pre>
+   <pre class=example><dl>
+ <dt>Single room
+ <dd>199 € <small>breakfast included, VAT not included&lt/small>
+ <dt>Double room
+ <dd>239 € <small>breakfast included, VAT not included&lt/small>
+</dl></pre>
 
   </div>
 

Modified: index
===================================================================
--- index	2011-02-08 01:53:15 UTC (rev 5851)
+++ index	2011-02-08 02:04:16 UTC (rev 5852)
@@ -16978,8 +16978,23 @@
 
   </div>
 
+  <div class=example>
 
+   <p>In this example the footer contains contact information and a
+   copyright notice.</p>
 
+   <pre><footer>
+ <address>
+  For more details, contact
+  <a href="mailto:js at example.com">John Smith</a>.
+ </address>
+ <p><small>© copyright 2038 Example Corp.</small></p>
+</footer></pre>
+
+  </div>
+
+
+
   <h4 id=headings-and-sections><span class=secno>4.4.11 </span><dfn>Headings and sections</dfn></h4>
 
   <p>The <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>–<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code> elements and the
@@ -19035,16 +19050,16 @@
 
   <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><footer>
- <address>
-  For more details, contact
-  <a href="mailto:js at example.com">John Smith</a>.
- </address>
- <p><small>© copyright 2038 Example Corp.</small></p>
-</footer></pre>
+   <pre class=example><dl>
+ <dt>Single room
+ <dd>199 € <small>breakfast included, VAT not included&lt/small>
+ <dt>Double room
+ <dd>239 € <small>breakfast included, VAT not included&lt/small>
+</dl></pre>
 
   </div>
 

Modified: source
===================================================================
--- source	2011-02-08 01:53:15 UTC (rev 5851)
+++ source	2011-02-08 02:04:16 UTC (rev 5852)
@@ -18055,8 +18055,23 @@
 
   </div>
 
+  <div class="example">
 
+   <p>In this example the footer contains contact information and a
+   copyright notice.</p>
 
+   <pre><footer>
+ <address>
+  For more details, contact
+  <a href="mailto:js at example.com">John Smith</a>.
+ </address>
+ <p><small>© copyright 2038 Example Corp.</small></p>
+</footer></pre>
+
+  </div>
+
+
+
   <h4><dfn>Headings and sections</dfn></h4>
 
   <p>The <code>h1</code>–<code>h6</code> elements and the
@@ -20310,16 +20325,16 @@
 
   <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><footer>
- <address>
-  For more details, contact
-  <a href="mailto:js at example.com">John Smith</a>.
- </address>
- <p><small>© copyright 2038 Example Corp.</small></p>
-</footer></pre>
+   <pre class="example"><dl>
+ <dt>Single room
+ <dd>199 € <small>breakfast included, VAT not included&lt/small>
+ <dt>Double room
+ <dd>239 € <small>breakfast included, VAT not included&lt/small>
+</dl></pre>
 
   </div>
 




More information about the Commit-Watchers mailing list