[html5] r3212 - [e] (0) Minor tweaks to figure and aside.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 8 17:56:40 PDT 2009
Author: ianh
Date: 2009-06-08 17:56:38 -0700 (Mon, 08 Jun 2009)
New Revision: 3212
Modified:
index
source
Log:
[e] (0) Minor tweaks to figure and aside.
Modified: index
===================================================================
--- index 2009-06-06 04:57:52 UTC (rev 3211)
+++ index 2009-06-09 00:56:38 UTC (rev 3212)
@@ -39,7 +39,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 6 June 2009</h2>
+ <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 9 June 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
@@ -12753,6 +12753,9 @@
be considered separate from that content. Such sections are often
represented as sidebars in printed typography.</p>
+ <p>The element can also be used for typographical effects like pull
+ quotes.</p>
+
<div class=example>
<p>The following example shows how an aside is used to mark up
@@ -17259,9 +17262,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>
+ <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>
<p>The element can thus be used to annotate illustrations, diagrams,
photos, code listings, etc, that are referred to from the main
Modified: source
===================================================================
--- source 2009-06-06 04:57:52 UTC (rev 3211)
+++ source 2009-06-09 00:56:38 UTC (rev 3212)
@@ -13591,6 +13591,9 @@
be considered separate from that content. Such sections are often
represented as sidebars in printed typography.</p>
+ <p>The element can also be used for typographical effects like pull
+ quotes.</p>
+
<div class="example">
<p>The following example shows how an aside is used to mark up
@@ -18483,9 +18486,9 @@
<!-- v2: Add a <credit> element for photo credits -->
<p>The <code>figure</code> element <span>represents</span> some
- <span>flow content</span>, optionally with a caption, which can be
- moved away from the main flow of the document without affecting the
- document's meaning.</p>
+ <span>flow content</span>, optionally with a caption, that is
+ self-contained and is typically referenced as a single unit from the
+ main flow of the document.</p>
<p>The element can thus be used to annotate illustrations, diagrams,
photos, code listings, etc, that are referred to from the main
More information about the Commit-Watchers
mailing list