- From: poot <cvsmail@w3.org>
- Date: Tue, 9 Jun 2009 10:29:36 +0900 (JST)
- To: public-html-diffs@w3.org
Mention that <aside> isn't for parentheticals. (whatwg r3213) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2364.html#the-aside-element http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2363&r2=1.2364&f=h http://html5.org/tools/web-apps-tracker?from=3212&to=3213 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2363 retrieving revision 1.2364 diff -u -d -r1.2363 -r1.2364 --- Overview.html 9 Jun 2009 00:56:46 -0000 1.2363 +++ Overview.html 9 Jun 2009 01:28:03 -0000 1.2364 @@ -11299,7 +11299,9 @@ the content around the <code><a href="#the-aside-element">aside</a></code> element, and which could be considered separate from that content. Such sections are often represented as sidebars in printed typography.<p>The element can also be used for typographical effects like pull - quotes.<div class="example"> + quotes.<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.<div class="example"> <p>The following example shows how an aside is used to mark up background material on Switzerland in a much longer news story on Europe.</p>
Received on Tuesday, 9 June 2009 01:30:09 UTC