html5/spec-author-view Overview.html,1.141,1.142 acknowledgements.html,1.141,1.142 browsers.html,1.142,1.143 comms.html,1.141,1.142 dom.html,1.142,1.143 editing.html,1.141,1.142 embedded-content-0.html,1.141,1.142 forms.html,1.141,1.142 history.html,1.142,1.143 iana-considerations.html,1.141,1.142 index.html,1.141,1.142 infrastructure.html,1.142,1.143 interactive-elements.html,1.141,1.142 introduction.html,1.142,1.143 microdata.html,1.141,1.142 named-character-references.html,1.142,1.143 no.html,1.141,1.142 obsolete.html,1.142,1.143 offline.html,1.141,1.142 references.html,1.141,1.142 semantics.html,1.141,1.142 spec.html,1.142,1.143 syntax.html,1.142,1.143 tabular-data.html,1.141,1.142 text-level-semantics.html,1.140,1.141 the-canvas-element.html,1.141,1.142 the-xhtml-syntax.html,1.140,1.141 video.html,1.141,1.142

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv9892

Modified Files:
	Overview.html acknowledgements.html browsers.html comms.html 
	dom.html editing.html embedded-content-0.html forms.html 
	history.html iana-considerations.html index.html 
	infrastructure.html interactive-elements.html 
	introduction.html microdata.html 
	named-character-references.html no.html obsolete.html 
	offline.html references.html semantics.html spec.html 
	syntax.html tabular-data.html text-level-semantics.html 
	the-canvas-element.html the-xhtml-syntax.html video.html 
Log Message:
Parser changes: <dc>, <ds>, <dialog> are now treated differently. Styling changes: <dialog>, <dc>, <ds>, and <details> are now treated differently. Semantic changes: Dropped <dialog>. <figure> and <details> now use <dt>/<dd> instead of <legend>. Editorial changes: Added a section on how to mark up conversations, moved the sections on footnotes and tag clouds around. Updated lots of examples. Validator changes: Changed rules for missing alt='' given the new elements. (whatwg r3859)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- infrastructure.html	15 Sep 2009 08:47:43 -0000	1.142
+++ infrastructure.html	15 Sep 2009 11:07:10 -0000	1.143
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="introduction.html">&#8592; 1 Introduction</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- text-level-semantics.html	15 Sep 2009 08:47:44 -0000	1.140
+++ text-level-semantics.html	15 Sep 2009 11:07:10 -0000	1.141
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="semantics.html">&#8592; 4 The elements of HTML</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -1074,19 +1074,21 @@
    figure's legend using <code><a href="#the-var-element">var</a></code>.</p>
 
    <pre>&lt;figure&gt;
- &lt;math&gt;
-  &lt;mi&gt;a&lt;/mi&gt;
-  &lt;mo&gt;=&lt;/mo&gt;
-  &lt;msqrt&gt;
-   &lt;msup&gt;&lt;mi&gt;b&lt;/mi&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;/msup&gt;
-   &lt;mi&gt;+&lt;/mi&gt;
-   &lt;msup&gt;&lt;mi&gt;c&lt;/mi&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;/msup&gt;
-  &lt;/msqrt&gt;
- &lt;/math&gt;
- &lt;legend&gt;
+ &lt;dd&gt;
+  &lt;math&gt;
+   &lt;mi&gt;a&lt;/mi&gt;
+   &lt;mo&gt;=&lt;/mo&gt;
+   &lt;msqrt&gt;
+    &lt;msup&gt;&lt;mi&gt;b&lt;/mi&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;/msup&gt;
+    &lt;mi&gt;+&lt;/mi&gt;
+    &lt;msup&gt;&lt;mi&gt;c&lt;/mi&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;/msup&gt;
+   &lt;/msqrt&gt;
+  &lt;/math&gt;
+ &lt;/dd&gt;
+ &lt;dt&gt;
   Using Pythagoras' theorem to solve for the hypotenuse &lt;var&gt;a&lt;/var&gt; of
   a triangle with sides &lt;var&gt;b&lt;/var&gt; and &lt;var&gt;c&lt;/var&gt;
- &lt;/legend&gt;
+ &lt;/dt&gt;
 &lt;/figure&gt;</pre>
 
   </div><h4 id="the-samp-element"><span class="secno">4.6.12 </span>The <dfn><code>samp</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt>
@@ -1943,112 +1945,7 @@
      </td><td>Other
      </td><td><pre class="example">In French we call it <strong>&lt;span lang="fr"&gt;sirop de sureau&lt;/span&gt;</strong>.</pre>
 
