[html5] r3213 - [e] (0) Mention that <aside> isn't for parentheticals.

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 8 18:27:59 PDT 2009


Author: ianh
Date: 2009-06-08 18:27:57 -0700 (Mon, 08 Jun 2009)
New Revision: 3213

Modified:
   index
   source
Log:
[e] (0) Mention that <aside> isn't for parentheticals.

Modified: index
===================================================================
--- index	2009-06-09 00:56:38 UTC (rev 3212)
+++ index	2009-06-09 01:27:57 UTC (rev 3213)
@@ -12756,6 +12756,10 @@
   <p>The element can also be used for typographical effects like pull
   quotes.</p>
 
+  <p class=note>It's not appropriate to use the <code><a href=#the-aside-element>aside</a></code>
+  element just for parentheticals, since those are part of the main
+  flow of the document.</p>
+
   <div class=example>
 
    <p>The following example shows how an aside is used to mark up

Modified: source
===================================================================
--- source	2009-06-09 00:56:38 UTC (rev 3212)
+++ source	2009-06-09 01:27:57 UTC (rev 3213)
@@ -13594,6 +13594,10 @@
   <p>The element can also be used for typographical effects like pull
   quotes.</p>
 
+  <p class="note">It's not appropriate to use the <code>aside</code>
+  element just for parentheticals, since those are part of the main
+  flow of the document.</p>
+
   <div class="example">
 
    <p>The following example shows how an aside is used to mark up




More information about the Commit-Watchers mailing list