[html5] r7870 - [ac] (0) Try to clarify some confusion. Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 28 15:47:00 PDT 2013
Author: ianh
Date: 2013-05-28 15:46:59 -0700 (Tue, 28 May 2013)
New Revision: 7870
Modified:
complete.html
index
source
Log:
[ac] (0) Try to clarify some confusion.
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-05-28 20:47:08 UTC (rev 7869)
+++ complete.html 2013-05-28 22:46:59 UTC (rev 7870)
@@ -19350,6 +19350,9 @@
candidate for the <code><a href=#the-small-element>small</a></code> element: in such a case, the
text is not a side comment, it is the main content of the page.</p>
+ <p>The <code><a href=#the-small-element>small</a></code> element must not be used for subheadings; for that purpose, use the
+ <code><a href=#the-hgroup-element>hgroup</a></code> element.</p>
+
<div class=example>
<p>In this example, the <code><a href=#the-small-element>small</a></code> element is used to
Modified: index
===================================================================
--- index 2013-05-28 20:47:08 UTC (rev 7869)
+++ index 2013-05-28 22:46:59 UTC (rev 7870)
@@ -19350,6 +19350,9 @@
candidate for the <code><a href=#the-small-element>small</a></code> element: in such a case, the
text is not a side comment, it is the main content of the page.</p>
+ <p>The <code><a href=#the-small-element>small</a></code> element must not be used for subheadings; for that purpose, use the
+ <code><a href=#the-hgroup-element>hgroup</a></code> element.</p>
+
<div class=example>
<p>In this example, the <code><a href=#the-small-element>small</a></code> element is used to
Modified: source
===================================================================
--- source 2013-05-28 20:47:08 UTC (rev 7869)
+++ source 2013-05-28 22:46:59 UTC (rev 7870)
@@ -20170,6 +20170,9 @@
candidate for the <code>small</code> element: in such a case, the
text is not a side comment, it is the main content of the page.</p>
+ <p>The <code>small</code> element must not be used for subheadings; for that purpose, use the
+ <code>hgroup</code> element.</p>
+
<div class="example">
<p>In this example, the <code>small</code> element is used to
More information about the Commit-Watchers
mailing list