-  </td></tr></tbody></table><h4 id="footnotes"><span class="secno">4.6.26 </span>Footnotes</h4><p>HTML does not have a dedicated mechanism for marking up
-  footnotes. Here are the recommended alternatives.</p><p>For short inline annotations, the <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute should be used.</p><div class="example">
-
-   <p>In this example, two parts of a dialog are annotated.</p>
-
-   <pre>&lt;dialog&gt;
- &lt;dt&gt;Customer
- &lt;dd&gt;Hello! I wish to register a complaint. Hello. Miss?
- &lt;dt&gt;Shopkeeper
- &lt;dd&gt;&lt;span title="Colloquial pronunciation of 'What do you'"
- &gt;Watcha&lt;/span&gt; mean, miss?
- &lt;dt&gt;Customer
- &lt;dd&gt;Uh, I'm sorry, I have a cold. I wish to make a complaint.
- &lt;dt&gt;Shopkeeper
- &lt;dd&gt;Sorry, &lt;span title="This is, of course, a lie."&gt;we're
- closing for lunch&lt;/span&gt;.
-&lt;/dialog&gt;</pre>
-
-  </div><p>For longer annotations, the <code><a href="#the-a-element">a</a></code> element should be
-  used, pointing to an element later in the document. The convention
-  is that the contents of the link be a number in square brackets.</p><div class="example">
-
-   <p>In this example, a footnote in the dialog links to a paragraph
-   below the dialog. The paragraph then reciprocally links back to the
-   dialog, allowing the user to return to the location of the
-   footnote.</p>
-
-   <pre>&lt;dialog&gt;
- &lt;dt&gt;Announcer
- &lt;dd&gt;Number 16: The &lt;i&gt;hand&lt;/i&gt;.
- &lt;dt&gt;Interviewer
- &lt;dd&gt;Good evening. I have with me in the studio tonight Mr
- Norman St John Polevaulter, who for the past few years has
- been contradicting people. Mr Polevaulter, why &lt;em&gt;do&lt;/em&gt;
- you contradict people?
- &lt;dt&gt;Norman
- &lt;dd&gt;I don't. &lt;a href="#fn1" id="r1"&gt;[1]&lt;/a&gt;
- &lt;dt&gt;Interviewer
- &lt;dd&gt;You told me you did!
-&lt;/dialog&gt;
-&lt;section&gt;
- &lt;p id="fn1"&gt;&lt;a href="#r1"&gt;[1]&lt;/a&gt; This is, naturally, a lie,
- but paradoxically if it were true he could not say so without
- contradicting the interviewer and thus making it false.&lt;/p&gt;
-&lt;/section&gt;</pre>
-
-  </div><p>For side notes, longer annotations that apply to entire sections
-  of the text rather than just specific words or sentences, the
-  <code><a href="semantics.html#the-aside-element">aside</a></code> element should be used.</p><div class="example">
-
-   <p>In this example, a sidebar is given after a dialog, giving some
-   context to the dialog.</p>
-
-   <pre>&lt;dialog&gt;
- &lt;dt&gt;Customer
- &lt;dd&gt;I will not buy this record, it is scratched.
- &lt;dt&gt;Shopkeeper
- &lt;dd&gt;I'm sorry?
- &lt;dt&gt;Customer
- &lt;dd&gt;I will not buy this record, it is scratched.
- &lt;dt&gt;Shopkeeper
- &lt;dd&gt;No no no, this's'a tobacconist's.
-&lt;/dialog&gt;
-&lt;aside&gt;
- &lt;p&gt;In 1970, the British Empire lay in ruins, and foreign
- nationalists frequented the streets &#8212; many of them Hungarians
- (not the streets &#8212; the foreign nationals). Sadly, Alexander
- Yalt has been publishing incompetently-written phrase books.
-&lt;/aside&gt;</pre>
-
-  </div><p>For figures or tables, footnotes can be included in the relevant
-  <code><a href="interactive-elements.html#the-legend-element">legend</a></code> or <code><a href="tabular-data.html#the-caption-element">caption</a></code> element, or in
-  surrounding prose.</p><div class="example">
-
-   <p>In this example, a <!-- round --> table has cells with footnotes
-   that are given in prose. A <code><a href="#the-figure-element">figure</a></code> element is used to
-   give a single legend to the combination of the table and its
-   footnotes.</p>
-
-   <pre>&lt;figure&gt;
- &lt;legend&gt;Table 1. Alternative activities for knights.&lt;/legend&gt;
- &lt;table&gt;
-  &lt;tr&gt;
-   &lt;th&gt; Activity
-   &lt;th&gt; Location
-   &lt;th&gt; Cost
-  &lt;tr&gt;
-   &lt;td&gt; Dance
-   &lt;td&gt; Wherever possible
-   &lt;td&gt; &#163;0&lt;sup&gt;&lt;a href="#fn1"&gt;1&lt;/a&gt;&lt;/sup&gt;
-  &lt;tr&gt;
-   &lt;td&gt; Routines, chorus scenes&lt;sup&gt;&lt;a href="#fn2"&gt;2&lt;/a&gt;&lt;/sup&gt;
-   &lt;td&gt; Undisclosed
-   &lt;td&gt; Undisclosed
-  &lt;tr&gt;
-   &lt;td&gt; Dining&lt;sup&gt;&lt;a href="#fn3"&gt;3&lt;/a&gt;&lt;/sup&gt;
-   &lt;td&gt; Camelot
-   &lt;td&gt; Cost of ham, jam, and spam&lt;sup&gt;&lt;a href="#fn4"&gt;4&lt;/a&gt;&lt;/sup&gt;
- &lt;/table&gt;
- &lt;p id="fn1"&gt;1. Assumed.&lt;/p&gt;
- &lt;p id="fn2"&gt;2. Footwork impeccable.&lt;/p&gt;
- &lt;p id="fn3"&gt;3. Quality described as "well".&lt;/p&gt;
- &lt;p id="fn4"&gt;4. A lot.&lt;/p&gt;
-&lt;/figure&gt;</pre>
-
-  </div><h3 id="edits"><span class="secno">4.7 </span>Edits</h3><p>The <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements represent
+  </td></tr></tbody></table><h3 id="edits"><span class="secno">4.7 </span>Edits</h3><p>The <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements represent
   edits to the document.</p><h4 id="the-ins-element"><span class="secno">4.7.1 </span>The <dfn><code>ins</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt>
    <dd><a href="dom.html#flow-content">Flow content</a>.</dd>
    <dd>When the element only contains <a href="dom.html#phrasing-content">phrasing content</a>: <a href="dom.html#phrasing-content">phrasing content</a>.</dd>
@@ -2255,25 +2152,24 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href="dom.html#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
-   <dd>Either: one <code><a href="interactive-elements.html#the-legend-element">legend</a></code> element followed by <a href="dom.html#flow-content">flow content</a>.</dd>
-   <dd>Or: <a href="dom.html#flow-content">Flow content</a> followed by one <code><a href="interactive-elements.html#the-legend-element">legend</a></code> element.</dd>
-   <dd>Or: <a href="dom.html#flow-content">Flow content</a>.</dd>
+   <dd>In any order, one <code><a href="semantics.html#the-dd-element">dd</a></code> element, and optionally one <code><a href="semantics.html#the-dt-element">dt</a></code> element.</dd>
    <dt>Content attributes:</dt>
    <dd><a href="dom.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="dom.html#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
+  </dl><!-- v2: Add a <dc> or <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="dom.html#flow-content">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
   content of the document, but that could, without affecting the flow
   of the document, be moved away from that primary content, e.g. to
-  the side of the page, to dedicated pages, or to an appendix.</p><p>The first <code><a href="interactive-elements.html#the-legend-element">legend</a></code> element child of the element, if
-  any, represents the caption of the <code><a href="#the-figure-element">figure</a></code> element's
-  contents. If there is no child <code><a href="interactive-elements.html#the-legend-element">legend</a></code> element, then
-  there is no caption.</p><p>The remainder of the element's contents, if any, represents the
-  content.</p><div class="example">
+  the side of the page, to dedicated pages, or to an appendix.</p><p>The first<code><a href="semantics.html#the-dt-element">dt</a></code> element child
+  of the element, if any, represents the caption of the
+  <code><a href="#the-figure-element">figure</a></code> element's contents. If there is no child
+  <code><a href="semantics.html#the-dt-element">dt</a></code> element, then there is no caption.</p><p>The first<code><a href="semantics.html#the-dd-element">dd</a></code> element child
+  of the element represents the
+  element's contents. </p><div class="example">
 
    <p>This example shows the <code><a href="#the-figure-element">figure</a></code> element to mark up a
    code listing.</p>
@@ -2281,12 +2177,14 @@
    <pre>&lt;p&gt;In &lt;a href="#l4"&gt;listing 4&lt;/a&gt; we see the primary core interface
 API declaration.&lt;/p&gt;
 &lt;figure id="l4"&gt;
- &lt;legend&gt;Listing 4. The primary core interface API declaration.&lt;/legend&gt;
- &lt;pre&gt;&lt;code&gt;interface PrimaryCore {
+ &lt;dt&gt;Listing 4. The primary core interface API declaration.&lt;/dt&gt;
+ &lt;dd&gt;
+  &lt;pre&gt;&lt;code&gt;interface PrimaryCore {
   boolean verifyDataLine();
   void sendData(in sequence&amp;lt;byte&gt; data);
   void initSelfDestruct();
 }&lt;/code&gt;&lt;/pre&gt;
+ &lt;/dd&gt;
 &lt;/figure&gt;
 &lt;p&gt;The API is designed to use UTF-8.&lt;/p&gt;</pre>
 
@@ -2296,10 +2194,12 @@
    photo.</p>
 
    <pre>&lt;figure&gt;
- &lt;img src="bubbles-work.jpeg"
-      alt="Bubbles, sitting in his office chair, works on his
-           latest project intently."&gt;
- &lt;legend&gt;Bubbles at work&lt;/legend&gt;
+ &lt;dd&gt;
+  &lt;img src="bubbles-work.jpeg"
+       alt="Bubbles, sitting in his office chair, works on his
+            latest project intently."&gt;
+ &lt;/dd&gt;
+ &lt;dt&gt;Bubbles at work&lt;/dt&gt;
 &lt;/figure&gt;</pre>
 
   </div><div class="example">
@@ -2311,25 +2211,27 @@
 
 &lt;p&gt;This case centered on some sort of "intellectual property"
 infringement related to a comic (see Exhibit A). The suit started
-after a trailer ending with these words:&lt;/p&gt;
+after a trailer ending with these words:
 
-&lt;img src="promblem-packed-action.png" alt="ROUGH COPY! Promblem-Packed Action!"&gt;
+&lt;blockquote&gt;
+ &lt;img src="promblem-packed-action.png" alt="ROUGH COPY! Promblem-Packed Action!"&gt;
+&lt;/blockquote&gt;
 
 &lt;p&gt;...was aired. A lawyer, armed with a Bigger Notebook, launched a
 preemptive strike using snowballs. A complete copy of the trailer is
-included with Exhibit B.&lt;/p&gt;
+included with Exhibit B.
 
 &lt;figure&gt;
- &lt;img src="ex-a.png" alt="Two squiggles on a dirty piece of paper."&gt;
- &lt;legend&gt;Exhibit A. The alleged &lt;cite&gt;rough copy&lt;/cite&gt; comic.&lt;/legend&gt;
+ &lt;dd&gt;&lt;img src="ex-a.png" alt="Two squiggles on a dirty piece of paper."&gt;
+ &lt;dt&gt;Exhibit A. The alleged &lt;cite&gt;rough copy&lt;/cite&gt; comic.
 &lt;/figure&gt;
 
 &lt;figure&gt;
- &lt;video src="ex-b.mov"&gt;&lt;/video&gt;
- &lt;legend&gt;Exhibit B. The &lt;cite&gt;Rough Copy&lt;/cite&gt; trailer.&lt;/legend&gt;
+ &lt;dd&gt;&lt;video src="ex-b.mov"&gt;&lt;/video&gt;
+ &lt;dt&gt;Exhibit B. The &lt;cite&gt;Rough Copy&lt;/cite&gt; trailer.
 &lt;/figure&gt;
 
-&lt;p&gt;The case was resolved out of court.&lt;/p&gt;</pre>
+&lt;p&gt;The case was resolved out of court.</pre>
 
   </div><div class="example">
 
@@ -2337,11 +2239,13 @@
    <code><a href="#the-figure-element">figure</a></code>.</p>
 
    <pre>&lt;figure&gt;
- &lt;p&gt;'Twas brillig, and the slithy toves&lt;br&gt;
-Did gyre and gimble in the wabe;&lt;br&gt;
-All mimsy were the borogoves,&lt;br&gt;
-And the mome raths outgrabe.&lt;/p&gt;
- &lt;legend&gt;&lt;cite&gt;Jabberwocky&lt;/cite&gt; (first verse). Lewis Carroll, 1832-98&lt;/legend&gt;
+ &lt;dd&gt;
+  &lt;p&gt;'Twas brillig, and the slithy toves&lt;br&gt;
+  Did gyre and gimble in the wabe;&lt;br&gt;
+  All mimsy were the borogoves,&lt;br&gt;
+  And the mome raths outgrabe.&lt;/p&gt;
+ &lt;/dd&gt;
+ &lt;dt&gt;&lt;cite&gt;Jabberwocky&lt;/cite&gt; (first verse). Lewis Carroll, 1832-98&lt;/dt&gt;
 &lt;/figure&gt;</pre>
 
   </div><div class="example">
@@ -2350,13 +2254,15 @@
    discussing a castle, the figure has three images in it.</p>
 
    <pre>&lt;figure&gt;
- &lt;img src="castle1423.jpeg" title="Etching. Anonymous, ca. 1423."
-      alt="The castle has one tower, and a tall wall around it."&gt;
- &lt;img src="castle1858.jpeg" title="Oil-based paint on canvas. Maria Towle, 1858."
-      alt="The castle now has two towers and two walls."&gt;
- &lt;img src="castle1999.jpeg" title="Film photograph. Peter Jankle, 1999."
-      alt="The castle lies in ruins, the original tower all that remains in one piece."&gt;
- &lt;legend&gt;The castle through the ages: 1423, 1858, and 1999 respectively.&lt;/legend&gt;
+ &lt;dd&gt;
+  &lt;img src="castle1423.jpeg" title="Etching. Anonymous, ca. 1423."
+       alt="The castle has one tower, and a tall wall around it."&gt;
+  &lt;img src="castle1858.jpeg" title="Oil-based paint on canvas. Maria Towle, 1858."
+       alt="The castle now has two towers and two walls."&gt;
+  &lt;img src="castle1999.jpeg" title="Film photograph. Peter Jankle, 1999."
+       alt="The castle lies in ruins, the original tower all that remains in one piece."&gt;
+ &lt;/dd&gt;
+ &lt;dt&gt;The castle through the ages: 1423, 1858, and 1999 respectively.&lt;/dt&gt;
 &lt;/figure&gt;</pre>
 
   </div><h4 id="the-img-element"><span class="secno">4.8.2 </span>The <dfn><code>img</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/30">ISSUE-30</a> (longdesc) and <a href="http://www.w3.org/html/wg/tracker/issues/66">ISSUE-66</a> (image-analysis) block progress to Last Call</span></p><dl class="element"><dt>Categories</dt>
@@ -2680,7 +2586,7 @@
    <p>Text such as "Photo of white house with boarded door" would be
    equally bad alternative text (though it could be suitable for the
    <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute or in the
-   <code><a href="interactive-elements.html#the-legend-element">legend</a></code> element of a <code><a href="#the-figure-element">figure</a></code> with this
+   <code><a href="semantics.html#the-dt-element">dt</a></code> element of a <code><a href="#the-figure-element">figure</a></code> with this
    image).</p>
 
   </div><h6 id="a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos"><span class="secno">4.8.2.1.3 </span>A short phrase or label with an alternative graphical representation: icons, logos</h6><p>A document can contain information in iconic form. The icon is
@@ -2823,10 +2729,10 @@
    <p>In these cases, it would be wrong to include alternative text
    that consists of just a caption. If a caption is to be included,
    then either the <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute can
-   be used, or the <code><a href="#the-figure-element">figure</a></code> and <code><a href="interactive-elements.html#the-legend-element">legend</a></code>
-   elements can be used. In the latter case, the image would in fact
-   be a phrase or paragraph with an alternative graphical
-   representation, and would thus require alternative text.</p>
+   be used, or the <code><a href="#the-figure-element">figure</a></code> and <code><a href="semantics.html#the-dt-element">dt</a></code> elements
+   can be used. In the latter case, the image would in fact be a
+   phrase or paragraph with an alternative graphical representation,
+   and would thus require alternative text.</p>
 
    <pre>&lt;!-- Using the title="" attribute --&gt;
 &lt;p&gt;The network passes data to the Tokenizer stage, which
@@ -2837,20 +2743,22 @@
 &lt;p&gt;<strong>&lt;img src="images/parsing-model-overview.png" alt=""
         title="Flowchart representation of the parsing model."&gt;</strong>&lt;/p&gt;</pre>
 
-   <pre>&lt;!-- Using &lt;figure&gt; and &lt;legend&gt; --&gt;
+   <pre>&lt;!-- Using &lt;figure&gt; and &lt;dt&gt; --&gt;
 &lt;p&gt;The network passes data to the Tokenizer stage, which
 passes data to the Tree Construction stage. From there, data goes
 to both the DOM and to Script Execution. Script Execution is
 linked to the DOM, and, using document.write(), passes data to
 the Tokenizer.&lt;/p&gt;
 &lt;figure&gt;
- <strong>&lt;img src="images/parsing-model-overview.png" alt="The Network leads
- to the Tokenizer, which leads to the Tree Construction. The Tree
- Construction leads to two items. The first is Script Execution, which
- leads via document.write() back to the Tokenizer. The second item
- from which Tree Construction leads is the DOM. The DOM is related to
- the Script Execution."&gt;</strong>
- &lt;legend&gt;Flowchart representation of the parsing model.&lt;/legend&gt;
+ &lt;dd&gt;
+  <strong>&lt;img src="images/parsing-model-overview.png" alt="The Network leads
+  to the Tokenizer, which leads to the Tree Construction. The Tree
+  Construction leads to two items. The first is Script Execution, which
+  leads via document.write() back to the Tokenizer. The second item
+  from which Tree Construction leads is the DOM. The DOM is related to
+  the Script Execution."&gt;</strong>
+ &lt;/dd&gt;
+ &lt;dt&gt;Flowchart representation of the parsing model.&lt;/dt&gt;
 &lt;/figure&gt;</pre>
 
    <pre class="bad">&lt;!-- This is WRONG. Do not do this. Instead, do what the above examples do. --&gt;
@@ -2969,17 +2877,19 @@
      some alternative text:</p>
 
      <pre>&lt;figure&gt;
- <strong>&lt;img src="KDE%20Light%20desktop.png"
-      alt="The desktop is blue, with icons along the left hand side in
-           two columns, reading System, Home, K-Mail, etc. A window is
-           open showing that menus wrap to a second line if they
-           cannot fit in the window. The window has a list of icons
-           along the top, with an address bar below it, a list of
-           icons for tabs along the left edge, a status bar on the
-           bottom, and two panes in the middle. The desktop has a bar
-           at the bottom of the screen with a few buttons, a pager, a
-           list of open applications, and a clock."&gt;</strong>
- &lt;legend&gt;Screenshot of a KDE desktop.&lt;/legend&gt;
+ &lt;dd&gt;
+  <strong>&lt;img src="KDE%20Light%20desktop.png"
+       alt="The desktop is blue, with icons along the left hand side in
+            two columns, reading System, Home, K-Mail, etc. A window is
+            open showing that menus wrap to a second line if they
+            cannot fit in the window. The window has a list of icons
+            along the top, with an address bar below it, a list of
+            icons for tabs along the left edge, a status bar on the
+            bottom, and two panes in the middle. The desktop has a bar
+            at the bottom of the screen with a few buttons, a pager, a
+            list of open applications, and a clock."&gt;</strong>
+ &lt;/dd&gt;
+ &lt;dt&gt;Screenshot of a KDE desktop.&lt;/dt&gt;
 &lt;/figure&gt;</pre>
 
     </div>
@@ -3023,14 +2933,14 @@
      if brief, is still better than nothing:</p>
 
      <pre>&lt;figure&gt;
- <strong>&lt;img src="/commons/a/a7/Rorschach1.jpg" alt="A shape with left-right
+ &lt;dd&gt;<strong>&lt;img src="/commons/a/a7/Rorschach1.jpg" alt="A shape with left-right
  symmetry with indistinct edges, with a small gap in the center, two
  larger gaps offset slightly from the center, with two similar gaps
  under them. The outline is wider in the top half than the bottom
  half, with the sides extending upwards higher than the center, and
- the center extending below the sides."&gt;</strong>
- &lt;legend&gt;A black outline of the first of the ten cards
- in the Rorschach inkblot test.&lt;/legend&gt;
+ the center extending below the sides."&gt;</strong>&lt;/dd&gt;
+ &lt;dt&gt;A black outline of the first of the ten cards
+ in the Rorschach inkblot test.&lt;/dt&gt;
 &lt;/figure&gt;</pre>
 
      <p>Note that the following would be a very bad use of alternative
@@ -3038,10 +2948,10 @@
 
      <pre class="bad">&lt;!-- This example is wrong. Do not copy it. --&gt;
 &lt;figure&gt;
- &lt;img src="/commons/a/a7/Rorschach1.jpg" alt="A black outline
- of the first of the ten cards in the Rorschach inkblot test."&gt;
- &lt;legend&gt;A black outline of the first of the ten cards
- in the Rorschach inkblot test.&lt;/legend&gt;
+ &lt;dd&gt;&lt;img src="/commons/a/a7/Rorschach1.jpg" alt="A black outline
+ of the first of the ten cards in the Rorschach inkblot test."&gt;&lt;/dd&gt;
+ &lt;dt&gt;A black outline of the first of the ten cards
+ in the Rorschach inkblot test.&lt;/dt&gt;
 &lt;/figure&gt;</pre>
 
      <p>Including the caption in the alternative text like this isn't
@@ -3093,7 +3003,7 @@
      present and has a non-empty value.</li>
 
      <li>The <code><a href="#the-img-element">img</a></code> element is in a <code><a href="#the-figure-element">figure</a></code>
-     element that contains a <code><a href="interactive-elements.html#the-legend-element">legend</a></code> element that contains
+     element that contains a <code><a href="semantics.html#the-dt-element">dt</a></code> element that contains
      content other than <a href="dom.html#inter-element-whitespace">inter-element whitespace</a>.</li>
 
      <li>The <code><a href="#the-img-element">img</a></code> element is part of the only
@@ -3114,8 +3024,8 @@
      image with no metadata other than the caption:</p>
 
      <pre>&lt;figure&gt;
- <strong>&lt;img src="1100670787_6a7c664aef.jpg"&gt;</strong>
- &lt;legend&gt;Bubbles traveled everywhere with us.&lt;/legend&gt;
+ &lt;dd&gt;<strong>&lt;img src="1100670787_6a7c664aef.jpg"&gt;</strong>&lt;/dd&gt;
+ &lt;dt&gt;Bubbles traveled everywhere with us.&lt;/dt&gt;
 &lt;/figure&gt;</pre>
 
      <p>It could also be marked up like this:</p>
@@ -3141,8 +3051,8 @@
  &lt;h1&gt;I took a photo&lt;/h1&gt;
  &lt;p&gt;I went out today and took a photo!&lt;/p&gt;
  &lt;figure&gt;
-  <strong>&lt;img src="photo2.jpeg"&gt;</strong>
-  &lt;legend&gt;A photograph taken blindly from my front porch.&lt;/legend&gt;
+  &lt;dd&gt;<strong>&lt;img src="photo2.jpeg"&gt;</strong>&lt;/dd&gt;
+  &lt;dt&gt;A photograph taken blindly from my front porch.&lt;/dt&gt;
  &lt;/figure&gt;
 &lt;/article&gt;</pre>
 
@@ -3153,13 +3063,13 @@
  &lt;h1&gt;I took a photo&lt;/h1&gt;
  &lt;p&gt;I went out today and took a photo!&lt;/p&gt;
  &lt;figure&gt;
-  <strong>&lt;img src="photo2.jpeg" alt="The photograph shows my hummingbird
+  &lt;dd&gt;<strong>&lt;img src="photo2.jpeg" alt="The photograph shows my hummingbird
   feeder hanging from the edge of my roof. It is half full, but there
   are no birds around. In the background, out-of-focus trees fill the
   shot. The feeder is made of wood with a metal grate, and it contains
   peanuts. The edge of the roof is wooden too, and is painted white
-  with light blue streaks."&gt;</strong>
-  &lt;legend&gt;A photograph taken blindly from my front porch.&lt;/legend&gt;
+  with light blue streaks."&gt;</strong>&lt;/dd&gt;
+  &lt;dt&gt;A photograph taken blindly from my front porch.&lt;/dt&gt;
  &lt;/figure&gt;
 &lt;/article&gt;</pre>
 
@@ -3544,11 +3454,13 @@
    not support third-party technologies like Java.)</p>
 
    <pre>&lt;figure&gt;
- &lt;object type="application/x-java-applet"&gt;
-  &lt;param name="code" value="MyJavaClass"&gt;
-  &lt;p&gt;You do not have Java available, or it is disabled.&lt;/p&gt;
- &lt;/object&gt;
- &lt;legend&gt;My Java Clock&lt;/legend&gt;
+ &lt;dd&gt;
+  &lt;object type="application/x-java-applet"&gt;
+   &lt;param name="code" value="MyJavaClass"&gt;
+   &lt;p&gt;You do not have Java available, or it is disabled.&lt;/p&gt;
+  &lt;/object&gt;
+ &lt;/dd&gt;
+ &lt;dt&gt;My Java Clock&lt;/dt&gt;
 &lt;/figure&gt;</pre>
 
   </div><div class="example">
@@ -3557,8 +3469,8 @@
    <code><a href="#the-object-element">object</a></code> element.</p>
 
    <pre>&lt;figure&gt;
- &lt;object data="clock.html"&gt;&lt;/object&gt;
- &lt;legend&gt;My HTML Clock&lt;/legend&gt;
+ &lt;dd&gt;&lt;object data="clock.html"&gt;&lt;/object&gt;
+ &lt;dt&gt;My HTML Clock
 &lt;/figure&gt;</pre>
 
   </div><h4 id="the-param-element"><span class="secno">4.8.6 </span>The <dfn><code>param</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt>

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- history.html	15 Sep 2009 08:47:43 -0000	1.142
+++ history.html	15 Sep 2009 11:07:10 -0000	1.143
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="offline.html">&#8592; 6.7 Offline Web applications</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -811,8 +811,8 @@
    &lt;a href="../"&gt;Return to photo index&lt;/a&gt;
   &lt;/nav&gt;
   &lt;figure&gt;
-   &lt;img src="/pix/39627052_fd8dcd98b5.jpg"&gt;
-   &lt;legend&gt;Kissat&lt;/legend&gt;
+   &lt;dd&gt;&lt;img src="/pix/39627052_fd8dcd98b5.jpg"&gt;
+   &lt;dt&gt;Kissat
   &lt;/figure&gt;
   &lt;p&gt;One of them has six toes!&lt;/p&gt;
   &lt;p&gt;&lt;small&gt;&lt;a rel="license" href="http://www.opensource.org/licenses/mit-license.php"&gt;MIT Licensed&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
@@ -870,7 +870,7 @@
   <em>tag</em> that the referenced document represents applies to the
   current document.</p><p class="note">Since it indicates that the tag <em>applies to the
   current document</em>, it would be inappropriate to use this keyword
-  in the markup of a <a href="semantics.html#tag-cloud">tag cloud</a>, which lists
+  in the markup of a <a href="interactive-elements.html#tag-cloud">tag cloud</a>, which lists
   the popular tag across a set of pages.</p><h5 id="hierarchical-link-types"><span class="secno">6.10.2.18 </span>Hierarchical link types</h5><p>Some documents form part of a hierarchical structure of
   documents.</p><p>A hierarchical structure of documents is one where each document
   can have various subdocuments. The document of which a document is a

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- tabular-data.html	15 Sep 2009 08:47:44 -0000	1.141
+++ tabular-data.html	15 Sep 2009 11:07:10 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="the-canvas-element.html">&#8592; 4.8.11 The canvas element</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -358,10 +358,12 @@
  &lt;caption&gt;
   &lt;strong&gt;Characteristics with positive and negative sides.&lt;/strong&gt;
   &lt;details&gt;
-   &lt;legend&gt;Help&lt;/legend&gt;
-   &lt;p&gt;Characteristics are given in the second column, with the
-   negative side in the left column and the positive side in the right
-   column.&lt;/p&gt;
+   &lt;dt&gt;Help&lt;/dt&gt;
+   &lt;dd&gt;
+    &lt;p&gt;Characteristics are given in the second column, with the
+    negative side in the left column and the positive side in the right
+    column.&lt;/p&gt;
+   &lt;/dd&gt;
   &lt;/details&gt;
  &lt;/caption&gt;
  &lt;thead&gt;
@@ -385,57 +387,61 @@
 
    <dd>
     <div class="example"><pre>&lt;figure&gt;
- &lt;legend&gt;Characteristics with positive and negative sides&lt;/legend&gt;
- &lt;p&gt;Characteristics are given in the second
- column, with the negative side in the left column and the positive
- side in the right column.&lt;/p&gt;
- &lt;table&gt;
-  &lt;thead&gt;
-   &lt;tr&gt;
-    &lt;th id="n"&gt; Negative
-    &lt;th&gt; Characteristic
-    &lt;th&gt; Positive
-  &lt;tbody&gt;
-   &lt;tr&gt;
-    &lt;td headers="n r1"&gt; Sad
-    &lt;th id="r1"&gt; Mood
-    &lt;td&gt; Happy
-   &lt;tr&gt;
-    &lt;td headers="n r2"&gt; Failing
-    &lt;th id="r2"&gt; Grade
-    &lt;td&gt; Passing
- &lt;/table&gt;
-&lt;figure&gt;
+ &lt;dt&gt;Characteristics with positive and negative sides&lt;/dt&gt;
+ &lt;dd&gt;
+  &lt;p&gt;Characteristics are given in the second column, with the
+  negative side in the left column and the positive side in the right
+  column.&lt;/p&gt;
+  &lt;table&gt;
+   &lt;thead&gt;
+    &lt;tr&gt;
+     &lt;th id="n"&gt; Negative
+     &lt;th&gt; Characteristic
+     &lt;th&gt; Positive
+   &lt;tbody&gt;
+    &lt;tr&gt;
+     &lt;td headers="n r1"&gt; Sad
+     &lt;th id="r1"&gt; Mood
+     &lt;td&gt; Happy
+    &lt;tr&gt;
+     &lt;td headers="n r2"&gt; Failing
+     &lt;th id="r2"&gt; Grade
+     &lt;td&gt; Passing
+  &lt;/table&gt;
+ &lt;/dd&gt;
+&lt;/figure&gt;
 </pre></div>
    </dd>
 
-   <dt>Next to the table, in a <code><a href="text-level-semantics.html#the-figure-element">figure</a></code>'s <code><a href="interactive-elements.html#the-legend-element">legend</a></code></dt>
+   <dt>Next to the table, in a <code><a href="text-level-semantics.html#the-figure-element">figure</a></code>'s <code><a href="semantics.html#the-dt-element">dt</a></code></dt>
 
    <dd>
     <div class="example"><pre>&lt;figure&gt;
- &lt;legend&gt;
+ &lt;dt&gt;
   &lt;strong&gt;Characteristics with positive and negative sides&lt;/strong&gt;
-  &lt;p&gt;Characteristics are given in the second
-  column, with the negative side in the left column and the positive
-  side in the right column.&lt;/p&gt;
- &lt;/legend&gt;
- &lt;table&gt;
-  &lt;thead&gt;
-   &lt;tr&gt;
-    &lt;th id="n"&gt; Negative
-    &lt;th&gt; Characteristic
-    &lt;th&gt; Positive
-  &lt;tbody&gt;
-   &lt;tr&gt;
-    &lt;td headers="n r1"&gt; Sad
-    &lt;th id="r1"&gt; Mood
-    &lt;td&gt; Happy
-   &lt;tr&gt;
-    &lt;td headers="n r2"&gt; Failing
-    &lt;th id="r2"&gt; Grade
-    &lt;td&gt; Passing
- &lt;/table&gt;
-&lt;figure&gt;
+  &lt;p&gt;Characteristics are given in the second column, with the
+  negative side in the left column and the positive side in the right
+  column.&lt;/p&gt;
+ &lt;/dt&gt;
+ &lt;dd&gt;
+  &lt;table&gt;
+   &lt;thead&gt;
+    &lt;tr&gt;
+     &lt;th id="n"&gt; Negative
+     &lt;th&gt; Characteristic
+     &lt;th&gt; Positive
+   &lt;tbody&gt;
+    &lt;tr&gt;
+     &lt;td headers="n r1"&gt; Sad
+     &lt;th id="r1"&gt; Mood
+     &lt;td&gt; Happy
+    &lt;tr&gt;
+     &lt;td headers="n r2"&gt; Failing
+     &lt;th id="r2"&gt; Grade
+     &lt;td&gt; Passing
+  &lt;/table&gt;
+ &lt;/dd&gt;
+&lt;/figure&gt;
 </pre></div>
    </dd>
 
@@ -570,10 +576,10 @@
    </dd>
   </dl><p>The <code><a href="#the-caption-element">caption</a></code> element <a href="#represents">represents</a> the title of the
   <code><a href="#the-table-element">table</a></code> that is its parent, if it has a parent and that
-  is a <code><a href="#the-table-element">table</a></code> element.</p><p>When a <code><a href="#the-table-element">table</a></code> element is in a <code><a href="text-level-semantics.html#the-figure-element">figure</a></code>
-  element alone but for the <code><a href="text-level-semantics.html#the-figure-element">figure</a></code>'s <code><a href="interactive-elements.html#the-legend-element">legend</a></code>,
-  the <code><a href="#the-caption-element">caption</a></code> element should be omitted in favor of the
-  <code><a href="interactive-elements.html#the-legend-element">legend</a></code>.</p><p>A caption can introduce context for a table, making it
+  is a <code><a href="#the-table-element">table</a></code> element.</p><p>When a <code><a href="#the-table-element">table</a></code> element is the only content in a
+  <code><a href="text-level-semantics.html#the-figure-element">figure</a></code> element's <code><a href="semantics.html#the-dd-element">dd</a></code>, the
+  <code><a href="#the-caption-element">caption</a></code> element should be omitted in favor of the
+  <code><a href="semantics.html#the-dt-element">dt</a></code>.</p><p>A caption can introduce context for a table, making it
   significantly easier to understand.</p><div class="example">
 
    <p>Consider, for instance, the following table:</p>

Index: microdata.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/microdata.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- microdata.html	15 Sep 2009 08:47:43 -0000	1.141
+++ microdata.html	15 Sep 2009 11:07:10 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="interactive-elements.html">&#8592; 4.11 Interactive elements</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -382,14 +382,14 @@
    following two examples:</p>
 
    <pre>&lt;figure&gt;
- &lt;img src="castle.jpeg"&gt;
- &lt;legend&gt;&lt;span item&gt;&lt;span itemprop="name"&gt;The Castle&lt;/span&gt;&lt;/span&gt; (1986)&lt;/legend&gt;
+ &lt;dd&gt;&lt;img src="castle.jpeg"&gt;
+ &lt;dt&gt;&lt;span item&gt;&lt;span itemprop="name"&gt;The Castle&lt;/span&gt;&lt;/span&gt; (1986)
 &lt;/figure&gt;</pre>
 
    <pre>&lt;span item&gt;&lt;meta itemprop="name" content="The Castle"&gt;&lt;/span&gt;
 &lt;figure&gt;
- &lt;img src="castle.jpeg"&gt;
- &lt;legend&gt;The Castle (1986)&lt;/legend&gt;
+ &lt;dd&gt;&lt;img src="castle.jpeg"&gt;
+ &lt;dt&gt;The Castle (1986)
 &lt;/figure&gt;</pre>
 
    <p>Both have a figure with a caption, and both, completely
@@ -2677,8 +2677,8 @@
    simultaneously.</p>
 
    <pre>&lt;figure <strong>item="work"</strong>&gt;
- &lt;img <strong>itemprop="about"</strong> src="mypond.jpeg"&gt;
- &lt;legend&gt;
+ &lt;dd&gt;&lt;img <strong>itemprop="about"</strong> src="mypond.jpeg"&gt;
+ &lt;dt&gt;
   &lt;p&gt;&lt;cite <strong>itemprop="title"</strong>&gt;My Pond&lt;/cite&gt;&lt;/p&gt;
   &lt;p&gt;&lt;small&gt;Licensed under the &lt;a <strong>itemprop="license"</strong>
   href="http://creativecommons.org/licenses/by-sa/3.0/us/"&gt;Creative
@@ -2686,7 +2686,6 @@
   and the &lt;a <strong>itemprop="license"</strong>
   href="http://www.opensource.org/licenses/mit-license.php"&gt;MIT
   license&lt;/a&gt;.&lt;/small&gt;
- &lt;/legend&gt;
 &lt;/figure&gt;</pre>
 
   </div></body></html>
\ No newline at end of file

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- Overview.html	15 Sep 2009 08:47:43 -0000	1.141
+++ Overview.html	15 Sep 2009 11:07:09 -0000	1.142
@@ -240,7 +240,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3024.
+This is revision 1.3025.
    </p>
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -479,16 +479,13 @@
      <li><a href="semantics.html#the-hr-element"><span class="secno">4.5.2 </span>The <code>hr</code> element</a></li>
      <li><a href="semantics.html#the-br-element"><span class="secno">4.5.3 </span>The <code>br</code> element</a></li>
      <li><a href="semantics.html#the-pre-element"><span class="secno">4.5.4 </span>The <code>pre</code> element</a></li>
-     <li><a href="semantics.html#the-dialog-element"><span class="secno">4.5.5 </span>The <code>dialog</code> element</a></li>
-     <li><a href="semantics.html#the-blockquote-element"><span class="secno">4.5.6 </span>The <code>blockquote</code> element</a></li>
-     <li><a href="semantics.html#the-ol-element"><span class="secno">4.5.7 </span>The <code>ol</code> element</a></li>
-     <li><a href="semantics.html#the-ul-element"><span class="secno">4.5.8 </span>The <code>ul</code> element</a></li>
-     <li><a href="semantics.html#the-li-element"><span class="secno">4.5.9 </span>The <code>li</code> element</a></li>
-     <li><a href="semantics.html#the-dl-element"><span class="secno">4.5.10 </span>The <code>dl</code> element</a></li>
-     <li><a href="semantics.html#the-dt-element"><span class="secno">4.5.11 </span>The <code>dt</code> element</a></li>
-     <li><a href="semantics.html#the-dd-element"><span class="secno">4.5.12 </span>The <code>dd</code> element</a></li>
-     <li><a href="semantics.html#common-grouping-idioms"><span class="secno">4.5.13 </span>Common grouping idioms</a>
-      <ol><li><a href="semantics.html#tag-clouds"><span class="secno">4.5.13.1 </span>Tag clouds</a></li></ol></li></ol></li>
+     <li><a href="semantics.html#the-blockquote-element"><span class="secno">4.5.5 </span>The <code>blockquote</code> element</a></li>
+     <li><a href="semantics.html#the-ol-element"><span class="secno">4.5.6 </span>The <code>ol</code> element</a></li>
+     <li><a href="semantics.html#the-ul-element"><span class="secno">4.5.7 </span>The <code>ul</code> element</a></li>
+     <li><a href="semantics.html#the-li-element"><span class="secno">4.5.8 </span>The <code>li</code> element</a></li>
+     <li><a href="semantics.html#the-dl-element"><span class="secno">4.5.9 </span>The <code>dl</code> element</a></li>
+     <li><a href="semantics.html#the-dt-element"><span class="secno">4.5.10 </span>The <code>dt</code> element</a></li>
+     <li><a href="semantics.html#the-dd-element"><span class="secno">4.5.11 </span>The <code>dd</code> element</a></li></ol></li>
    <li><a href="text-level-semantics.html#text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</a>
     <ol><li><a href="text-level-semantics.html#the-a-element"><span class="secno">4.6.1 </span>The <code>a</code> element</a></li>
      <li><a href="text-level-semantics.html#the-em-element"><span class="secno">4.6.2 </span>The <code>em</code> element</a></li>
@@ -514,8 +511,7 @@
      <li><a href="text-level-semantics.html#the-rp-element"><span class="secno">4.6.22 </span>The <code>rp</code> element</a></li>
      <li><a href="text-level-semantics.html#the-bdo-element"><span class="secno">4.6.23 </span>The <code>bdo</code> element</a></li>
      <li><a href="text-level-semantics.html#the-span-element"><span class="secno">4.6.24 </span>The <code>span</code> element</a></li>
-     <li><a href="text-level-semantics.html#usage-summary"><span class="secno">4.6.25 </span>Usage summary</a></li>
-     <li><a href="text-level-semantics.html#footnotes"><span class="secno">4.6.26 </span>Footnotes</a></li></ol></li>
+     <li><a href="text-level-semantics.html#usage-summary"><span class="secno">4.6.25 </span>Usage summary</a></li></ol></li>
    <li><a href="text-level-semantics.html#edits"><span class="secno">4.7 </span>Edits</a>
     <ol><li><a href="text-level-semantics.html#the-ins-element"><span class="secno">4.7.1 </span>The <code>ins</code> element</a></li>
      <li><a href="text-level-semantics.html#the-del-element"><span class="secno">4.7.2 </span>The <code>del</code> element</a></li>
@@ -660,7 +656,11 @@
      <li><a href="interactive-elements.html#commands"><span class="secno">4.11.4 </span>Commands</a></li></ol></li>
    <li><a href="interactive-elements.html#miscellaneous-elements"><span class="secno">4.12 </span>Miscellaneous elements</a>
     <ol><li><a href="interactive-elements.html#the-legend-element"><span class="secno">4.12.1 </span>The <code>legend</code> element</a></li>
-     <li><a href="interactive-elements.html#the-div-element"><span class="secno">4.12.2 </span>The <code>div</code> element</a></li></ol></li></ol></li>
+     <li><a href="interactive-elements.html#the-div-element"><span class="secno">4.12.2 </span>The <code>div</code> element</a></li></ol></li>
+   <li><a href="interactive-elements.html#common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</a>
+    <ol><li><a href="interactive-elements.html#tag-clouds"><span class="secno">4.13.1 </span>Tag clouds</a></li>
+     <li><a href="interactive-elements.html#conversations"><span class="secno">4.13.2 </span>Conversations</a></li>
+     <li><a href="interactive-elements.html#footnotes"><span class="secno">4.13.3 </span>Footnotes</a></li></ol></li></ol></li>
  <li><a href="microdata.html#microdata"><span class="secno">5 </span>Microdata</a>
   <ol><li><a href="microdata.html#introduction-1"><span class="secno">5.1 </span>Introduction</a>
     <ol><li><a href="microdata.html#overview"><span class="secno">5.1.1 </span>Overview</a></li>

Index: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-0.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- embedded-content-0.html	15 Sep 2009 08:47:43 -0000	1.141
+++ embedded-content-0.html	15 Sep 2009 11:07:10 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="dom.html">&#8592; 3 Semantics, structure, and APIs of HTML documents</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- dom.html	15 Sep 2009 08:47:43 -0000	1.142
+++ dom.html	15 Sep 2009 11:07:10 -0000	1.143
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="infrastructure.html">&#8592; 2 Common infrastructure</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -1196,7 +1196,6 @@
    <li><code><a href="text-level-semantics.html#the-del-element">del</a></code></li>
    <li><code><a href="interactive-elements.html#the-details-element">details</a></code></li>
    <li><code><a href="text-level-semantics.html#the-dfn-element">dfn</a></code></li>
-   <li><code><a href="semantics.html#the-dialog-element">dialog</a></code></li>
    <li><code><a href="interactive-elements.html#the-div-element">div</a></code></li>
    <li><code><a href="semantics.html#the-dl-element">dl</a></code></li>
    <li><code><a href="text-level-semantics.html#the-em-element">em</a></code></li>

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- acknowledgements.html	15 Sep 2009 08:47:43 -0000	1.141
+++ acknowledgements.html	15 Sep 2009 11:07:09 -0000	1.142
@@ -217,7 +217,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="references.html">&#8592; References</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a>
@@ -437,6 +437,7 @@
   Jens Fendler,
   Jens Lindstr&#246;m,
   Jens Meiert,
+  Jeremy Keith,
   Jeremy Orlow,
   Jeroen van der Meer,
   Jian Li,

Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- the-canvas-element.html	15 Sep 2009 08:47:44 -0000	1.141
+++ the-canvas-element.html	15 Sep 2009 11:07:11 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="video.html">&#8592; 4.8.7 The video element</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: iana-considerations.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana-considerations.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- iana-considerations.html	15 Sep 2009 08:47:43 -0000	1.141
+++ iana-considerations.html	15 Sep 2009 11:07:10 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="no.html">&#8592; 12 Things that you can't do with this specification because they are better handled using other technologies that are further described herein</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- forms.html	15 Sep 2009 08:47:43 -0000	1.141
+++ forms.html	15 Sep 2009 11:07:10 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="tabular-data.html">&#8592; 4.9 Tabular data</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- interactive-elements.html	15 Sep 2009 08:47:43 -0000	1.141
+++ interactive-elements.html	15 Sep 2009 11:07:10 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="forms.html">&#8592; 4.10 Forms</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -231,7 +231,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href="dom.html#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
-   <dd>One <code><a href="#the-legend-element">legend</a></code> element followed by <a href="dom.html#flow-content">flow content</a>.</dd>
+   <dd>One <code><a href="semantics.html#the-dt-element">dt</a></code> element followed by one <code><a href="semantics.html#the-dd-element">dd</a></code> element.</dd>
    <dt>Content attributes:</dt>
    <dd><a href="dom.html#global-attributes">Global attributes</a></dd>
    <dd><code title="attr-details-open"><a href="#attr-details-open">open</a></code></dd>
@@ -243,9 +243,12 @@
    </dd>
   </dl><p>The <code><a href="#the-details-element">details</a></code> element <a href="#represents">represents</a> additional
   information or controls which the user can obtain on demand.</p><p class="note">The <code><a href="#the-details-element">details</a></code> element is not appropriate
-  for footnotes. Please see <a href="text-level-semantics.html#footnotes">the section on
-  footnotes</a> for details on how to mark up footnotes.</p><p>The first element child of a <code><a href="#the-details-element">details</a></code> element,  a <code><a href="#the-legend-element">legend</a></code> element,
-  <a href="#represents">represents</a> the summary of the details.</p><p>The <dfn id="attr-details-open" title="attr-details-open"><code>open</code></dfn>
+  for footnotes. Please see <a href="#footnotes">the section on
+  footnotes</a> for details on how to mark up footnotes.</p><p>The first<code><a href="semantics.html#the-dt-element">dt</a></code> element child
+  of the element
+  <a href="#represents">represents</a> the summary of the details.  </p><p>The first<code><a href="semantics.html#the-dd-element">dd</a></code> element child
+  of the element
+  <a href="#represents">represents</a> the details. </p><p>The <dfn id="attr-details-open" title="attr-details-open"><code>open</code></dfn>
   content attribute is a <a href="infrastructure.html#boolean-attribute">boolean attribute</a>. If present,
   it indicates that the details are to be shown to the user. If the
   attribute is absent, the details are not to be shown.</p><div class="example">
@@ -256,15 +259,17 @@
    <pre>&lt;section class="progress window"&gt;
  &lt;h1&gt;Copying "Really Achieving Your Childhood Dreams"&lt;/h1&gt;
  &lt;details&gt;
-  &lt;legend&gt;Copying... &lt;progress max="375505392" value="97543282"&gt;&lt;/progress&gt; 25%&lt;/legend&gt;
-  &lt;dl&gt;
-   &lt;dt&gt;Transfer rate:&lt;/dt&gt; &lt;dd&gt;452KB/s&lt;/dd&gt;
-   &lt;dt&gt;Local filename:&lt;/dt&gt; &lt;dd&gt;/home/rpausch/raycd.m4v&lt;/dd&gt;
-   &lt;dt&gt;Remote filename:&lt;/dt&gt; &lt;dd&gt;/var/www/lectures/raycd.m4v&lt;/dd&gt;
-   &lt;dt&gt;Duration:&lt;/dt&gt; &lt;dd&gt;01:16:27&lt;/dd&gt;
-   &lt;dt&gt;Color profile:&lt;/dt&gt; &lt;dd&gt;SD (6-1-6)&lt;/dd&gt;
-   &lt;dt&gt;Dimensions:&lt;/dt&gt; &lt;dd&gt;320&#215;240&lt;/dd&gt;
-  &lt;/dl&gt;
+  &lt;dt&gt;Copying... &lt;progress max="375505392" value="97543282"&gt;&lt;/progress&gt; 25%&lt;/dt&gt;
+  &lt;dd&gt;
+   &lt;dl&gt;
+    &lt;dt&gt;Transfer rate:&lt;/dt&gt; &lt;dd&gt;452KB/s&lt;/dd&gt;
+    &lt;dt&gt;Local filename:&lt;/dt&gt; &lt;dd&gt;/home/rpausch/raycd.m4v&lt;/dd&gt;
+    &lt;dt&gt;Remote filename:&lt;/dt&gt; &lt;dd&gt;/var/www/lectures/raycd.m4v&lt;/dd&gt;
+    &lt;dt&gt;Duration:&lt;/dt&gt; &lt;dd&gt;01:16:27&lt;/dd&gt;
+    &lt;dt&gt;Color profile:&lt;/dt&gt; &lt;dd&gt;SD (6-1-6)&lt;/dd&gt;
+    &lt;dt&gt;Dimensions:&lt;/dt&gt; &lt;dd&gt;320&#215;240&lt;/dd&gt;
+   &lt;/dl&gt;
+  &lt;/dd&gt;
  &lt;/details&gt;
 &lt;/section&gt;</pre>
 
@@ -3231,11 +3236,8 @@
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>As the first child of a <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element.</dd>
-   <dd>As the first child of a <code><a href="#the-details-element">details</a></code> element.</dd>
-   <dd>As the first or last child of a <code><a href="text-level-semantics.html#the-figure-element">figure</a></code> element, if there are no other <code><a href="#the-legend-element">legend</a></code> element children of that element.</dd>
    <dt>Content model:</dt>
-   <dd>When the parent node is a <code><a href="text-level-semantics.html#the-figure-element">figure</a></code> element: <a href="dom.html#flow-content">flow content</a>, but with no descendant <code><a href="text-level-semantics.html#the-figure-element">figure</a></code> elements.</dd>
-   <dd>Otherwise: <a href="dom.html#phrasing-content">phrasing content</a>.</dd>
+   <dd><a href="dom.html#phrasing-content">Phrasing content</a>.</dd>
    <dt>Content attributes:</dt>
    <dd><a href="dom.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
@@ -3244,9 +3246,9 @@
   readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="#dom-legend-form" title="dom-legend-form">form</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-legend-element">legend</a></code> element <a href="#represents">represents</a> a title
-  or explanatory caption for the rest of the contents of the
-  <code><a href="#the-legend-element">legend</a></code> element's parent element.</p><dl class="domintro"><dt><var title="">legend</var> . <code title="dom-legend-form"><a href="#dom-legend-form">form</a></code></dt>
+  </dl><p>The <code><a href="#the-legend-element">legend</a></code> element <a href="#represents">represents</a> a caption
+  for the rest of the contents of the <code><a href="#the-legend-element">legend</a></code> element's
+  parent <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element.</p><dl class="domintro"><dt><var title="">legend</var> . <code title="dom-legend-form"><a href="#dom-legend-form">form</a></code></dt>
 
    <dd>
 
@@ -3305,4 +3307,171 @@
  &lt;p&gt;I should say "sidewalk" and "apartment" and "color"!&lt;/p&gt;
 &lt;/article&gt;</pre>
 
+  </div><h3 id="common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</h3><h5 id="tag-clouds"><span class="secno">4.13.1 </span>Tag clouds</h5><p id="tag-cloud">This specification does not define any markup
+  specifically for marking up lists of keywords that apply to a group
+  of pages (also known as <i>tag clouds</i>). In general, authors are
+  encouraged to either mark up such lists using <code><a href="semantics.html#the-ul-element">ul</a></code>
+  elements with explicit inline counts that are then hidden and turned
+  into a presentational effect using a style sheet, or to use SVG.</p><div class="example">
+
+   <p>Here, three tags are included in a short tag cloud:</p>
+
+   <pre>&lt;style&gt;
+@media screen, print, handheld, tv {
+  /* should be ignored by non-visual browsers */
+  .tag-cloud &gt; li &gt; span { display: none; }
+  .tag-cloud &gt; li { display: inline; }
+  .tag-cloud-1 { font-size: 0.7em; }
+  .tag-cloud-2 { font-size: 0.9em; }
+  .tag-cloud-3 { font-size: 1.1em; }
+  .tag-cloud-4 { font-size: 1.3em; }
+  .tag-cloud-5 { font-size: 1.5em; }
+}
+&lt;/style&gt;
+...
+&lt;ul class="tag-cloud"&gt;
+ &lt;li class="tag-cloud-4"&gt;&lt;a title="28 instances" href="/t/apple"&gt;apple&lt;/a&gt; &lt;span&gt;(popular)&lt;/span&gt;
+ &lt;li class="tag-cloud-2"&gt;&lt;a title="6 instances"  href="/t/kiwi"&gt;kiwi&lt;/a&gt; &lt;span&gt;(rare)&lt;/span&gt;
+ &lt;li class="tag-cloud-5"&gt;&lt;a title="41 instances" href="/t/pear"&gt;pear&lt;/a&gt; &lt;span&gt;(very popular)&lt;/span&gt;
+&lt;/ul&gt;</pre>
+
+   <p>The actual frequency of each tag is given using the <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute. A CSS style sheet is
+   provided to convert the markup into a cloud of differently-sized
+   words, but for user agents that do not support CSS or are not
+   visual, the markup contains annotations like "(popular)" or
+   "(rare)" to categorize the various tags by frequency, thus enabling
+   all users to benefit from the information.</p>
+
+   <p>The <code><a href="semantics.html#the-ul-element">ul</a></code> element is used (rather than
+   <code><a href="semantics.html#the-ol-element">ol</a></code>) because the order is not particular important:
+   while the list is in fact ordered alphabetically, it would convey
+   the same information if ordered by, say, the length of the tag.</p>
+
+   <p>The <code title="rel-tag"><a href="history.html#link-type-tag">tag</a></code> <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code>-keyword is <em>not</em> used
+   on these <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements because they do not represent tags
+   that apply to the page itself; they are just part of an index
+   listing the tags themselves.</p>
+
+  </div><h4 id="conversations"><span class="secno">4.13.2 </span>Conversations</h4><p>This specification does not define a specific element for marking
+  up conversations, meeting minutes, chat transcripts, dialogues in
+  screenplays, instant message logs, and other situations where
+  different players take turns in discourse.</p><p>Instead, authors are encouraged to mark up conversations using
+  <code><a href="semantics.html#the-p-element">p</a></code> elements, with the <code><a href="text-level-semantics.html#the-b-element">b</a></code> element for marking
+  up the speaker, optionally separated from their lines with
+  punctuation. Paragraphs with their text wrapped in the
+  <code><a href="text-level-semantics.html#the-i-element">i</a></code> element can be used for marking up stage
+  directions.</p><div class="example">
+
+   <p>This example demonstrates this using an extract from Abbot and
+   Costello's famous sketch, <cite>Who's on first</cite>:</p>
+
+<pre>&lt;p&gt; &lt;b&gt;Costello&lt;/b&gt;: Look, you gotta first baseman?
+&lt;p&gt; &lt;b&gt;Abbott&lt;/b&gt;: Certainly.
+&lt;p&gt; &lt;b&gt;Costello&lt;/b&gt;: Who's playing first?
+&lt;p&gt; &lt;b&gt;Abbott&lt;/b&gt;: That's right.
+&lt;p&gt; &lt;i&gt;Costello becomes exasperated.&lt;/i&gt;
+&lt;p&gt; &lt;b&gt;Costello&lt;/b&gt;: When you pay off the first baseman every month, who gets the money?
+&lt;p&gt; &lt;b&gt;Abbott&lt;/b&gt;: Every dollar of it.</pre>
+
+  </div><div class="example">
+
+   <p>The following extract shows how an IM conversation log could be
+   marked up.</p>
+
+   <pre>&lt;p&gt; &lt;time&gt;14:22&lt;/time&gt; &lt;b&gt;egof&lt;/b&gt; I'm not that nerdy, I've only seen 30% of the star trek episodes
+&lt;p&gt; &lt;time&gt;14:23&lt;/time&gt; &lt;b&gt;kaj&lt;/b&gt; if you know what percentage of the star trek episodes you have seen, you are inarguably nerdy
+&lt;p&gt; &lt;time&gt;14:23&lt;/time&gt; &lt;b&gt;egof&lt;/b&gt; it's unarguably
+&lt;p&gt; &lt;time&gt;14:24&lt;/time&gt; &lt;b&gt;kaj&lt;/b&gt; you are not helping your case</pre>
+   <!-- with thanks to http://bash.org/?854262 -->
+
+  </div><h4 id="footnotes"><span class="secno">4.13.3 </span>Footnotes</h4><p>HTML does not have a dedicated mechanism for marking up
+  footnotes. Here are the recommended alternatives.</p><hr><p>For short inline annotations, the <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute should be used.</p><div class="example">
+
+   <p>In this example, two parts of a dialogue are annotated.</p>
+
+   <pre>&lt;p&gt; &lt;b&gt;Customer&lt;/b&gt;: Hello! I wish to register a complaint. Hello. Miss?
+&lt;p&gt; &lt;b&gt;Shopkeeper&lt;/b&gt;: &lt;span title="Colloquial pronunciation of 'What do you'"
+&gt;Watcha&lt;/span&gt; mean, miss?
+&lt;p&gt; &lt;b&gt;Customer&lt;/b&gt;: Uh, I'm sorry, I have a cold. I wish to make a complaint.
+&lt;p&gt; &lt;b&gt;Shopkeeper&lt;/b&gt;: Sorry, &lt;span title="This is, of course, a lie."&gt;we're
+closing for lunch&lt;/span&gt;.</pre>
+
+  </div><hr><p>For longer annotations, the <code><a href="text-level-semantics.html#the-a-element">a</a></code> element should be
+  used, pointing to an element later in the document. The convention
+  is that the contents of the link be a number in square brackets.</p><div class="example">
+
+   <p>In this example, a footnote in the dialogue links to a paragraph
+   below the dialogue. The paragraph then reciprocally links back to the
+   dialogue, allowing the user to return to the location of the
+   footnote.</p>
+
+   <pre>&lt;p&gt; &lt;b&gt;Announcer&lt;/b&gt;: Number 16: The &lt;i&gt;hand&lt;/i&gt;.
+&lt;p&gt; &lt;b&gt;Interviewer&lt;/b&gt;: Good evening. I have with me in the
+studio tonight Mr Norman St John Polevaulter, who for the past few
+years has been contradicting people. Mr Polevaulter, why
+&lt;em&gt;do&lt;/em&gt; you contradict people?
+&lt;p&gt; &lt;b&gt;Norman&lt;/b&gt;: I don't. &lt;a href="#fn1" id="r1"&gt;[1]&lt;/a&gt;
+&lt;p&gt; &lt;b&gt;Interviewer&lt;/b&gt;: You told me you did!
+<em>...</em>
+&lt;section&gt;
+ &lt;p id="fn1"&gt;&lt;a href="#r1"&gt;[1]&lt;/a&gt; This is, naturally, a lie,
+ but paradoxically if it were true he could not say so without
+ contradicting the interviewer and thus making it false.&lt;/p&gt;
+&lt;/section&gt;</pre>
+
+  </div><hr><p>For side notes, longer annotations that apply to entire sections
+  of the text rather than just specific words or sentences, the
+  <code><a href="semantics.html#the-aside-element">aside</a></code> element should be used.</p><div class="example">
+
+   <p>In this example, a sidebar is given after a dialogue, giving it
+   some context.</p>
+
+   <pre>&lt;p&gt; &lt;b&gt;Customer&lt;/b&gt;: I will not buy this record, it is scratched.
+&lt;p&gt; &lt;b&gt;Shopkeeper&lt;/b&gt;: I'm sorry?
+&lt;p&gt; &lt;b&gt;Customer&lt;/b&gt;: I will not buy this record, it is scratched.
+&lt;p&gt; &lt;b&gt;Shopkeeper&lt;/b&gt;: No no no, this's'a tobacconist's.
+&lt;aside&gt;
+ &lt;p&gt;In 1970, the British Empire lay in ruins, and foreign
+ nationalists frequented the streets &#8212; many of them Hungarians
+ (not the streets &#8212; the foreign nationals). Sadly, Alexander
+ Yalt has been publishing incompetently-written phrase books.
+&lt;/aside&gt;</pre>
+
+  </div><hr><p>For figures or tables, footnotes can be included in the relevant
+  <code><a href="semantics.html#the-dt-element">dt</a></code> or <code><a href="tabular-data.html#the-caption-element">caption</a></code> element, or in surrounding
+  prose.</p><div class="example">
+
+   <p>In this example, a <!-- round --> table has cells with footnotes
+   that are given in prose. A <code><a href="text-level-semantics.html#the-figure-element">figure</a></code> element is used to
+   give a single legend to the combination of the table and its
+   footnotes.</p>
+
+   <pre>&lt;figure&gt;
+ &lt;dt&gt;Table 1. Alternative activities for knights.&lt;/dt&gt;
+ &lt;dd&gt;
+  &lt;table&gt;
+   &lt;tr&gt;
+    &lt;th&gt; Activity
+    &lt;th&gt; Location
+    &lt;th&gt; Cost
+   &lt;tr&gt;
+    &lt;td&gt; Dance
+    &lt;td&gt; Wherever possible
+    &lt;td&gt; &#163;0&lt;sup&gt;&lt;a href="#fn1"&gt;1&lt;/a&gt;&lt;/sup&gt;
+   &lt;tr&gt;
+    &lt;td&gt; Routines, chorus scenes&lt;sup&gt;&lt;a href="#fn2"&gt;2&lt;/a&gt;&lt;/sup&gt;
+    &lt;td&gt; Undisclosed
+    &lt;td&gt; Undisclosed
+   &lt;tr&gt;
+    &lt;td&gt; Dining&lt;sup&gt;&lt;a href="#fn3"&gt;3&lt;/a&gt;&lt;/sup&gt;
+    &lt;td&gt; Camelot
+    &lt;td&gt; Cost of ham, jam, and spam&lt;sup&gt;&lt;a href="#fn4"&gt;4&lt;/a&gt;&lt;/sup&gt;
+  &lt;/table&gt;
+  &lt;p id="fn1"&gt;1. Assumed.&lt;/p&gt;
+  &lt;p id="fn2"&gt;2. Footwork impeccable.&lt;/p&gt;
+  &lt;p id="fn3"&gt;3. Quality described as "well".&lt;/p&gt;
+  &lt;p id="fn4"&gt;4. A lot.&lt;/p&gt;
+ &lt;/dd&gt;
+&lt;/figure&gt;</pre>
+
   </div></body></html>
\ No newline at end of file

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- editing.html	15 Sep 2009 08:47:43 -0000	1.141
+++ editing.html	15 Sep 2009 11:07:10 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="history.html">&#8592; 6.8 Session history and navigation</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- video.html	15 Sep 2009 08:47:44 -0000	1.141
+++ video.html	15 Sep 2009 11:07:11 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="text-level-semantics.html">&#8592; 4.6 Text-level semantics</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- browsers.html	15 Sep 2009 08:47:43 -0000	1.142
+++ browsers.html	15 Sep 2009 11:07:10 -0000	1.143
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="microdata.html">&#8592; 5 Microdata</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- the-xhtml-syntax.html	15 Sep 2009 08:47:44 -0000	1.140
+++ the-xhtml-syntax.html	15 Sep 2009 11:07:11 -0000	1.141
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="named-character-references.html">&#8592; 9.2 Named character references</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- offline.html	15 Sep 2009 08:47:44 -0000	1.141
+++ offline.html	15 Sep 2009 11:07:10 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="browsers.html">&#8592; 6 Web browsers</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- syntax.html	15 Sep 2009 08:47:44 -0000	1.142
+++ syntax.html	15 Sep 2009 11:07:10 -0000	1.143
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="comms.html">&#8592; 8 Communication</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -571,7 +571,7 @@
   immediately followed by a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><!-- </li> --><p>A <code><a href="semantics.html#the-li-element">li</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
   tag</a> may be omitted if the <code><a href="semantics.html#the-li-element">li</a></code> element is
   immediately followed by another <code><a href="semantics.html#the-li-element">li</a></code> element or if there
-  is no more content in the parent element.</p><!-- </dt> --><p>A <code><a href="semantics.html#the-dt-element">dt</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  is no more content in the parent element.</p><!-- </dc> and </ds> can be added here one they are invented --><!-- </dt> --><p>A <code><a href="semantics.html#the-dt-element">dt</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
   tag</a> may be omitted if the <code><a href="semantics.html#the-dt-element">dt</a></code> element is
   immediately followed by another <code><a href="semantics.html#the-dt-element">dt</a></code> element or a
   <code><a href="semantics.html#the-dd-element">dd</a></code> element.</p><!-- </dd> --><p>A <code><a href="semantics.html#the-dd-element">dd</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
@@ -582,13 +582,13 @@
   tag</a> may be omitted if the <code><a href="semantics.html#the-p-element">p</a></code> element is
   immediately followed by an <code><a href="semantics.html#the-address-element">address</a></code>,
   <code><a href="semantics.html#the-article-element">article</a></code>, <code><a href="semantics.html#the-aside-element">aside</a></code>, <code><a href="semantics.html#the-blockquote-element">blockquote</a></code>,
-  <!--v2DATAGRID <code>datagrid</code>,--> <code><a href="semantics.html#the-dialog-element">dialog</a></code>,
-  <code><a href="obsolete.html#dir">dir</a></code>, <code><a href="interactive-elements.html#the-div-element">div</a></code>, <code><a href="semantics.html#the-dl-element">dl</a></code>,
-  <code><a href="forms.html#the-fieldset-element">fieldset</a></code>, <code><a href="semantics.html#the-footer-element">footer</a></code>, <code><a href="forms.html#the-form-element">form</a></code>,
-  <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a></code>,
-  <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code>, <code><a href="semantics.html#the-header-element">header</a></code>,
-  <code><a href="semantics.html#the-hgroup-element">hgroup</a></code>, <code><a href="semantics.html#the-hr-element">hr</a></code>, <code><a href="interactive-elements.html#menus">menu</a></code>,
-  <code><a href="semantics.html#the-nav-element">nav</a></code>, <code><a href="semantics.html#the-ol-element">ol</a></code>, <code><a href="semantics.html#the-p-element">p</a></code>, <code><a href="semantics.html#the-pre-element">pre</a></code>,
+  <!--v2DATAGRID <code>datagrid</code>,--> <code><a href="obsolete.html#dir">dir</a></code>,
+  <code><a href="interactive-elements.html#the-div-element">div</a></code>, <code><a href="semantics.html#the-dl-element">dl</a></code>, <code><a href="forms.html#the-fieldset-element">fieldset</a></code>,
+  <code><a href="semantics.html#the-footer-element">footer</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>,
+  <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a></code>, <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code>,
+  <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code>, <code><a href="semantics.html#the-header-element">header</a></code>, <code><a href="semantics.html#the-hgroup-element">hgroup</a></code>,
+  <code><a href="semantics.html#the-hr-element">hr</a></code>, <code><a href="interactive-elements.html#menus">menu</a></code>, <code><a href="semantics.html#the-nav-element">nav</a></code>,
+  <code><a href="semantics.html#the-ol-element">ol</a></code>, <code><a href="semantics.html#the-p-element">p</a></code>, <code><a href="semantics.html#the-pre-element">pre</a></code>,
   <code><a href="semantics.html#the-section-element">section</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code>, or <code><a href="semantics.html#the-ul-element">ul</a></code>,
   element, or if there is no more content in the parent element and
   the parent element is not an <code><a href="text-level-semantics.html#the-a-element">a</a></code> element.</p><!-- </rt> --><p>An <code><a href="text-level-semantics.html#the-rt-element">rt</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- obsolete.html	15 Sep 2009 08:47:44 -0000	1.142
+++ obsolete.html	15 Sep 2009 11:07:10 -0000	1.143
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="the-xhtml-syntax.html">&#8592; 10 The XHTML syntax</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- named-character-references.html	15 Sep 2009 08:47:44 -0000	1.142
+++ named-character-references.html	15 Sep 2009 11:07:10 -0000	1.143
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="syntax.html">&#8592; 9 The HTML syntax</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- references.html	15 Sep 2009 08:47:44 -0000	1.141
+++ references.html	15 Sep 2009 11:07:10 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="index.html">&#8592; Index</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- semantics.html	15 Sep 2009 08:47:44 -0000	1.141
+++ semantics.html	15 Sep 2009 11:07:10 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="embedded-content-0.html">&#8592; 3.2.5.1.6 Embedded content</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -2577,50 +2577,7 @@
 
 ~cdr 11dec07&lt;/pre&gt;</pre>
 
-  </div><h4 id="the-dialog-element"><span class="secno">4.5.5 </span>The <dfn><code>dialog</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><dl class="element"><dt>Categories</dt>
-   <dd><a href="dom.html#flow-content">Flow content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
-   <dd>Where <a href="dom.html#flow-content">flow content</a> is expected.</dd>
-   <dt>Content model:</dt>
-   <dd>Zero or more pairs of one <code><a href="#the-dt-element">dt</a></code> element followed by
-   one <code><a href="#the-dd-element">dd</a></code> element.</dd>
-   <dt>Content attributes:</dt>
-   <dd><a href="dom.html#global-attributes">Global attributes</a></dd>
-   <dt>DOM interface:</dt>
-   <dd>Uses <code><a href="dom.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-dialog-element">dialog</a></code> element <a href="#represents">represents</a> a
-  conversation, meeting minutes, a chat transcript, a dialog in a
-  screenplay, an instant message log, or some other construct in which
-  different players take turns in discourse.</p><p>Each part of the conversation must have an explicit talker (or
-  speaker) given by a <code><a href="#the-dt-element">dt</a></code> element, and a discourse (or
-  quote) given by a <code><a href="#the-dd-element">dd</a></code> element.</p><div class="example">
-   <p>This example demonstrates this using an extract from Abbot and
-   Costello's famous sketch, <cite>Who's on first</cite>:</p>
-<pre>&lt;dialog&gt;
- &lt;dt&gt; Costello
- &lt;dd&gt; Look, you gotta first baseman?
- &lt;dt&gt; Abbott
- &lt;dd&gt; Certainly.
- &lt;dt&gt; Costello
- &lt;dd&gt; Who's playing first?
- &lt;dt&gt; Abbott
- &lt;dd&gt; That's right.
- &lt;dt&gt; Costello
- &lt;dd&gt; When you pay off the first baseman every month, who gets the money?
- &lt;dt&gt; Abbott
- &lt;dd&gt; Every dollar of it.
-&lt;/dialog&gt;</pre>
-  </div><p class="note">Text in a <code><a href="#the-dt-element">dt</a></code> element in a
-  <code><a href="#the-dialog-element">dialog</a></code> element is implicitly the source of the text
-  given in the following <code><a href="#the-dd-element">dd</a></code> element, and the contents of
-  the <code><a href="#the-dd-element">dd</a></code> element are implicitly a quote from that
-  speaker. There is thus no need to include <code><a href="text-level-semantics.html#the-cite-element">cite</a></code>,
-  <code><a href="text-level-semantics.html#the-q-element">q</a></code>, or <code><a href="#the-blockquote-element">blockquote</a></code> elements in this
-  markup. Indeed, a <code><a href="text-level-semantics.html#the-q-element">q</a></code> element inside a <code><a href="#the-dd-element">dd</a></code>
-  element in a conversation would actually imply the people talking
-  were themselves quoting another work. See the <code><a href="text-level-semantics.html#the-cite-element">cite</a></code>,
-  <code><a href="text-level-semantics.html#the-q-element">q</a></code>, and <code><a href="#the-blockquote-element">blockquote</a></code> elements for other ways
-  to cite or quote.</p><h4 id="the-blockquote-element"><span class="secno">4.5.6 </span>The <dfn><code>blockquote</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
+  </div><h4 id="the-blockquote-element"><span class="secno">4.5.5 </span>The <dfn><code>blockquote</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
    <dd><a href="dom.html#flow-content">Flow content</a>.</dd>
    <dd><a href="#sectioning-root">Sectioning root</a>.</dd>
    <dd><a href="editing.html#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
@@ -2644,9 +2601,7 @@
   another source, whose address, if it has one, should be cited in the
   <dfn id="attr-blockquote-cite" title="attr-blockquote-cite"><code>cite</code></dfn>
   attribute.</p><p>If the <code title="attr-blockquote-cite"><a href="#attr-blockquote-cite">cite</a></code> attribute
-  is present, it must be a <a href="infrastructure.html#valid-url">valid URL</a>. </p><p class="note">The best way to represent a conversation is not with
-  the <code><a href="text-level-semantics.html#the-cite-element">cite</a></code> and <code><a href="#the-blockquote-element">blockquote</a></code> elements, but with
-  the <code><a href="#the-dialog-element">dialog</a></code> element.</p><div class="example">
+  is present, it must be a <a href="infrastructure.html#valid-url">valid URL</a>. </p><div class="example">
 
    <p>This next example shows the use of <code><a href="text-level-semantics.html#the-cite-element">cite</a></code> alongside
    <code><a href="#the-blockquote-element">blockquote</a></code>:</p>
@@ -2657,7 +2612,10 @@
   Coral is far more red, than her lips red,&lt;br&gt;
   ...</pre>
 
-  </div><h4 id="the-ol-element"><span class="secno">4.5.7 </span>The <dfn><code>ol</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><dl class="element"><dt>Categories</dt>
+  </div><p class="note"><a href="interactive-elements.html#conversations">Examples of how to
+  represent a conversation</a> are shown below; it is not appropriate
+  to use the <code><a href="text-level-semantics.html#the-cite-element">cite</a></code> and <code><a href="#the-blockquote-element">blockquote</a></code> elements
+  for this purpose.</p><h4 id="the-ol-element"><span class="secno">4.5.6 </span>The <dfn><code>ol</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><dl class="element"><dt>Categories</dt>
    <dd><a href="dom.html#flow-content">Flow content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href="dom.html#flow-content">flow content</a> is expected.</dd>
@@ -2714,7 +2672,7 @@
  &lt;li&gt;Norway
 &lt;/ol&gt;</pre>
 
-  </div><h4 id="the-ul-element"><span class="secno">4.5.8 </span>The <dfn><code>ul</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt>
+  </div><h4 id="the-ul-element"><span class="secno">4.5.7 </span>The <dfn><code>ul</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt>
    <dd><a href="dom.html#flow-content">Flow content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href="dom.html#flow-content">flow content</a> is expected.</dd>
@@ -2760,7 +2718,7 @@
  &lt;li&gt;United States
 &lt;/ul&gt;</pre>
 
-  </div><h4 id="the-li-element"><span class="secno">4.5.9 </span>The <dfn><code>li</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt>
+  </div><h4 id="the-li-element"><span class="secno">4.5.8 </span>The <dfn><code>li</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Inside <code><a href="#the-ol-element">ol</a></code> elements.</dd>
@@ -2787,46 +2745,50 @@
   the ordinal value of the list item.</p><div class="example">
    <p>The following example, the top ten movies are listed (in reverse
    order). Note the way the list is given a title by using a
-   <code><a href="text-level-semantics.html#the-figure-element">figure</a></code> element and its <code><a href="interactive-elements.html#the-legend-element">legend</a></code>.</p>
+   <code><a href="text-level-semantics.html#the-figure-element">figure</a></code> element and its <code><a href="#the-dt-element">dt</a></code> element.</p>
    <pre>&lt;figure&gt;
- &lt;legend&gt;The top 10 movies of all time&lt;/legend&gt;
- &lt;ol&gt;
-  &lt;li value="10"&gt;&lt;cite&gt;Josie and the Pussycats&lt;/cite&gt;, 2001&lt;/li&gt;
-  &lt;li value="9"&gt;&lt;cite lang="sh"&gt;&#1062;&#1088;&#1085;&#1072; &#1084;&#1072;&#1095;&#1082;&#1072;, &#1073;&#1077;&#1083;&#1080; &#1084;&#1072;&#1095;&#1086;&#1088;&lt;/cite&gt;, 1998&lt;/li&gt;
-  &lt;li value="8"&gt;&lt;cite&gt;A Bug's Life&lt;/cite&gt;, 1998&lt;/li&gt;
-  &lt;li value="7"&gt;&lt;cite&gt;Toy Story&lt;/cite&gt;, 1995&lt;/li&gt;
-  &lt;li value="6"&gt;&lt;cite&gt;Monsters, Inc&lt;/cite&gt;, 2001&lt;/li&gt;
-  &lt;li value="5"&gt;&lt;cite&gt;Cars&lt;/cite&gt;, 2006&lt;/li&gt;
-  &lt;li value="4"&gt;&lt;cite&gt;Toy Story 2&lt;/cite&gt;, 1999&lt;/li&gt;
-  &lt;li value="3"&gt;&lt;cite&gt;Finding Nemo&lt;/cite&gt;, 2003&lt;/li&gt;
-  &lt;li value="2"&gt;&lt;cite&gt;The Incredibles&lt;/cite&gt;, 2004&lt;/li&gt;
-  &lt;li value="1"&gt;&lt;cite&gt;Ratatouille&lt;/cite&gt;, 2007&lt;/li&gt;
- &lt;/ol&gt;
+ &lt;dt&gt;The top 10 movies of all time&lt;/dt&gt;
+ &lt;dd&gt;
+  &lt;ol&gt;
+   &lt;li value="10"&gt;&lt;cite&gt;Josie and the Pussycats&lt;/cite&gt;, 2001&lt;/li&gt;
+   &lt;li value="9"&gt;&lt;cite lang="sh"&gt;&#1062;&#1088;&#1085;&#1072; &#1084;&#1072;&#1095;&#1082;&#1072;, &#1073;&#1077;&#1083;&#1080; &#1084;&#1072;&#1095;&#1086;&#1088;&lt;/cite&gt;, 1998&lt;/li&gt;
+   &lt;li value="8"&gt;&lt;cite&gt;A Bug's Life&lt;/cite&gt;, 1998&lt;/li&gt;
+   &lt;li value="7"&gt;&lt;cite&gt;Toy Story&lt;/cite&gt;, 1995&lt;/li&gt;
+   &lt;li value="6"&gt;&lt;cite&gt;Monsters, Inc&lt;/cite&gt;, 2001&lt;/li&gt;
+   &lt;li value="5"&gt;&lt;cite&gt;Cars&lt;/cite&gt;, 2006&lt;/li&gt;
+   &lt;li value="4"&gt;&lt;cite&gt;Toy Story 2&lt;/cite&gt;, 1999&lt;/li&gt;
+   &lt;li value="3"&gt;&lt;cite&gt;Finding Nemo&lt;/cite&gt;, 2003&lt;/li&gt;
+   &lt;li value="2"&gt;&lt;cite&gt;The Incredibles&lt;/cite&gt;, 2004&lt;/li&gt;
+   &lt;li value="1"&gt;&lt;cite&gt;Ratatouille&lt;/cite&gt;, 2007&lt;/li&gt;
+  &lt;/ol&gt;
+ &lt;dd&gt;
 &lt;/figure&gt;</pre>
 
    <p>The markup could also be written as follows, using the <code title="attr-ol-reversed"><a href="#attr-ol-reversed">reversed</a></code> attribute on the
    <code><a href="#the-ol-element">ol</a></code> element:</p>
 
    <pre>&lt;figure&gt;
- &lt;legend&gt;The top 10 movies of all time&lt;/legend&gt;
- &lt;ol reversed&gt;
-  &lt;li&gt;&lt;cite&gt;Josie and the Pussycats&lt;/cite&gt;, 2001&lt;/li&gt;
-  &lt;li&gt;&lt;cite lang="sh"&gt;&#1062;&#1088;&#1085;&#1072; &#1084;&#1072;&#1095;&#1082;&#1072;, &#1073;&#1077;&#1083;&#1080; &#1084;&#1072;&#1095;&#1086;&#1088;&lt;/cite&gt;, 1998&lt;/li&gt;
-  &lt;li&gt;&lt;cite&gt;A Bug's Life&lt;/cite&gt;, 1998&lt;/li&gt;
-  &lt;li&gt;&lt;cite&gt;Toy Story&lt;/cite&gt;, 1995&lt;/li&gt;
-  &lt;li&gt;&lt;cite&gt;Monsters, Inc&lt;/cite&gt;, 2001&lt;/li&gt;
-  &lt;li&gt;&lt;cite&gt;Cars&lt;/cite&gt;, 2006&lt;/li&gt;
-  &lt;li&gt;&lt;cite&gt;Toy Story 2&lt;/cite&gt;, 1999&lt;/li&gt;
-  &lt;li&gt;&lt;cite&gt;Finding Nemo&lt;/cite&gt;, 2003&lt;/li&gt;
-  &lt;li&gt;&lt;cite&gt;The Incredibles&lt;/cite&gt;, 2004&lt;/li&gt;
-  &lt;li&gt;&lt;cite&gt;Ratatouille&lt;/cite&gt;, 2007&lt;/li&gt;
- &lt;/ol&gt;
+ &lt;dt&gt;The top 10 movies of all time&lt;/dt&gt;
+ &lt;dd&gt;
+  &lt;ol reversed&gt;
+   &lt;li&gt;&lt;cite&gt;Josie and the Pussycats&lt;/cite&gt;, 2001&lt;/li&gt;
+   &lt;li&gt;&lt;cite lang="sh"&gt;&#1062;&#1088;&#1085;&#1072; &#1084;&#1072;&#1095;&#1082;&#1072;, &#1073;&#1077;&#1083;&#1080; &#1084;&#1072;&#1095;&#1086;&#1088;&lt;/cite&gt;, 1998&lt;/li&gt;
+   &lt;li&gt;&lt;cite&gt;A Bug's Life&lt;/cite&gt;, 1998&lt;/li&gt;
+   &lt;li&gt;&lt;cite&gt;Toy Story&lt;/cite&gt;, 1995&lt;/li&gt;
+   &lt;li&gt;&lt;cite&gt;Monsters, Inc&lt;/cite&gt;, 2001&lt;/li&gt;
+   &lt;li&gt;&lt;cite&gt;Cars&lt;/cite&gt;, 2006&lt;/li&gt;
+   &lt;li&gt;&lt;cite&gt;Toy Story 2&lt;/cite&gt;, 1999&lt;/li&gt;
+   &lt;li&gt;&lt;cite&gt;Finding Nemo&lt;/cite&gt;, 2003&lt;/li&gt;
+   &lt;li&gt;&lt;cite&gt;The Incredibles&lt;/cite&gt;, 2004&lt;/li&gt;
+   &lt;li&gt;&lt;cite&gt;Ratatouille&lt;/cite&gt;, 2007&lt;/li&gt;
+  &lt;/ol&gt;
+ &lt;/dd&gt;
 &lt;/figure&gt;</pre>
   </div><p class="note">If the <code><a href="#the-li-element">li</a></code> element is the child of a
   <code><a href="interactive-elements.html#menus">menu</a></code> element and itself has a child that defines a
   <a href="interactive-elements.html#concept-command" title="concept-command">command</a>, then the
   <code><a href="#the-li-element">li</a></code> element will match the <code title="selector-enabled"><a href="#selector-enabled">:enabled</a></code> and <code title="selector-disabled"><a href="#selector-disabled">:disabled</a></code> pseudo-classes in the
-  same way as the first such child element does.</p><h4 id="the-dl-element"><span class="secno">4.5.10 </span>The <dfn><code>dl</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt>
+  same way as the first such child element does.</p><h4 id="the-dl-element"><span class="secno">4.5.9 </span>The <dfn><code>dl</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt>
    <dd><a href="dom.html#flow-content">Flow content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href="dom.html#flow-content">flow content</a> is expected.</dd>
@@ -2844,7 +2806,9 @@
   association list consisting of zero or more name-value groups (a
   description list). Each group must consist of one or more names
   (<code><a href="#the-dt-element">dt</a></code> elements) followed by one or more values
-  (<code><a href="#the-dd-element">dd</a></code> elements).</p><p>Name-value groups may be terms and definitions, metadata topics
+  (<code><a href="#the-dd-element">dd</a></code> elements). Within a single <code><a href="#the-dl-element">dl</a></code> element,
+  there should not be more than one <code><a href="#the-dt-element">dt</a></code> element for each
+  name.</p><p>Name-value groups may be terms and definitions, metadata topics
   and values, or any other groups of name-value data.</p><p>The values within a group are alternatives; multiple paragraphs
   forming part of the same value must all be given within the same
   <code><a href="#the-dd-element">dd</a></code> element.</p><p>The order of the list of groups, and of the names and values
@@ -2916,62 +2880,44 @@
  &lt;dd&gt;The user's login directory.&lt;/dd&gt;
 &lt;/dl&gt;</pre>
   </div><p class="note">The <code><a href="#the-dl-element">dl</a></code> element is inappropriate for
-  marking up dialogue. For an example of how to mark up dialogue, see
-  the <code><a href="#the-dialog-element">dialog</a></code> element.</p><h4 id="the-dt-element"><span class="secno">4.5.11 </span>The <dfn><code>dt</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt>
+  marking up dialogue. <a href="interactive-elements.html#conversations">Examples of how to
+  mark up dialogue</a> are shown below.</p><h4 id="the-dt-element"><span class="secno">4.5.10 </span>The <dfn><code>dt</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Before <code><a href="#the-dd-element">dd</a></code> or <code><a href="#the-dt-element">dt</a></code> elements inside <code><a href="#the-dl-element">dl</a></code> elements.</dd>
-   <dd>Before a <code><a href="#the-dd-element">dd</a></code> element inside a <code><a href="#the-dialog-element">dialog</a></code> element.</dd>
+   <dd>As a child of a <code><a href="text-level-semantics.html#the-figure-element">figure</a></code> element.</dd>
+   <dd>As a child of a <code><a href="interactive-elements.html#the-details-element">details</a></code> element.</dd>
    <dt>Content model:</dt>
-   <dd><a href="dom.html#phrasing-content">Phrasing content</a>.</dd>
+   <dd>When the parent node is a <code><a href="text-level-semantics.html#the-figure-element">figure</a></code> element: <a href="dom.html#flow-content">flow content</a>, but with no descendant <code><a href="text-level-semantics.html#the-figure-element">figure</a></code> elements.</dd>
+   <dd>Otherwise: <a href="dom.html#phrasing-content">phrasing content</a>.</dd>   
    <dt>Content attributes:</dt>
    <dd><a href="dom.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="dom.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-dt-element">dt</a></code> element <a href="#represents">represents</a> the term, or
-  name, part of a term-description group in a description list
-  (<code><a href="#the-dl-element">dl</a></code> element), and the talker, or speaker, part of a
-  talker-discourse pair in a conversation (<code><a href="#the-dialog-element">dialog</a></code>
-  element).</p><p class="note">The <code><a href="#the-dt-element">dt</a></code> element itself, when used in a
+  </dl><p>The <code><a href="#the-dt-element">dt</a></code> element <a href="#represents">represents</a> either: the
+  term, or name, part of a term-description group in a description
+  list (<code><a href="#the-dl-element">dl</a></code> element); or, the caption of a
+  <code><a href="text-level-semantics.html#the-figure-element">figure</a></code> element; or, the summary of a
+  <code><a href="interactive-elements.html#the-details-element">details</a></code> element.</p><p class="note">The <code><a href="#the-dt-element">dt</a></code> element itself, when used in a
   <code><a href="#the-dl-element">dl</a></code> element, does not indicate that its contents are a
   term being defined, but this can be indicated using the
-  <code><a href="text-level-semantics.html#the-dfn-element">dfn</a></code> element.</p><p>If the <code><a href="#the-dt-element">dt</a></code> element is the child of a
-  <code><a href="#the-dialog-element">dialog</a></code> element, and it further contains a
-  <code><a href="text-level-semantics.html#the-time-element">time</a></code> element, then that <code><a href="text-level-semantics.html#the-time-element">time</a></code> element
-  represents a timestamp for when the associated discourse
-  (<code><a href="#the-dd-element">dd</a></code> element) was said, and is not part of the name of
-  the talker.</p><div class="example">
-
-   <p>The following extract shows how an IM conversation log could be
-   marked up.</p>
-
-   <pre>&lt;dialog&gt;
- &lt;dt&gt; &lt;time&gt;14:22&lt;/time&gt; egof
- &lt;dd&gt; I'm not that nerdy, I've only seen 30% of the star trek episodes
- &lt;dt&gt; &lt;time&gt;14:23&lt;/time&gt; kaj
- &lt;dd&gt; if you know what percentage of the star trek episodes you have seen, you are inarguably nerdy
- &lt;dt&gt; &lt;time&gt;14:23&lt;/time&gt; egof
- &lt;dd&gt; it's unarguably
- &lt;dt&gt; &lt;time&gt;14:24&lt;/time&gt; kaj
- &lt;dd&gt; you are not helping your case
-&lt;/dialog&gt;</pre>
-   <!-- with thanks to http://bash.org/?854262 -->
-
-  </div><h4 id="the-dd-element"><span class="secno">4.5.12 </span>The <dfn><code>dd</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt>
+  <code><a href="text-level-semantics.html#the-dfn-element">dfn</a></code> element.</p><h4 id="the-dd-element"><span class="secno">4.5.11 </span>The <dfn><code>dd</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>After <code><a href="#the-dt-element">dt</a></code> or <code><a href="#the-dd-element">dd</a></code> elements inside <code><a href="#the-dl-element">dl</a></code> elements.</dd>
-   <dd>After a <code><a href="#the-dt-element">dt</a></code> element inside a <code><a href="#the-dialog-element">dialog</a></code> element.</dd>
+   <dd>As a child of a <code><a href="text-level-semantics.html#the-figure-element">figure</a></code> element.</dd>
+   <dd>As a child of a <code><a href="interactive-elements.html#the-details-element">details</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href="dom.html#flow-content">Flow content</a>.</dd>
    <dt>Content attributes:</dt>
    <dd><a href="dom.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="dom.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-dd-element">dd</a></code> element <a href="#represents">represents</a> the
+  </dl><p>The <code><a href="#the-dt-element">dt</a></code> element <a href="#represents">represents</a> either: the
   description, definition, or value, part of a term-description group
-  in a description list (<code><a href="#the-dl-element">dl</a></code> element), and the discourse,
-  or quote, part in a conversation (<code><a href="#the-dialog-element">dialog</a></code> element).</p><div class="example">
+  in a description list (<code><a href="#the-dl-element">dl</a></code> element); or, the data of a
+  <code><a href="text-level-semantics.html#the-figure-element">figure</a></code> element; or, the details of a
+  <code><a href="interactive-elements.html#the-details-element">details</a></code> element.</p><div class="example">
 
    <p>A <code><a href="#the-dl-element">dl</a></code> can be used to define a vocabulary list, like
    in a dictionary. In the following example, each entry, given by a
@@ -2990,49 +2936,4 @@
  &lt;dd&gt;&lt;i class="part-of-speech"&gt;&lt;abbr&gt;v.intr.&lt;/abbr&gt;&lt;/i&gt; To be delighted oneself.&lt;/dd&gt;
  &lt;dd&gt;&lt;i class="part-of-speech"&gt;&lt;abbr&gt;v.tr.&lt;/abbr&gt;&lt;/i&gt; To cause one to be delighted.&lt;/dd&gt;
 &lt;/dl&gt;</pre>
-  </div><h4 id="common-grouping-idioms"><span class="secno">4.5.13 </span>Common grouping idioms</h4><h5 id="tag-clouds"><span class="secno">4.5.13.1 </span>Tag clouds</h5><p id="tag-cloud">This specification does not define any markup
-  specifically for marking up lists of keywords that apply to a group
-  of pages (also known as <i>tag clouds</i>). In general, authors are
-  encouraged to either mark up such lists using <code><a href="#the-ul-element">ul</a></code>
-  elements with explicit inline counts that are then hidden and turned
-  into a presentational effect using a style sheet, or to use SVG.</p><div class="example">
-
-   <p>Here, three tags are included in a short tag cloud:</p>
-
-   <pre>&lt;style&gt;
-@media screen, print, handheld, tv {
-  /* should be ignored by non-visual browsers */
-  .tag-cloud &gt; li &gt; span { display: none; }
-  .tag-cloud &gt; li { display: inline; }
-  .tag-cloud-1 { font-size: 0.7em; }
-  .tag-cloud-2 { font-size: 0.9em; }
-  .tag-cloud-3 { font-size: 1.1em; }
-  .tag-cloud-4 { font-size: 1.3em; }
-  .tag-cloud-5 { font-size: 1.5em; }
-}
-&lt;/style&gt;
-...
-&lt;ul class="tag-cloud"&gt;
- &lt;li class="tag-cloud-4"&gt;&lt;a title="28 instances" href="/t/apple"&gt;apple&lt;/a&gt; &lt;span&gt;(popular)&lt;/span&gt;
- &lt;li class="tag-cloud-2"&gt;&lt;a title="6 instances"  href="/t/kiwi"&gt;kiwi&lt;/a&gt; &lt;span&gt;(rare)&lt;/span&gt;
- &lt;li class="tag-cloud-5"&gt;&lt;a title="41 instances" href="/t/pear"&gt;pear&lt;/a&gt; &lt;span&gt;(very popular)&lt;/span&gt;
-&lt;/ul&gt;</pre>
-
-   <p>The actual frequency of each tag is given using the <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute. A CSS style sheet is
-   provided to convert the markup into a cloud of differently-sized
-   words, but for user agents that do not support CSS or are not
-   visual, the markup contains annotations like "(popular)" or
-   "(rare)" to categorize the various tags by frequency, thus enabling
-   all users to benefit from the information.</p>
-
-   <p>The <code><a href="#the-ul-element">ul</a></code> element is used (rather than
-   <code><a href="#the-ol-element">ol</a></code>) because the order is not particular important:
-   while the list is in fact ordered alphabetically, it would convey
-   the same information if ordered by, say, the length of the tag.</p>
-
-   <p>The <code title="rel-tag"><a href="history.html#link-type-tag">tag</a></code> <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code>-keyword is <em>not</em> used
-   on these <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements because they do not represent tags
-   that apply to the page itself; they are just part of an index
-   listing the tags themselves.</p>
-
   </div></body></html>
\ No newline at end of file

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- index.html	15 Sep 2009 08:47:43 -0000	1.141
+++ index.html	15 Sep 2009 11:07:10 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="iana-considerations.html">&#8592; IANA considerations</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: comms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/comms.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- comms.html	15 Sep 2009 08:47:43 -0000	1.141
+++ comms.html	15 Sep 2009 11:07:10 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="editing.html">&#8592; 7 User Interaction</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- spec.html	15 Sep 2009 08:47:44 -0000	1.142
+++ spec.html	15 Sep 2009 11:07:10 -0000	1.143
@@ -238,7 +238,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3024.
+This is revision 1.3025.
    </p>
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -506,17 +506,13 @@
      <li><a href=#the-hr-element><span class=secno>4.5.2 </span>The <code>hr</code> element</a></li>
      <li><a href=#the-br-element><span class=secno>4.5.3 </span>The <code>br</code> element</a></li>
[...1316 lines suppressed...]
-  <code><a href=#the-hgroup-element>hgroup</a></code>, <code><a href=#the-hr-element>hr</a></code>, <code><a href=#menus>menu</a></code>,
-  <code><a href=#the-nav-element>nav</a></code>, <code><a href=#the-ol-element>ol</a></code>, <code><a href=#the-p-element>p</a></code>, <code><a href=#the-pre-element>pre</a></code>,
+  <!--v2DATAGRID <code>datagrid</code>,--> <code><a href=#dir>dir</a></code>,
+  <code><a href=#the-div-element>div</a></code>, <code><a href=#the-dl-element>dl</a></code>, <code><a href=#the-fieldset-element>fieldset</a></code>,
+  <code><a href=#the-footer-element>footer</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h1</a></code>,
+  <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h2</a></code>, <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h3</a></code>, <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h4</a></code>, <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h5</a></code>,
+  <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h6</a></code>, <code><a href=#the-header-element>header</a></code>, <code><a href=#the-hgroup-element>hgroup</a></code>,
+  <code><a href=#the-hr-element>hr</a></code>, <code><a href=#menus>menu</a></code>, <code><a href=#the-nav-element>nav</a></code>,
+  <code><a href=#the-ol-element>ol</a></code>, <code><a href=#the-p-element>p</a></code>, <code><a href=#the-pre-element>pre</a></code>,
   <code><a href=#the-section-element>section</a></code>, <code><a href=#the-table-element>table</a></code>, or <code><a href=#the-ul-element>ul</a></code>,
   element, or if there is no more content in the parent element and
   the parent element is not an <code><a href=#the-a-element>a</a></code> element.</p><!-- </rt> --><p>An <code><a href=#the-rt-element>rt</a></code> element's <a href=#syntax-end-tag title=syntax-end-tag>end
@@ -27531,6 +27517,7 @@
   Jens Fendler,
   Jens Lindström,
   Jens Meiert,
+  Jeremy Keith,
   Jeremy Orlow,
   Jeroen van der Meer,
   Jian Li,

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- introduction.html	15 Sep 2009 08:47:43 -0000	1.142
+++ introduction.html	15 Sep 2009 11:07:10 -0000	1.143
@@ -217,7 +217,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="Overview.html#contents">Table of contents</a> &#8211;
    <a href="infrastructure.html">2 Common infrastructure &#8594;</a>

Index: no.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/no.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- no.html	15 Sep 2009 08:47:44 -0000	1.141
+++ no.html	15 Sep 2009 11:07:10 -0000	1.142
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <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>
-<p>This is revision 1.3024.</p>
+<p>This is revision 1.3025.</p>
    </div><div>
    <a href="obsolete.html">&#8592; 11 Obsolete features</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Received on Tuesday, 15 September 2009 11:07:31 UTC