Skip to content

Commit

Permalink
[e] (0) Minor tweaks to figure and aside.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3212 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 9, 2009
1 parent e51a5e8 commit cb9950b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
11 changes: 7 additions & 4 deletions index
Expand Up @@ -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-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 6 June 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 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>
Expand Down Expand Up @@ -12753,6 +12753,9 @@ not-slash = %x0000-002E / %x0030-%10FFFF
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
Expand Down Expand Up @@ -17259,9 +17262,9 @@ brighter. A &lt;b&gt;rat&lt;/b&gt; scurries past the corner wall.&lt;/p&gt;</pre
<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
Expand Down
9 changes: 6 additions & 3 deletions source
Expand Up @@ -13591,6 +13591,9 @@ not-slash = %x0000-002E / %x0030-%10FFFF
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
Expand Down Expand Up @@ -18483,9 +18486,9 @@ brighter. A &lt;b>rat&lt;/b> scurries past the corner wall.&lt;/p></pre>
<!-- 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
Expand Down

0 comments on commit cb9950b

Please sign in to comment.