html5/spec Overview.html,1.2362,1.2363

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10479

Modified Files:
	Overview.html 
Log Message:
Minor tweaks to figure and aside. (whatwg r3212)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2362
retrieving revision 1.2363
diff -u -d -r1.2362 -r1.2363
--- Overview.html	6 Jun 2009 03:13:47 -0000	1.2362
+++ Overview.html	9 Jun 2009 00:56:46 -0000	1.2363
@@ -152,7 +152,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 6 June 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 9 June 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -245,7 +245,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 6 June 2009 Editor's Draft.
+  This specification is the 9 June 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -11298,7 +11298,8 @@
   of a page that consists of content that is tangentially related to
   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.<div class="example">
+  represented as sidebars in printed typography.<p>The element can also be used for typographical effects like pull
+  quotes.<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>
@@ -15017,9 +15018,9 @@
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="#htmlelement">HTMLElement</a></code>.</dd>
   </dl><!-- v2: Add a <credit> element for photo credits --><p>The <code><a href="#the-figure-element">figure</a></code> element <a href="#represents">represents</a> some
-  <a href="#flow-content-0">flow content</a>, optionally with a caption, which can be
-  moved away from the main flow of the document without affecting the
-  document's meaning.<p>The element can thus be used to annotate illustrations, diagrams,
+  <a href="#flow-content-0">flow content</a>, optionally with a caption, that is
+  self-contained and is typically referenced as a single unit from the
+  main flow of the document.<p>The element can thus be used to annotate illustrations, diagrams,
   photos, code listings, etc, that are referred to from the main
   content of the document, but that could, without affecting the flow
   of the document, be moved away from that primary content, e.g. to

Received on Tuesday, 9 June 2009 00:56:57 UTC