mike: further streamlined many element descriptions

mike: further streamlined many element descriptions

http://dev.w3.org/cvsweb/html5/markup/Overview.html?r1=1.330&r2=1.331&f=h

===================================================================
RCS file: /sources/public/html5/markup/body.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- body.html 29 Jul 2009 07:19:20 -0000 1.12
+++ body.html 29 Jul 2009 11:23:42 -0000 1.13
@@ -48,13 +48,13 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="body-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#body-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="html.html#html-mdl">html</a> = <a class="ref" href="head.html#head">head</a>,
   <a class="ref" href="body.html#body">body</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="body-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#body-display">#</a></h2>
         <div class="css-props" id="body-css"><div class="selectors"><span class="selector">body</span> {

Index: legend.html
===================================================================
RCS file: /sources/public/html5/markup/legend.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- legend.html 29 Jul 2009 07:19:23 -0000 1.12
+++ legend.html 29 Jul 2009 11:23:45 -0000 1.13
@@ -43,7 +43,6 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="legend-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#legend-context">#</a></h2>
         <ul>
@@ -60,6 +59,7 @@
   (<a class="ref" href="syntax.html#normal-character-data">normal-character-data</a>
   &amp; <a class="ref" href="common-models.html#common.elem.flow">common.elem.flow</a>*)</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="legend-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#legend-display">#</a></h2>
         <div class="css-props" id="legend-css"><div class="selectors"><span class="selector">legend</span> {

Index: address.html
===================================================================
RCS file: /sources/public/html5/markup/address.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- address.html 29 Jul 2009 07:19:20 -0000 1.12
+++ address.html 29 Jul 2009 11:23:42 -0000 1.13
@@ -14,12 +14,8 @@
 <div id="address" class="section">
       <h2 class="element-head"><span class="element">address</span> &#8211; <span class="shortdesc">contact information</span> <a class="hash" href="#address">#</a> <a class="toc-bak" href="Overview.html#address-toc">T</a></h2>
       <div id="address-longdesc" class="longdesc">
-    <p>The
-      <a href="address.html#address" class="element">address</a>
-      element represents contact information for the section
-      it applies to. If it applies to the <a href="body.html#body">body</a>
-      element, then it instead applies to the document as a
-      whole.</p>
+    <p>The <a href="address.html#address" class="element">address</a>
+      element represents contact information.</p>
   </div>
       <div class="no-number no-toc" id="address-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#address-content">#</a></h2>
@@ -54,12 +50,21 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="address-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#address-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
+        <div class="no-number no-toc" id="address-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#address-details">#</a></h2>
+    <p>If an <a href="address.html#address" class="element">address</a>
+    element applies to a <a href="body.html#body">body</a> element, then
+    it represents contact information for the document as a
+    whole. If an <a href="address.html#address" class="element">address</a>
+    element applies to a section of a document, then it 
+    represents contact information for that section only.</p>
+  </div>
       <div class="no-number no-toc" id="address-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#address-display">#</a></h2>
         <div class="css-props" id="address-css"><div class="selectors"><span class="selector">address</span> {

Index: th.html
===================================================================
RCS file: /sources/public/html5/markup/th.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- th.html 29 Jul 2009 07:19:24 -0000 1.12
+++ th.html 29 Jul 2009 11:23:46 -0000 1.13
@@ -76,13 +76,13 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="th-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#th-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="tr.html#tr-mdl">tr</a> = (<a class="ref" href="td.html#td">td</a>
    | <a class="ref" href="th.html#th">th</a>)*</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="th-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#th-display">#</a></h2>
         <div class="css-props" id="th-css"><div class="selectors"><span class="selector">th</span> {

Index: bb.html
===================================================================
RCS file: /sources/public/html5/markup/bb.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- bb.html 29 Jul 2009 07:19:20 -0000 1.11
+++ bb.html 29 Jul 2009 11:23:42 -0000 1.12
@@ -67,6 +67,11 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
+      <div class="no-number no-toc" id="bb-context">
+        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#bb-context">#</a></h2>
+        <ul>
+        <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
+      </div>
       
         <div class="no-number no-toc" id="bb-details">
         <h2 class="element-subhead">Details <a class="hash" href="#bb-details">#</a></h2>
@@ -76,12 +81,7 @@
     a UA-defined icon or text representing the action specified by
     the <a href="bb.html#bb.attrs.type">type</a> attribute. Otherwise,
     the element represents its descendants.</p>
-  </div>
-      <div class="no-number no-toc" id="bb-context">
-        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#bb-context">#</a></h2>
-        <ul>
-        <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="base.html">&#171; base</a></span>

Index: mark.html
===================================================================
RCS file: /sources/public/html5/markup/mark.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- mark.html 29 Jul 2009 07:19:23 -0000 1.11
+++ mark.html 29 Jul 2009 11:23:45 -0000 1.12
@@ -43,12 +43,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="mark-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#mark-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="map.html">&#171; map</a></span>

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -d -r1.330 -r1.331
--- Overview.html 29 Jul 2009 01:57:02 -0000 1.330
+++ Overview.html 29 Jul 2009 11:23:41 -0000 1.331
@@ -295,7 +295,7 @@
 <a href="datalist.html#datalist"><span class="element">datalist</span> &#8211; <span class="shortdesc">predefined options for other controls</span></a>
 </li>
 <li id="dd-toc">
-<a href="dd.html#dd"><span class="element">dd</span> &#8211; <span class="shortdesc">description in a term-description grouping</span></a>
+<a href="dd.html#dd"><span class="element">dd</span> &#8211; <span class="shortdesc">description or span of discourse</span></a>
 </li>
 <li id="del-toc">
 <a href="del.html#del"><span class="element">del</span> &#8211; <span class="shortdesc">deleted text</span></a>
@@ -316,7 +316,7 @@
 <a href="dl.html#dl"><span class="element">dl</span> &#8211; <span class="shortdesc">description list</span></a>
 </li>
 <li id="dt-toc">
-<a href="dt.html#dt"><span class="element">dt</span> &#8211; <span class="shortdesc">term in a term-description grouping</span></a>
+<a href="dt.html#dt"><span class="element">dt</span> &#8211; <span class="shortdesc">term or &#8220;talker&#8221;/speaker</span></a>
 </li>
 <li id="em-toc">
 <a href="em.html#em"><span class="element">em</span> &#8211; <span class="shortdesc">emphatic stress</span></a>

Index: br.html
===================================================================
RCS file: /sources/public/html5/markup/br.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- br.html 29 Jul 2009 07:19:20 -0000 1.7
+++ br.html 29 Jul 2009 11:23:42 -0000 1.8
@@ -39,12 +39,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="br-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#br-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="body.html">&#171; body</a></span>

Index: input.email.html
===================================================================
RCS file: /sources/public/html5/markup/input.email.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- input.email.html 29 Jul 2009 07:19:22 -0000 1.7
+++ input.email.html 29 Jul 2009 11:23:44 -0000 1.8
@@ -98,12 +98,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.email-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.email-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.range.html">&#171; input.range</a></span>

Index: tr.html
===================================================================
RCS file: /sources/public/html5/markup/tr.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- tr.html 29 Jul 2009 07:19:25 -0000 1.8
+++ tr.html 29 Jul 2009 11:23:46 -0000 1.9
@@ -44,7 +44,6 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="tr-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#tr-context">#</a></h2>
         <ul>
@@ -61,6 +60,7 @@
         <li class="context-mdl"><a href="tfoot.html#tfoot-mdl">tfoot</a> = <a class="ref" href="tr.html#tr">tr</a>*</li>
         <li class="context-mdl"><a href="tbody.html#tbody-mdl">tbody</a> = <a class="ref" href="tr.html#tr">tr</a>*</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="tr-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tr-display">#</a></h2>
         <div class="css-props" id="tr-css"><div class="selectors"><span class="selector">tr</span> {

Index: input.month.html
===================================================================
RCS file: /sources/public/html5/markup/input.month.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- input.month.html 29 Jul 2009 07:19:22 -0000 1.7
+++ input.month.html 29 Jul 2009 11:23:44 -0000 1.8
@@ -102,12 +102,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.month-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.month-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.date.html">&#171; input.date</a></span>

Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/iframe.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- iframe.html 29 Jul 2009 07:19:22 -0000 1.15
+++ iframe.html 29 Jul 2009 11:23:44 -0000 1.16
@@ -84,12 +84,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="iframe-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#iframe-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="iframe-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#iframe-display">#</a></h2>
         <div class="css-props" id="iframe-css"><div class="selectors"><span class="selector">iframe</span> {

Index: datagrid.html
===================================================================
RCS file: /sources/public/html5/markup/datagrid.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- datagrid.html 29 Jul 2009 07:19:20 -0000 1.15
+++ datagrid.html 29 Jul 2009 11:23:43 -0000 1.16
@@ -70,12 +70,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="datagrid-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#datagrid-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="datagrid-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#datagrid-display">#</a></h2>
         <div class="css-props" id="datagrid-css"><div class="selectors"><span class="selector">datagrid</span> {

Index: ins.html
===================================================================
RCS file: /sources/public/html5/markup/ins.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- ins.html 29 Jul 2009 07:19:22 -0000 1.15
+++ ins.html 29 Jul 2009 11:23:44 -0000 1.16
@@ -65,13 +65,13 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="ins-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#ins-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="ins-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ins-display">#</a></h2>
         <div class="css-props" id="ins-css"><div class="selectors"><span class="selector">ins</span> {

Index: abbr.html
===================================================================
RCS file: /sources/public/html5/markup/abbr.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- abbr.html 29 Jul 2009 07:19:20 -0000 1.11
+++ abbr.html 29 Jul 2009 11:23:42 -0000 1.12
@@ -42,18 +42,18 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
+      <div class="no-number no-toc" id="abbr-context">
+        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#abbr-context">#</a></h2>
+        <ul>
+        <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
+      </div>
       
         <div class="no-number no-toc" id="abbr-details">
         <h2 class="element-subhead">Details <a class="hash" href="#abbr-details">#</a></h2>
     <p>The <span class="attribute">title</span> attribute on the
     <a href="abbr.html#abbr" class="element">a</a> element represents the
     expansion of the abbreviation or acronym.</p>
-  </div>
-      <div class="no-number no-toc" id="abbr-context">
-        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#abbr-context">#</a></h2>
-        <ul>
-        <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="a.html">&#171; a</a></span>

Index: div.html
===================================================================
RCS file: /sources/public/html5/markup/div.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- div.html 29 Jul 2009 07:19:21 -0000 1.12
+++ div.html 29 Jul 2009 11:23:43 -0000 1.13
@@ -16,13 +16,7 @@
       <div id="div-longdesc" class="longdesc">
     <p>The <a href="div.html#div" class="element">div</a> element is a
     generic container for flow content that by itself does not
-    represent anything.
-    It can be used with attributes such as
-    <a href="common-attributes.html#common.attrs.class">class</a>,
-    <a href="common-attributes.html#common.attrs.lang">lang</a>/<a href="common-attributes.html#common.attrs.xmllang">xml:lang</a>,
-    and 
-    <a href="common-attributes.html#common.attrs.title">title</a>
-    to add additional semantics and structure to flow content.</p>
+    represent anything.</p>
   </div>
       <div class="no-number no-toc" id="div-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#div-content">#</a></h2>
@@ -49,12 +43,22 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="div-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#div-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
+        <div class="no-number no-toc" id="div-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#div-details">#</a></h2>
+    <p>The <a href="div.html#div" class="element">div</a>
+    can be used with attributes such as
+    <a href="common-attributes.html#common.attrs.class">class</a>,
+    <a href="common-attributes.html#common.attrs.lang">lang</a>/<a href="common-attributes.html#common.attrs.xmllang">xml:lang</a>,
+    and 
+    <a href="common-attributes.html#common.attrs.title">title</a>
+    to add additional semantics and structure to flow content.</p>
+  </div>
       <div class="no-number no-toc" id="div-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#div-display">#</a></h2>
         <div class="css-props" id="div-css"><div class="selectors"><span class="selector">div</span> {

Index: meta.name.html
===================================================================
RCS file: /sources/public/html5/markup/meta.name.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- meta.name.html 29 Jul 2009 07:19:23 -0000 1.9
+++ meta.name.html 29 Jul 2009 11:23:45 -0000 1.10
@@ -92,7 +92,6 @@
     <p>A <dfn id="registered-metadata-name">registered metadata
       name</dfn> is any metadata name registered in the central <a href="http://wiki.whatwg.org/wiki/MetaExtensions">MetaExtensions registration page</a>.</p>
   </div>
-      
       <div class="no-number no-toc" id="meta.name-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#meta.name-context">#</a></h2>
         <ul>
@@ -107,7 +106,8 @@
   | <a class="ref" href="script.html#script">script</a>
   | <a class="ref" href="noscript.html#noscript.elem.head">noscript.elem.head</a>
   | (<a class="ref" href="command.html#command">command</a>)</li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="meta.html">&#171; meta</a></span>

Index: dt.html
===================================================================
RCS file: /sources/public/html5/markup/dt.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- dt.html 29 Jul 2009 07:19:21 -0000 1.12
+++ dt.html 29 Jul 2009 11:23:43 -0000 1.13
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<title>HTML5: dt &#8211; term in a term-description grouping</title>
+<title>HTML5: dt &#8211; term or &#8220;talker&#8221;/speaker</title>
 <link rel="stylesheet" href="style.css" type="text/css"></link>
 <link rel="stylesheet" href="W3C-ED.css" type="text/css"></link>
 </head>
@@ -12,18 +12,14 @@
 <span class="nav-next"><a href="em.html">em &#187;</a></span>
 </div>
 <div id="dt" class="section">
-      <h2 class="element-head"><span class="element">dt</span> &#8211; <span class="shortdesc">term in a term-description grouping</span> <a class="hash" href="#dt">#</a> <a class="toc-bak" href="Overview.html#dt-toc">T</a></h2>
+      <h2 class="element-head"><span class="element">dt</span> &#8211; <span class="shortdesc">term or &#8220;talker&#8221;/speaker</span> <a class="hash" href="#dt">#</a> <a class="toc-bak" href="Overview.html#dt-toc">T</a></h2>
       <div id="dt-longdesc" class="longdesc">
-    <p>If a <a href="dt.html#dt" class="element">dt</a> element&#8217;s parent
-    is a <a href="dl.html#dl" class="element">dl</a> element, then the 
-    <a href="dt.html#dt" class="element">dt</a> element 
-    represents the term (or name) part of a term-description
-    (name-value) grouping in a <a href="dl.html#description-list">description list</a>.
-    If a <a href="dt.html#dt" class="element">dt</a> element&#8217;s parent
-    is a <a href="dialog.html#dialog" class="element">dialog</a> element,
-    then the <a href="dt.html#dt" class="element">dt</a> element
-    represents a &#8220;talker&#8221; (or speaker) part of a
-    talker-discourse (speaker-quote) pair in a <a href="dialog.html#conversation" class="element">conversation</a>.</p>
+    <p>The 
+    <a href="dt.html#dt" class="element">dt</a>
+    element represents either a
+    <a href="dt.html#dt-term">term</a>
+    or a
+    &#8220;<a href="dt.html#dt-talker">talker</a>&#8221;/speaker.</p>
   </div>
       <div class="no-number no-toc" id="dt-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#dt-content">#</a></h2>
@@ -52,7 +48,6 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="dt-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#dt-context">#</a></h2>
         <ul>
@@ -61,6 +56,24 @@
         <li class="context-mdl"><a href="dialog.html#dialog-mdl">dialog</a> = (<a class="ref" href="dt.html#dt">dt</a>,
    <a class="ref" href="dd.html#dd">dd</a>)*</li></ul>
       </div>
+      
+        <div class="no-number no-toc" id="dt-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#dt-details">#</a></h2>
+    <p>If a <a href="dt.html#dt" class="element">dt</a> element&#8217;s parent
+    is a <a href="dl.html#dl" class="element">dl</a> element, then the 
+    <a href="dt.html#dt" class="element">dt</a> element 
+    represents the
+    <dfn id="dt-term" title="dt-term">term</dfn>
+    (or name) part of a term-description (name-value) grouping in a
+    <a href="dl.html#description-list">description list</a>.</p>
+    <p>If a <a href="dt.html#dt" class="element">dt</a> element&#8217;s parent
+    is a <a href="dialog.html#dialog" class="element">dialog</a> element,
+    then the <a href="dt.html#dt" class="element">dt</a> element
+    represents a 
+    &#8220;<dfn id="dt-talker" title="dt-talker">talker</dfn>&#8221;
+    (or speaker) part of a talker-discourse (speaker-quote) pair in a
+    <a href="dialog.html#conversation">conversation</a>.</p>
+  </div>
       <div class="no-number no-toc" id="dt-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dt-display">#</a></h2>
         <div class="css-props" id="dt-css"><div class="selectors"><span class="selector">dt</span> {

Index: table.html
===================================================================
RCS file: /sources/public/html5/markup/table.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- table.html 29 Jul 2009 07:19:24 -0000 1.11
+++ table.html 29 Jul 2009 11:23:46 -0000 1.12
@@ -56,12 +56,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="table-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#table-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="table-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#table-display">#</a></h2>
         <div class="css-props" id="table-css"><div class="selectors"><span class="selector">table</span> {

Index: nav.html
===================================================================
RCS file: /sources/public/html5/markup/nav.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- nav.html 29 Jul 2009 07:19:23 -0000 1.13
+++ nav.html 29 Jul 2009 11:23:45 -0000 1.14
@@ -55,6 +55,11 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
+      <div class="no-number no-toc" id="nav-context">
+        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#nav-context">#</a></h2>
+        <ul>
+        <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
+      </div>
       
         <div class="no-number no-toc" id="nav-details">
         <h2 class="element-subhead">Details <a class="hash" href="#nav-details">#</a></h2>
@@ -64,12 +69,7 @@
     element. In particular, it is common for footers to have a list
     of links to various key parts of a site, but the <a href="footer.html#footer" class="element">footer</a> element is more
     appropriate in such cases.</p>
-  </div>
-      <div class="no-number no-toc" id="nav-context">
-        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#nav-context">#</a></h2>
-        <ul>
-        <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="meter.html">&#171; meter</a></span>

Index: meta.http-equiv.content-type.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- meta.http-equiv.content-type.html 29 Jul 2009 07:19:23 -0000 1.10
+++ meta.http-equiv.content-type.html 29 Jul 2009 11:23:45 -0000 1.11
@@ -17,8 +17,7 @@
     <p>A <a href="meta.html#meta" class="element">meta</a> element with a
     <span class="attribute">http-equiv</span> attribute whose
       value is "<a href="meta.http-equiv.content-type.html#meta.http-equiv.attrs.http-equiv.content-type">content-type</a>" and which has an accompanying <a href="meta.http-equiv.content-type.html#meta.http-equiv.attrs.content.content-type">content</a> attribute and value represents a <a href="syntax.html#encoding-declaration">character encoding
-      declaration</a>. Such a <a href="meta.html#meta" class="element">meta</a> element is said to be in the <dfn id="encoding-declaration-state">encoding declaration
-      state</dfn>.</p>
+      declaration</a>.</p>
   </div>
       <div class="no-number no-toc" id="meta.http-equiv.content-type-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#meta.http-equiv.content-type-content">#</a></h2>
@@ -74,7 +73,6 @@
     then the document must not contain a <a href="meta.html#meta" class="element">meta</a> element with a <a href="meta.charset.html#meta.charset.attrs.charset">charset</a>
     attribute.</p>
   </div>
-      
       <div class="no-number no-toc" id="meta.http-equiv.content-type-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#meta.http-equiv.content-type-context">#</a></h2>
         <ul>
@@ -89,7 +87,16 @@
   | <a class="ref" href="script.html#script">script</a>
   | <a class="ref" href="noscript.html#noscript.elem.head">noscript.elem.head</a>
   | (<a class="ref" href="command.html#command">command</a>)</li></ul>
-      </div></div>
+      </div>
+      
+        <div class="no-number no-toc" id="meta.http-equiv.content-type-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#meta.http-equiv.content-type-details">#</a></h2>
+    <p>A <a href="meta.html#meta" class="element">meta</a> element with a
+    <span class="attribute">http-equiv</span> attribute whose
+      value is "<a href="meta.http-equiv.content-type.html#meta.http-equiv.attrs.http-equiv.content-type">content-type</a>" and which has an accompanying <a href="meta.http-equiv.content-type.html#meta.http-equiv.attrs.content.content-type">content</a> attribute and value is said to 
+      be in the
+      <dfn id="encoding-declaration-state" title="encoding-declaration-state">encoding declaration state</dfn>.</p>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="meta.charset.html">&#171; meta.charset</a></span>

Index: footer.html
===================================================================
RCS file: /sources/public/html5/markup/footer.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- footer.html 29 Jul 2009 07:19:21 -0000 1.13
+++ footer.html 29 Jul 2009 11:23:43 -0000 1.14
@@ -56,18 +56,18 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
+      <div class="no-number no-toc" id="footer-context">
+        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#footer-context">#</a></h2>
+        <ul>
+        <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
+      </div>
       
         <div class="no-number no-toc" id="footer-details">
         <h2 class="element-subhead">Details <a class="hash" href="#footer-details">#</a></h2>
     <p>A footer typically contains information about its section
     such as who wrote it, links to related documents, copyright
     data, and the like.</p>
-  </div>
-      <div class="no-number no-toc" id="footer-context">
-        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#footer-context">#</a></h2>
-        <ul>
-        <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="figure.html">&#171; figure</a></span>

Index: meta.http-equiv.content-language.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.content-language.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- meta.http-equiv.content-language.html 29 Jul 2009 07:19:23 -0000 1.4
+++ meta.http-equiv.content-language.html 29 Jul 2009 11:23:45 -0000 1.5
@@ -59,7 +59,6 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="meta.http-equiv.content-language-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#meta.http-equiv.content-language-context">#</a></h2>
         <ul>
@@ -74,7 +73,8 @@
   | <a class="ref" href="script.html#script">script</a>
   | <a class="ref" href="noscript.html#noscript.elem.head">noscript.elem.head</a>
   | (<a class="ref" href="command.html#command">command</a>)</li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.default-style.html">&#171; meta.http-equiv.default-style</a></span>

Index: script.html
===================================================================
RCS file: /sources/public/html5/markup/script.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- script.html 29 Jul 2009 07:19:23 -0000 1.14
+++ script.html 29 Jul 2009 11:23:46 -0000 1.15
@@ -101,7 +101,6 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="script-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#script-context">#</a></h2>
         <ul>
@@ -118,6 +117,7 @@
   | (<a class="ref" href="command.html#command">command</a>)</li>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="script-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#script-display">#</a></h2>
         <div class="css-props" id="script-css"><div class="selectors"><span class="selector">script</span> {

Index: input.range.html
===================================================================
RCS file: /sources/public/html5/markup/input.range.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- input.range.html 29 Jul 2009 07:19:22 -0000 1.7
+++ input.range.html 29 Jul 2009 11:23:44 -0000 1.8
@@ -100,12 +100,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.range-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.range-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.number.html">&#171; input.number</a></span>

Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/audio.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- audio.html 29 Jul 2009 10:01:29 -0000 1.14
+++ audio.html 29 Jul 2009 11:23:42 -0000 1.15
@@ -100,13 +100,13 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="audio-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#audio-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="aside.html">&#171; aside</a></span>

Index: time.html
===================================================================
RCS file: /sources/public/html5/markup/time.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- time.html 29 Jul 2009 07:19:24 -0000 1.11
+++ time.html 29 Jul 2009 11:23:46 -0000 1.12
@@ -50,12 +50,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="time-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#time-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="thead.html">&#171; thead</a></span>

Index: meta.http-equiv.default-style.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- meta.http-equiv.default-style.html 29 Jul 2009 07:19:23 -0000 1.9
+++ meta.http-equiv.default-style.html 29 Jul 2009 11:23:45 -0000 1.10
@@ -68,7 +68,6 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="meta.http-equiv.default-style-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#meta.http-equiv.default-style-context">#</a></h2>
         <ul>
@@ -87,7 +86,8 @@
    | <a class="ref" href="meta.http-equiv.default-style.html#meta.http-equiv.default-style">meta.http-equiv.default-style</a>
    | <a class="ref" href="meta.http-equiv.refresh.html#meta.http-equiv.refresh">meta.http-equiv.refresh</a>
    | <a class="ref" href="style.html#style-pattern">style</a>)*</li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.refresh.html">&#171; meta.http-equiv.refresh</a></span>

Index: keygen.html
===================================================================
RCS file: /sources/public/html5/markup/keygen.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- keygen.html 29 Jul 2009 07:19:22 -0000 1.9
+++ keygen.html 29 Jul 2009 11:23:45 -0000 1.10
@@ -73,12 +73,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="keygen-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#keygen-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="kbd.html">&#171; kbd</a></span>

Index: command.command.html
===================================================================
RCS file: /sources/public/html5/markup/command.command.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- command.command.html 29 Jul 2009 07:19:20 -0000 1.10
+++ command.command.html 29 Jul 2009 11:23:43 -0000 1.11
@@ -65,7 +65,6 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="command.command-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#command.command-context">#</a></h2>
         <ul>
@@ -81,7 +80,8 @@
   | <a class="ref" href="noscript.html#noscript.elem.head">noscript.elem.head</a>
   | (<a class="ref" href="command.html#command">command</a>)</li>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="command.html">&#171; command</a></span>

Index: progress.html
===================================================================
RCS file: /sources/public/html5/markup/progress.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- progress.html 29 Jul 2009 07:51:29 -0000 1.12
+++ progress.html 29 Jul 2009 11:23:45 -0000 1.13
@@ -71,12 +71,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="progress-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#progress-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="pre.html">&#171; pre</a></span>

Index: dfn.html
===================================================================
RCS file: /sources/public/html5/markup/dfn.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- dfn.html 29 Jul 2009 07:19:21 -0000 1.11
+++ dfn.html 29 Jul 2009 11:23:43 -0000 1.12
@@ -50,12 +50,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="dfn-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#dfn-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="details.html">&#171; details</a></span>

Index: textarea.html
===================================================================
RCS file: /sources/public/html5/markup/textarea.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- textarea.html 29 Jul 2009 07:19:24 -0000 1.10
+++ textarea.html 29 Jul 2009 11:23:46 -0000 1.11
@@ -16,8 +16,7 @@
       <div id="textarea-longdesc" class="longdesc">
     <p>The <a href="textarea.html#textarea" class="element">textarea</a>
     element represents a multi-line plain-text edit control for
-    the element&#8217;s raw value. The contents of the element represent
-    the control&#8217;s default value.</p>
+    the element&#8217;s raw value.</p>
   </div>
       <div class="no-number no-toc" id="textarea-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#textarea-content">#</a></h2>
@@ -95,12 +94,20 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="textarea-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#textarea-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      
+        <div class="no-number no-toc" id="textarea-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#textarea-details">#</a></h2>
+    <p>The 
+    <a href="syntax.html#contents">contents</a>
+    of the
+    <a href="textarea.html#textarea" class="element">textarea</a>
+    element represent the control&#8217;s default value.</p>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="td.html">&#171; td</a></span>

Index: cite.html
===================================================================
RCS file: /sources/public/html5/markup/cite.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cite.html 29 Jul 2009 07:19:20 -0000 1.12
+++ cite.html 29 Jul 2009 11:23:42 -0000 1.13
@@ -43,12 +43,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="cite-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#cite-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="cite-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#cite-display">#</a></h2>
         <div class="css-props" id="cite-css"><div class="selectors"><span class="selector">cite</span> {

Index: meter.html
===================================================================
RCS file: /sources/public/html5/markup/meter.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- meter.html 29 Jul 2009 07:51:29 -0000 1.13
+++ meter.html 29 Jul 2009 11:23:45 -0000 1.14
@@ -150,12 +150,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="meter-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#meter-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.content-type.html">&#171; meta.http-equiv.content-type</a></span>

Index: input.button.html
===================================================================
RCS file: /sources/public/html5/markup/input.button.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- input.button.html 29 Jul 2009 07:19:22 -0000 1.8
+++ input.button.html 29 Jul 2009 11:23:44 -0000 1.9
@@ -79,12 +79,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.button-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.button-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.radio.html">&#171; input.radio</a></span>

Index: aside.html
===================================================================
RCS file: /sources/public/html5/markup/aside.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- aside.html 29 Jul 2009 07:19:20 -0000 1.13
+++ aside.html 29 Jul 2009 11:23:42 -0000 1.14
@@ -16,9 +16,7 @@
       <div id="aside-longdesc" class="longdesc">
     <p>The <a href="aside.html#aside" class="element">aside</a> element
     represents content that is tangentially related to the content
-    that forms the main textual flow of a document. In printed
-    documents, such tangential content is sometimes formatted as a
-    sidebar or annotation or footnote.</p>
+    that forms the main textual flow of a document.</p>
   </div>
       <div class="no-number no-toc" id="aside-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#aside-content">#</a></h2>
@@ -57,12 +55,18 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="aside-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#aside-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+      </div>
+      
+        <div class="no-number no-toc" id="aside-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#aside-details">#</a></h2>
+    <p>In printed documents, the type of tangential content that
+    the <a href="aside.html#aside">aside</a> element represents is sometimes
+    formatted as a sidebar or annotation or footnote.</p>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="article.html">&#171; article</a></span>

Index: section.html
===================================================================
RCS file: /sources/public/html5/markup/section.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- section.html 29 Jul 2009 07:19:24 -0000 1.15
+++ section.html 29 Jul 2009 11:23:46 -0000 1.16
@@ -65,12 +65,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="section-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#section-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="script.html">&#171; script</a></span>

Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/link.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- link.html 29 Jul 2009 07:19:23 -0000 1.9
+++ link.html 29 Jul 2009 11:23:45 -0000 1.10
@@ -54,7 +54,6 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="link-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#link-context">#</a></h2>
         <ul>
@@ -74,6 +73,7 @@
    | <a class="ref" href="meta.http-equiv.refresh.html#meta.http-equiv.refresh">meta.http-equiv.refresh</a>
    | <a class="ref" href="style.html#style-pattern">style</a>)*</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="link-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#link-display">#</a></h2>
         <div class="css-props" id="link-css"><div class="selectors"><span class="selector">link</span> {

Index: meta.http-equiv.refresh.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- meta.http-equiv.refresh.html 29 Jul 2009 07:19:23 -0000 1.8
+++ meta.http-equiv.refresh.html 29 Jul 2009 11:23:45 -0000 1.9
@@ -72,7 +72,6 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="meta.http-equiv.refresh-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#meta.http-equiv.refresh-context">#</a></h2>
         <ul>
@@ -91,7 +90,8 @@
    | <a class="ref" href="meta.http-equiv.default-style.html#meta.http-equiv.default-style">meta.http-equiv.default-style</a>
    | <a class="ref" href="meta.http-equiv.refresh.html#meta.http-equiv.refresh">meta.http-equiv.refresh</a>
    | <a class="ref" href="style.html#style-pattern">style</a>)*</li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="meta.name.html">&#171; meta.name</a></span>

Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/area.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- area.html 29 Jul 2009 07:19:20 -0000 1.12
+++ area.html 29 Jul 2009 11:23:42 -0000 1.13
@@ -94,12 +94,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="area-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#area-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="area-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#area-display">#</a></h2>
         <div class="css-props" id="area-css"><div class="selectors"><span class="selector">area</span> {

Index: input.text.html
===================================================================
RCS file: /sources/public/html5/markup/input.text.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- input.text.html 29 Jul 2009 07:19:22 -0000 1.8
+++ input.text.html 29 Jul 2009 11:23:44 -0000 1.9
@@ -87,12 +87,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.text-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.text-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.html">&#171; input</a></span>

Index: samp.html
===================================================================
RCS file: /sources/public/html5/markup/samp.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- samp.html 29 Jul 2009 07:19:23 -0000 1.12
+++ samp.html 29 Jul 2009 11:23:45 -0000 1.13
@@ -42,12 +42,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="samp-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#samp-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="samp-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#samp-display">#</a></h2>
         <div class="css-props" id="samp-css"><div class="selectors"><span class="selector">samp</span> {

Index: h6.html
===================================================================
RCS file: /sources/public/html5/markup/h6.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- h6.html 29 Jul 2009 07:19:21 -0000 1.14
+++ h6.html 29 Jul 2009 11:23:43 -0000 1.15
@@ -53,7 +53,6 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="h6-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#h6-context">#</a></h2>
         <ul>
@@ -65,6 +64,7 @@
    | <a class="ref" href="h5.html#h5">h5</a>
    | <a class="ref" href="h6.html#h6">h6</a>)+</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="h6-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h6-display">#</a></h2>
         <div class="css-props" id="h6-css"><div class="selectors"><span class="selector">h6</span> {

Index: input.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/input.checkbox.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- input.checkbox.html 29 Jul 2009 07:19:22 -0000 1.8
+++ input.checkbox.html 29 Jul 2009 11:23:44 -0000 1.9
@@ -81,12 +81,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.checkbox-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.checkbox-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.password.html">&#171; input.password</a></span>

Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- a.html 29 Jul 2009 07:19:20 -0000 1.14
+++ a.html 29 Jul 2009 11:23:42 -0000 1.15
@@ -81,6 +81,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
+      <div class="no-number no-toc" id="a-context">
+        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#a-context">#</a></h2>
+        <ul>
+        <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li>
+        <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
+      </div>
       
         <div class="no-number no-toc" id="a-details">
         <h2 class="element-subhead">Details <a class="hash" href="#a-details">#</a></h2>
@@ -91,12 +97,6 @@
     element are empty, the element represents an
     <dfn id="empty-hyperlink" title="empty-hyperlink">empty hyperlink</dfn>.</p>
   </div>
-      <div class="no-number no-toc" id="a-context">
-        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#a-context">#</a></h2>
-        <ul>
-        <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li>
-        <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div>
       <div class="no-number no-toc" id="a-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#a-display">#</a></h2>
         <div class="css-props" id="a-css"><div class="selectors"><span class="selector">a<span class="pseudo">:link</span></span>, <span class="selector">a<span class="pseudo">:visited</span></span> {

Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/object.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- object.html 29 Jul 2009 07:19:23 -0000 1.13
+++ object.html 29 Jul 2009 11:23:45 -0000 1.14
@@ -15,10 +15,7 @@
       <h2 class="element-head"><span class="element">object</span> &#8211; <span class="shortdesc">generic external resource</span> <a class="hash" href="#object">#</a> <a class="toc-bak" href="Overview.html#object-toc">T</a></h2>
       <div id="object-longdesc" class="longdesc">
     <p>The <a href="object.html#object" class="element">object</a> element
-    represents an external resource, which, depending on the type
-    of the resource, will either be treated as an image, as a
-    nested browsing context, or as an external resource to be
-    processed by a plugin.</p>
+    represents an external resource.</p>
   </div>
       <div class="no-number no-toc" id="object-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#object-content">#</a></h2>
@@ -95,13 +92,21 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="object-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#object-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+      </div>
+      
+        <div class="no-number no-toc" id="object-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#object-details">#</a></h2>
+    <p>The <a href="object.html#object" class="element">object</a> element
+    represents an external resource, which, depending on the type
+    of the resource, will either be treated as an image, as a
+    nested browsing context, or as an external resource to be
+    processed by a plugin.</p>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="noscript.html">&#171; noscript</a></span>

Index: input.tel.html
===================================================================
RCS file: /sources/public/html5/markup/input.tel.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- input.tel.html 29 Jul 2009 07:19:22 -0000 1.6
+++ input.tel.html 29 Jul 2009 11:23:44 -0000 1.7
@@ -88,12 +88,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.tel-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.tel-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.search.html">&#171; input.search</a></span>

Index: h4.html
===================================================================
RCS file: /sources/public/html5/markup/h4.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- h4.html 29 Jul 2009 07:19:21 -0000 1.14
+++ h4.html 29 Jul 2009 11:23:43 -0000 1.15
@@ -53,7 +53,6 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="h4-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#h4-context">#</a></h2>
         <ul>
@@ -65,6 +64,7 @@
    | <a class="ref" href="h5.html#h5">h5</a>
    | <a class="ref" href="h6.html#h6">h6</a>)+</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="h4-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h4-display">#</a></h2>
         <div class="css-props" id="h4-css"><div class="selectors"><span class="selector">h4</span> {

Index: header.html
===================================================================
RCS file: /sources/public/html5/markup/header.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- header.html 29 Jul 2009 07:19:21 -0000 1.13
+++ header.html 29 Jul 2009 11:23:43 -0000 1.14
@@ -56,6 +56,11 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
+      <div class="no-number no-toc" id="header-context">
+        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#header-context">#</a></h2>
+        <ul>
+        <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
+      </div>
       
         <div class="no-number no-toc" id="header-details">
         <h2 class="element-subhead">Details <a class="hash" href="#header-details">#</a></h2>
@@ -63,12 +68,7 @@
     section (an <a href="h1.html#h1" class="element">h1</a>-<a href="h6.html#h6" class="element">h6</a> element or <a href="hgroup.html#hgroup" class="element">hgroup</a> element), along with content such as
     introductory material or navigational aids for the
     section.</p>
-  </div>
-      <div class="no-number no-toc" id="header-context">
-        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#header-context">#</a></h2>
-        <ul>
-        <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="head.html">&#171; head</a></span>

Index: b.html
===================================================================
RCS file: /sources/public/html5/markup/b.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- b.html 29 Jul 2009 07:19:20 -0000 1.12
+++ b.html 29 Jul 2009 11:23:42 -0000 1.13
@@ -44,12 +44,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="b-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#b-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="b-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#b-display">#</a></h2>
         <div class="css-props" id="b-css"><div class="selectors"><span class="selector">b</span> {

Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/img.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- img.html 29 Jul 2009 07:19:22 -0000 1.14
+++ img.html 29 Jul 2009 11:23:44 -0000 1.15
@@ -115,12 +115,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="img-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#img-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="iframe.html">&#171; iframe</a></span>

Index: bdo.html
===================================================================
RCS file: /sources/public/html5/markup/bdo.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- bdo.html 29 Jul 2009 07:19:20 -0000 1.11
+++ bdo.html 29 Jul 2009 11:23:42 -0000 1.12
@@ -51,12 +51,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="bdo-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#bdo-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="bb.html">&#171; bb</a></span>

Index: input.number.html
===================================================================
RCS file: /sources/public/html5/markup/input.number.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- input.number.html 29 Jul 2009 07:19:22 -0000 1.7
+++ input.number.html 29 Jul 2009 11:23:44 -0000 1.8
@@ -102,12 +102,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.number-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.number-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.week.html">&#171; input.week</a></span>

Index: col.html
===================================================================
RCS file: /sources/public/html5/markup/col.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- col.html 29 Jul 2009 07:19:20 -0000 1.9
+++ col.html 29 Jul 2009 11:23:43 -0000 1.10
@@ -52,13 +52,13 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="col-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#col-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="colgroup.html#colgroup-mdl">colgroup</a> = <a class="ref" href="col.html#col">col</a>*
   | <a class="ref" href="colgroup.html#colgroup.attrs.span" title="colgroup.attrs.span">span</a>?</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="col-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#col-display">#</a></h2>
         <div class="css-props" id="col-css"><div class="selectors"><span class="selector">col</span> {

Index: command.radio.html
===================================================================
RCS file: /sources/public/html5/markup/command.radio.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- command.radio.html 29 Jul 2009 07:19:20 -0000 1.10
+++ command.radio.html 29 Jul 2009 11:23:43 -0000 1.11
@@ -74,7 +74,6 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="command.radio-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#command.radio-context">#</a></h2>
         <ul>
@@ -90,7 +89,8 @@
   | <a class="ref" href="noscript.html#noscript.elem.head">noscript.elem.head</a>
   | (<a class="ref" href="command.html#command">command</a>)</li>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="command.command.html">&#171; command.command</a></span>

Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- input.datetime.html 29 Jul 2009 07:19:22 -0000 1.7
+++ input.datetime.html 29 Jul 2009 11:23:44 -0000 1.8
@@ -103,12 +103,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.datetime-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.datetime-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.image.html">&#171; input.image</a></span>

Index: input.password.html
===================================================================
RCS file: /sources/public/html5/markup/input.password.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- input.password.html 29 Jul 2009 07:19:22 -0000 1.8
+++ input.password.html 29 Jul 2009 11:23:44 -0000 1.9
@@ -87,12 +87,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.password-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.password-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.text.html">&#171; input.text</a></span>

Index: embed.html
===================================================================
RCS file: /sources/public/html5/markup/embed.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- embed.html 29 Jul 2009 07:19:21 -0000 1.11
+++ embed.html 29 Jul 2009 11:23:43 -0000 1.12
@@ -15,11 +15,7 @@
       <h2 class="element-head"><span class="element">embed</span> &#8211; <span class="shortdesc">integration point for plugins</span> <a class="hash" href="#embed">#</a> <a class="toc-bak" href="Overview.html#embed-toc">T</a></h2>
       <div id="embed-longdesc" class="longdesc">
     <p>The <a href="embed.html#embed" class="element">embed</a> element
-    represents an integration point for an external resource &#8212;
-    typically, a non-HTML resource such as an application or some
-    other type of interactive content which involves use of a
-    third-party plugin as a content handler (rather than being
-    natively supported by the UA).</p>
+    represents an integration point for an external resource.</p>
   </div>
       <div class="no-number no-toc" id="embed-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#embed-content">#</a></h2>
@@ -70,12 +66,21 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="embed-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#embed-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      
+        <div class="no-number no-toc" id="embed-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#embed-details">#</a></h2>
+    <p>The <a href="embed.html#embed" class="element">embed</a> element
+    represents an integration point for an external resource &#8212;
+    typically, a non-HTML resource such as an application or some
+    other type of interactive content which involves use of a
+    third-party plugin as a content handler (rather than being
+    natively supported by the UA).</p>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="em.html">&#171; em</a></span>

Index: dd.html
===================================================================
RCS file: /sources/public/html5/markup/dd.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- dd.html 29 Jul 2009 07:19:20 -0000 1.12
+++ dd.html 29 Jul 2009 11:23:43 -0000 1.13
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<title>HTML5: dd &#8211; description in a term-description grouping</title>
+<title>HTML5: dd &#8211; description or span of discourse</title>
 <link rel="stylesheet" href="style.css" type="text/css"></link>
 <link rel="stylesheet" href="W3C-ED.css" type="text/css"></link>
 </head>
@@ -12,18 +12,14 @@
 <span class="nav-next"><a href="del.html">del &#187;</a></span>
 </div>
 <div id="dd" class="section">
-      <h2 class="element-head"><span class="element">dd</span> &#8211; <span class="shortdesc">description in a term-description grouping</span> <a class="hash" href="#dd">#</a> <a class="toc-bak" href="Overview.html#dd-toc">T</a></h2>
+      <h2 class="element-head"><span class="element">dd</span> &#8211; <span class="shortdesc">description or span of discourse</span> <a class="hash" href="#dd">#</a> <a class="toc-bak" href="Overview.html#dd-toc">T</a></h2>
       <div id="dd-longdesc" class="longdesc">
-    <p>If a <a href="dd.html#dd" class="element">dd</a> element&#8217;s parent
-    is a <a href="dl.html#dl" class="element">dl</a> element, then the 
-    <a href="dd.html#dd" class="element">dd</a> element represents
-    the description (or value) part of a term-description
-    (name-value) grouping in a <a href="dl.html#description-list">description list</a>.
-    If a <a href="dd.html#dd" class="element">dd</a> element&#8217;s parent
-    is a <a href="dialog.html#dialog" class="element">dialog</a> element,
-    then the <a href="dd.html#dd" class="element">dd</a> element
-    represents a span of discourse (a quote) in a talker-discourse
-    (speaker-quote) pair in a <a href="dialog.html#conversation" class="element">conversation</a>.</p>
+    <p>The 
+    <a href="dd.html#dd" class="element">dd</a>
+    element represents either a
+    <a href="dd.html#dd-description">description</a>
+    or a
+    <a href="dd.html#dd-discourse">span of discourse</a>.</p>
   </div>
       <div class="no-number no-toc" id="dd-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#dd-content">#</a></h2>
@@ -53,7 +49,6 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="dd-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#dd-context">#</a></h2>
         <ul>
@@ -62,6 +57,25 @@
         <li class="context-mdl"><a href="dialog.html#dialog-mdl">dialog</a> = (<a class="ref" href="dt.html#dt">dt</a>,
    <a class="ref" href="dd.html#dd">dd</a>)*</li></ul>
       </div>
+      
+        <div class="no-number no-toc" id="dd-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#dd-details">#</a></h2>
+    <p>If a <a href="dd.html#dd" class="element">dd</a> element&#8217;s parent
+    is a <a href="dl.html#dl" class="element">dl</a> element, then the 
+    <a href="dd.html#dd" class="element">dd</a> element represents
+    the
+    <dfn id="dd-description" title="dd-description">description</dfn>
+    (or value) part of a term-description (name-value) grouping in a
+    <a href="dl.html#description-list">description list</a>.</p>
+    <p>If a <a href="dd.html#dd" class="element">dd</a> element&#8217;s parent
+    is a <a href="dialog.html#dialog" class="element">dialog</a> element,
+    then the <a href="dd.html#dd" class="element">dd</a> element
+    represents a
+    <dfn id="dd-discourse" title="dd-discourse">span of discourse</dfn>
+    (a quote) in a talker-discourse
+    (speaker-quote) pair in a
+    <a href="dialog.html#conversation">conversation</a>.</p>
+  </div>
       <div class="no-number no-toc" id="dd-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dd-display">#</a></h2>
         <div class="css-props" id="dd-css"><div class="selectors"><span class="selector">dd</span> {

Index: ul.html
===================================================================
RCS file: /sources/public/html5/markup/ul.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ul.html 29 Jul 2009 07:19:25 -0000 1.8
+++ ul.html 29 Jul 2009 11:23:46 -0000 1.9
@@ -42,12 +42,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="ul-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#ul-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="ul-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ul-display">#</a></h2>
         <div class="css-props" id="ul-css"><div class="selectors"><span class="selector">ul</span> {

Index: input.time.html
===================================================================
RCS file: /sources/public/html5/markup/input.time.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- input.time.html 29 Jul 2009 07:19:22 -0000 1.7
+++ input.time.html 29 Jul 2009 11:23:44 -0000 1.8
@@ -103,12 +103,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.time-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.time-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.month.html">&#171; input.month</a></span>

Index: strong.html
===================================================================
RCS file: /sources/public/html5/markup/strong.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- strong.html 29 Jul 2009 07:19:24 -0000 1.12
+++ strong.html 29 Jul 2009 11:23:46 -0000 1.13
@@ -41,12 +41,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="strong-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#strong-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="strong-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#strong-display">#</a></h2>
         <div class="css-props" id="strong-css"><div class="selectors"><span class="selector">strong</span> {

Index: q.html
===================================================================
RCS file: /sources/public/html5/markup/q.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- q.html 29 Jul 2009 07:19:23 -0000 1.12
+++ q.html 29 Jul 2009 11:23:45 -0000 1.13
@@ -51,12 +51,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="q-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#q-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="q-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#q-display">#</a></h2>
         <div class="css-props" id="q-css"><div class="selectors"><span class="selector">q</span> {

Index: li.html
===================================================================
RCS file: /sources/public/html5/markup/li.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- li.html 29 Jul 2009 07:19:23 -0000 1.13
+++ li.html 29 Jul 2009 11:23:45 -0000 1.14
@@ -65,7 +65,6 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="li-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#li-context">#</a></h2>
         <ul>
@@ -75,6 +74,7 @@
   | (<a class="ref" href="syntax.html#normal-character-data">normal-character-data</a>
   &amp; <a class="ref" href="common-models.html#common.elem.flow">common.elem.flow</a>*)</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="li-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#li-display">#</a></h2>
         <div class="css-props" id="li-css"><div class="selectors"><span class="selector">li</span> {

Index: style.html
===================================================================
RCS file: /sources/public/html5/markup/style.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- style.html 29 Jul 2009 07:19:24 -0000 1.13
+++ style.html 29 Jul 2009 11:23:46 -0000 1.14
@@ -73,7 +73,6 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="style-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#style-context">#</a></h2>
         <ul>
@@ -105,6 +104,7 @@
   (<a class="ref" href="syntax.html#normal-character-data">normal-character-data</a>
   &amp; <a class="ref" href="common-models.html#common.elem.flow">common.elem.flow</a>*)</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="style-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#style-display">#</a></h2>
         <div class="css-props" id="style-css"><div class="selectors"><span class="selector">style</span> {

Index: del.html
===================================================================
RCS file: /sources/public/html5/markup/del.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- del.html 29 Jul 2009 07:19:20 -0000 1.15
+++ del.html 29 Jul 2009 11:23:43 -0000 1.16
@@ -65,13 +65,13 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="del-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#del-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="del-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#del-display">#</a></h2>
         <div class="css-props" id="del-css"><div class="selectors"><span class="selector">del</span> {

Index: menu.html
===================================================================
RCS file: /sources/public/html5/markup/menu.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- menu.html 29 Jul 2009 07:19:23 -0000 1.14
+++ menu.html 29 Jul 2009 11:23:45 -0000 1.15
@@ -83,12 +83,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="menu-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#menu-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="menu-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#menu-display">#</a></h2>
         <div class="css-props" id="menu-css"><div class="selectors"><span class="selector">menu</span> {

Index: input.image.html
===================================================================
RCS file: /sources/public/html5/markup/input.image.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- input.image.html 29 Jul 2009 07:19:22 -0000 1.8
+++ input.image.html 29 Jul 2009 11:23:44 -0000 1.9
@@ -111,12 +111,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.image-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.image-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.hidden.html">&#171; input.hidden</a></span>

Index: code.html
===================================================================
RCS file: /sources/public/html5/markup/code.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- code.html 29 Jul 2009 07:19:20 -0000 1.12
+++ code.html 29 Jul 2009 11:23:43 -0000 1.13
@@ -41,12 +41,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="code-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#code-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="code-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#code-display">#</a></h2>
         <div class="css-props" id="code-css"><div class="selectors"><span class="selector">code</span> {

Index: h2.html
===================================================================
RCS file: /sources/public/html5/markup/h2.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- h2.html 29 Jul 2009 07:19:21 -0000 1.14
+++ h2.html 29 Jul 2009 11:23:43 -0000 1.15
@@ -53,7 +53,6 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="h2-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#h2-context">#</a></h2>
         <ul>
@@ -65,6 +64,7 @@
    | <a class="ref" href="h5.html#h5">h5</a>
    | <a class="ref" href="h6.html#h6">h6</a>)+</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="h2-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h2-display">#</a></h2>
         <div class="css-props" id="h2-css"><div class="selectors"><span class="selector">h2</span> {

Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/head.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- head.html 29 Jul 2009 07:19:21 -0000 1.8
+++ head.html 29 Jul 2009 11:23:43 -0000 1.9
@@ -48,13 +48,13 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="head-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#head-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="html.html#html-mdl">html</a> = <a class="ref" href="head.html#head">head</a>,
   <a class="ref" href="body.html#body">body</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="head-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#head-display">#</a></h2>
         <div class="css-props" id="head-css"><div class="selectors"><span class="selector">head</span> {

Index: p.html
===================================================================
RCS file: /sources/public/html5/markup/p.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- p.html 29 Jul 2009 07:19:23 -0000 1.13
+++ p.html 29 Jul 2009 11:23:45 -0000 1.14
@@ -73,12 +73,12 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="p-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#p-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="p-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#p-display">#</a></h2>
         <div class="css-props" id="p-css"><div class="selectors"><span class="selector">p</span> {

Index: map.html
===================================================================
RCS file: /sources/public/html5/markup/map.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- map.html 29 Jul 2009 07:19:23 -0000 1.13
+++ map.html 29 Jul 2009 11:23:45 -0000 1.14
@@ -67,13 +67,13 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="map-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#map-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="map-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#map-display">#</a></h2>
         <div class="css-props" id="map-css"><div class="selectors"><span class="selector">map</span> {

Index: input.file.html
===================================================================
RCS file: /sources/public/html5/markup/input.file.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- input.file.html 29 Jul 2009 07:19:22 -0000 1.7
+++ input.file.html 29 Jul 2009 11:23:44 -0000 1.8
@@ -86,12 +86,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.file-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.file-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.reset.html">&#171; input.reset</a></span>

Index: input.radio.html
===================================================================
RCS file: /sources/public/html5/markup/input.radio.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- input.radio.html 29 Jul 2009 07:19:22 -0000 1.8
+++ input.radio.html 29 Jul 2009 11:23:44 -0000 1.9
@@ -82,12 +82,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.radio-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.radio-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.checkbox.html">&#171; input.checkbox</a></span>

Index: command.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/command.checkbox.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- command.checkbox.html 29 Jul 2009 07:19:20 -0000 1.10
+++ command.checkbox.html 29 Jul 2009 11:23:43 -0000 1.11
@@ -69,7 +69,6 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="command.checkbox-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#command.checkbox-context">#</a></h2>
         <ul>
@@ -85,7 +84,8 @@
   | <a class="ref" href="noscript.html#noscript.elem.head">noscript.elem.head</a>
   | (<a class="ref" href="command.html#command">command</a>)</li>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="command.radio.html">&#171; command.radio</a></span>

Index: param.html
===================================================================
RCS file: /sources/public/html5/markup/param.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- param.html 29 Jul 2009 07:19:23 -0000 1.13
+++ param.html 29 Jul 2009 11:23:45 -0000 1.14
@@ -50,7 +50,6 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="param-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#param-context">#</a></h2>
         <ul>
@@ -61,6 +60,7 @@
   (<a class="ref" href="syntax.html#normal-character-data">normal-character-data</a>
   &amp; <a class="ref" href="common-models.html#common.elem.phrasing">common.elem.phrasing</a>*)</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="param-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#param-display">#</a></h2>
         <div class="css-props" id="param-css"><div class="selectors"><span class="selector">param</span> {

Index: span.html
===================================================================
RCS file: /sources/public/html5/markup/span.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- span.html 29 Jul 2009 07:19:24 -0000 1.11
+++ span.html 29 Jul 2009 11:23:46 -0000 1.12
@@ -16,13 +16,7 @@
       <div id="span-longdesc" class="longdesc">
     <p>The <a href="span.html#span" class="element">span</a> element is a
     generic wrapper for phrasing content that by itself does not
-    represent anything.
-    It can be used with attributes such as
-    <a href="common-attributes.html#common.attrs.class">class</a>,
-    <a href="common-attributes.html#common.attrs.lang">lang</a>/<a href="common-attributes.html#common.attrs.xmllang">xml:lang</a>,
-    and 
-    <a href="common-attributes.html#common.attrs.title">title</a>
-    to add additional semantics and structure to phrasing content.</p>
+    represent anything.</p>
   </div>
       <div class="no-number no-toc" id="span-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#span-content">#</a></h2>
@@ -48,12 +42,22 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="span-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#span-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      
+        <div class="no-number no-toc" id="span-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#span-details">#</a></h2>
+    <p>The <a href="span.html#span" class="element">span</a> element is a
+    can be used with attributes such as
+    <a href="common-attributes.html#common.attrs.class">class</a>,
+    <a href="common-attributes.html#common.attrs.lang">lang</a>/<a href="common-attributes.html#common.attrs.xmllang">xml:lang</a>,
+    and 
+    <a href="common-attributes.html#common.attrs.title">title</a>
+    to add additional semantics and structure to phrasing content.</p>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="source.html">&#171; source</a></span>

Index: input.reset.html
===================================================================
RCS file: /sources/public/html5/markup/input.reset.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- input.reset.html 29 Jul 2009 07:19:22 -0000 1.8
+++ input.reset.html 29 Jul 2009 11:23:44 -0000 1.9
@@ -79,12 +79,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.reset-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.reset-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.submit.html">&#171; input.submit</a></span>

Index: input.datetime-local.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime-local.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- input.datetime-local.html 29 Jul 2009 07:19:22 -0000 1.7
+++ input.datetime-local.html 29 Jul 2009 11:23:44 -0000 1.8
@@ -103,12 +103,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.datetime-local-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.datetime-local-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.datetime.html">&#171; input.datetime</a></span>

Index: input.color.html
===================================================================
RCS file: /sources/public/html5/markup/input.color.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- input.color.html 29 Jul 2009 07:19:22 -0000 1.8
+++ input.color.html 29 Jul 2009 11:23:44 -0000 1.9
@@ -85,12 +85,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.color-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.color-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.tel.html">&#171; input.tel</a></span>

Index: option.html
===================================================================
RCS file: /sources/public/html5/markup/option.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- option.html 29 Jul 2009 07:19:23 -0000 1.12
+++ option.html 29 Jul 2009 11:23:45 -0000 1.13
@@ -62,7 +62,6 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="option-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#option-context">#</a></h2>
         <ul>
@@ -72,7 +71,8 @@
         <li class="context-mdl"><a href="datalist.html#datalist-mdl">datalist</a> = <a class="ref" href="option.html#option">option</a>*
   &amp; (<a class="ref" href="syntax.html#normal-character-data">normal-character-data</a>
   &amp; <a class="ref" href="common-models.html#common.elem.phrasing">common.elem.phrasing</a>*)</li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="optgroup.html">&#171; optgroup</a></span>

Index: label.html
===================================================================
RCS file: /sources/public/html5/markup/label.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- label.html 29 Jul 2009 07:19:23 -0000 1.12
+++ label.html 29 Jul 2009 11:23:45 -0000 1.13
@@ -69,12 +69,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="label-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#label-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="label-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#label-display">#</a></h2>
         <div class="css-props" id="label-css"><div class="selectors"><span class="selector">label</span> {

Index: select.html
===================================================================
RCS file: /sources/public/html5/markup/select.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- select.html 29 Jul 2009 07:19:24 -0000 1.9
+++ select.html 29 Jul 2009 11:23:46 -0000 1.10
@@ -83,12 +83,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="select-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#select-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="section.html">&#171; section</a></span>

Index: noscript.html
===================================================================
RCS file: /sources/public/html5/markup/noscript.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- noscript.html 29 Jul 2009 07:19:23 -0000 1.13
+++ noscript.html 29 Jul 2009 11:23:45 -0000 1.14
@@ -16,7 +16,7 @@
       <div id="noscript-longdesc" class="longdesc">
     <p>The <a href="noscript.html#noscript" class="element">noscript</a>
     element is used to present different markup to user agents
-    that don't support scripting, by affecting how the document is
+    that don&#8217;t support scripting, by affecting how the document is
     parsed.</p>
   </div>
       <div class="no-number no-toc" id="noscript-content">
@@ -72,7 +72,6 @@
     <p>The <code><a href="noscript.html#noscript">noscript</a></code> element
     must not be used in a <a href="documents.html#syntax-document-xml">document in the XML syntax</a>.</p>
   </div>
-      
       <div class="no-number no-toc" id="noscript-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#noscript-context">#</a></h2>
         <ul>
@@ -89,7 +88,8 @@
   | (<a class="ref" href="command.html#command">command</a>)</li>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="nav.html">&#171; nav</a></span>

Index: blockquote.html
===================================================================
RCS file: /sources/public/html5/markup/blockquote.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- blockquote.html 29 Jul 2009 07:19:20 -0000 1.13
+++ blockquote.html 29 Jul 2009 11:23:42 -0000 1.14
@@ -51,12 +51,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="blockquote-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#blockquote-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="blockquote-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#blockquote-display">#</a></h2>
         <div class="css-props" id="blockquote-css"><div class="selectors"><span class="selector">blockquote</span> {

Index: hr.html
===================================================================
RCS file: /sources/public/html5/markup/hr.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- hr.html 29 Jul 2009 07:19:21 -0000 1.9
+++ hr.html 29 Jul 2009 11:23:44 -0000 1.10
@@ -39,6 +39,11 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
+      <div class="no-number no-toc" id="hr-context">
+        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#hr-context">#</a></h2>
+        <ul>
+        <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
+      </div>
       
         <div class="no-number no-toc" id="hr-details">
         <h2 class="element-subhead">Details <a class="hash" href="#hr-details">#</a></h2>
@@ -47,11 +52,6 @@
     transition to another topic within a section of a reference
     book.</p>
   </div>
-      <div class="no-number no-toc" id="hr-context">
-        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#hr-context">#</a></h2>
-        <ul>
-        <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div>
       <div class="no-number no-toc" id="hr-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#hr-display">#</a></h2>
         <div class="css-props" id="hr-css"><div class="selectors"><span class="selector">hr</span> {

Index: td.html
===================================================================
RCS file: /sources/public/html5/markup/td.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- td.html 29 Jul 2009 07:19:24 -0000 1.12
+++ td.html 29 Jul 2009 11:23:46 -0000 1.13
@@ -65,13 +65,13 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="td-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#td-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="tr.html#tr-mdl">tr</a> = (<a class="ref" href="td.html#td">td</a>
    | <a class="ref" href="th.html#th">th</a>)*</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="td-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#td-display">#</a></h2>
         <div class="css-props" id="td-css"><div class="selectors"><span class="selector">td</span> {

Index: em.html
===================================================================
RCS file: /sources/public/html5/markup/em.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- em.html 29 Jul 2009 07:19:21 -0000 1.12
+++ em.html 29 Jul 2009 11:23:43 -0000 1.13
@@ -41,12 +41,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="em-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#em-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="em-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#em-display">#</a></h2>
         <div class="css-props" id="em-css"><div class="selectors"><span class="selector">em</span> {

Index: figure.html
===================================================================
RCS file: /sources/public/html5/markup/figure.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- figure.html 29 Jul 2009 07:19:21 -0000 1.11
+++ figure.html 29 Jul 2009 11:23:43 -0000 1.12
@@ -47,12 +47,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="figure-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#figure-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="fieldset.html">&#171; fieldset</a></span>

Index: input.hidden.html
===================================================================
RCS file: /sources/public/html5/markup/input.hidden.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- input.hidden.html 29 Jul 2009 07:19:22 -0000 1.8
+++ input.hidden.html 29 Jul 2009 11:23:44 -0000 1.9
@@ -80,12 +80,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.hidden-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.hidden-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.file.html">&#171; input.file</a></span>

Index: caption.html
===================================================================
RCS file: /sources/public/html5/markup/caption.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- caption.html 29 Jul 2009 07:19:20 -0000 1.12
+++ caption.html 29 Jul 2009 11:23:42 -0000 1.13
@@ -41,7 +41,6 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="caption-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#caption-context">#</a></h2>
         <ul>
@@ -55,6 +54,7 @@
        | <a class="ref" href="tr.html#tr">tr</a>+),
       <a class="ref" href="tfoot.html#tfoot">tfoot</a>?))</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="caption-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#caption-display">#</a></h2>
         <div class="css-props" id="caption-css"><div class="selectors"><span class="selector">caption</span> {

Index: kbd.html
===================================================================
RCS file: /sources/public/html5/markup/kbd.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- kbd.html 29 Jul 2009 07:19:22 -0000 1.12
+++ kbd.html 29 Jul 2009 11:23:44 -0000 1.13
@@ -15,9 +15,7 @@
       <h2 class="element-head"><span class="element">kbd</span> &#8211; <span class="shortdesc">user input</span> <a class="hash" href="#kbd">#</a> <a class="toc-bak" href="Overview.html#kbd-toc">T</a></h2>
       <div id="kbd-longdesc" class="longdesc">
     <p>The <a href="kbd.html#kbd" class="element">kbd</a> element
-    represents user input (typically keyboard input, although it
-    may also be used to represent other input, such as voice
-    commands).</p>
+    represents user input.</p>
   </div>
       <div class="no-number no-toc" id="kbd-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#kbd-content">#</a></h2>
@@ -43,12 +41,18 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="kbd-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#kbd-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
+        <div class="no-number no-toc" id="kbd-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#kbd-details">#</a></h2>
+    <p>The <a href="kbd.html#kbd" class="element">kbd</a> element
+    typically represents keyboard input, though it may also
+    represent other input, such as voice commands.</p>
+  </div>
       <div class="no-number no-toc" id="kbd-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#kbd-display">#</a></h2>
         <div class="css-props" id="kbd-css"><div class="selectors"><span class="selector">kbd</span> {

Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/base.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- base.html 29 Jul 2009 07:19:20 -0000 1.9
+++ base.html 29 Jul 2009 11:23:42 -0000 1.10
@@ -58,14 +58,14 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="base-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#base-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="head.html#head-mdl">head</a> = <a class="ref" href="title.html#title">title</a>
   &amp; <a class="ref" href="base.html#base">base</a>?
   &amp; (<a class="ref" href="common-models.html#common.elem.metadata">common.elem.metadata</a>*)</li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="b.html">&#171; b</a></span>

Index: canvas.html
===================================================================
RCS file: /sources/public/html5/markup/canvas.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- canvas.html 29 Jul 2009 07:19:20 -0000 1.11
+++ canvas.html 29 Jul 2009 11:23:42 -0000 1.12
@@ -65,13 +65,13 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="canvas-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#canvas-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="button.button.html">&#171; button.button</a></span>

Index: input.search.html
===================================================================
RCS file: /sources/public/html5/markup/input.search.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- input.search.html 29 Jul 2009 07:19:22 -0000 1.9
+++ input.search.html 29 Jul 2009 11:23:44 -0000 1.10
@@ -89,12 +89,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.search-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.search-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.url.html">&#171; input.url</a></span>

Index: tfoot.html
===================================================================
RCS file: /sources/public/html5/markup/tfoot.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- tfoot.html 29 Jul 2009 07:19:24 -0000 1.8
+++ tfoot.html 29 Jul 2009 11:23:46 -0000 1.9
@@ -44,7 +44,6 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="tfoot-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#tfoot-context">#</a></h2>
         <ul>
@@ -58,6 +57,7 @@
        | <a class="ref" href="tr.html#tr">tr</a>+),
       <a class="ref" href="tfoot.html#tfoot">tfoot</a>?))</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="tfoot-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tfoot-display">#</a></h2>
         <div class="css-props" id="tfoot-css"><div class="selectors"><span class="selector">tfoot</span> {

Index: rt.html
===================================================================
RCS file: /sources/public/html5/markup/rt.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- rt.html 29 Jul 2009 07:19:23 -0000 1.12
+++ rt.html 29 Jul 2009 11:23:45 -0000 1.13
@@ -44,7 +44,6 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="rt-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#rt-context">#</a></h2>
         <ul>
@@ -54,7 +53,8 @@
     | (<a class="ref" href="rp.html#rp">rp</a>,
        <a class="ref" href="rt.html#rt">rt</a>,
        <a class="ref" href="rp.html#rp">rp</a>)))+</li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="rp.html">&#171; rp</a></span>

Index: fieldset.html
===================================================================
RCS file: /sources/public/html5/markup/fieldset.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- fieldset.html 29 Jul 2009 07:19:21 -0000 1.12
+++ fieldset.html 29 Jul 2009 11:23:43 -0000 1.13
@@ -43,12 +43,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="fieldset-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#fieldset-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="fieldset-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#fieldset-display">#</a></h2>
         <div class="css-props" id="fieldset-css"><div class="selectors"><span class="selector">fieldset</span> {

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- spec.html 29 Jul 2009 10:01:29 -0000 1.67
+++ spec.html 29 Jul 2009 11:23:46 -0000 1.68
@@ -294,7 +294,7 @@
 <a href="#datalist"><span class="element">datalist</span> &#8211; <span class="shortdesc">predefined options for other controls</span></a>
 </li>
 <li id="dd-toc">
-<a href="#dd"><span class="element">dd</span> &#8211; <span class="shortdesc">description in a term-description grouping</span></a>
+<a href="#dd"><span class="element">dd</span> &#8211; <span class="shortdesc">description or span of discourse</span></a>
 </li>
 <li id="del-toc">
 <a href="#del"><span class="element">del</span> &#8211; <span class="shortdesc">deleted text</span></a>
@@ -315,7 +315,7 @@
 <a href="#dl"><span class="element">dl</span> &#8211; <span class="shortdesc">description list</span></a>
 </li>
[...2530 lines suppressed...]
       <div class="no-number no-toc" id="var-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#var-display">#</a>
 </h2>
@@ -13978,7 +14034,6 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="video-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#video-context">#</a>
 </h2>
@@ -13987,7 +14042,7 @@
         <li class="context-mdl"><a href="#common.elem.flow">common.elem.flow</a></li>
 </ul>
 </div>
-</div>
+      </div>
 </div>
     <div id="common-models" class="section">
         <h2>8. Common content models <a class="hash" href="#common-models">#</a> <a class="toc-bak" href="#common-models-toc">T</a>

Index: datalist.html
===================================================================
RCS file: /sources/public/html5/markup/datalist.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- datalist.html 29 Jul 2009 07:19:20 -0000 1.12
+++ datalist.html 29 Jul 2009 11:23:43 -0000 1.13
@@ -17,10 +17,7 @@
     <p>The <a href="datalist.html#datalist" class="element">datalist</a>
     element represents a
     set of <a href="option.html#option" class="element">option</a> elements
-    that represent predefined options for other controls. The
-    content of the element represents fallback content for legacy
-    user agents, intermixed with <a href="option.html#option" class="element">option</a> elements that represent the
-    predefined options.</p>
+    that represent predefined options for other controls.</p>
   </div>
       <div class="no-number no-toc" id="datalist-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#datalist-content">#</a></h2>
@@ -47,12 +44,22 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="datalist-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#datalist-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      
+        <div class="no-number no-toc" id="datalist-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#datalist-details">#</a></h2>
+    <p>The <a href="syntax.html#contents">contents</a>
+    of the
+    <a href="datalist.html#datalist" class="element">datalist</a>
+    element represent fallback content for legacy
+    user agents, intermixed with
+    <a href="option.html#option" class="element">option</a>
+    elements that represent the predefined options.</p>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="datagrid.html">&#171; datagrid</a></span>

Index: h1.html
===================================================================
RCS file: /sources/public/html5/markup/h1.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- h1.html 29 Jul 2009 07:19:21 -0000 1.14
+++ h1.html 29 Jul 2009 11:23:43 -0000 1.15
@@ -53,7 +53,6 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="h1-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#h1-context">#</a></h2>
         <ul>
@@ -65,6 +64,7 @@
    | <a class="ref" href="h5.html#h5">h5</a>
    | <a class="ref" href="h6.html#h6">h6</a>)+</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="h1-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h1-display">#</a></h2>
         <div class="css-props" id="h1-css"><div class="selectors"><span class="selector">h1</span> {

Index: h3.html
===================================================================
RCS file: /sources/public/html5/markup/h3.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- h3.html 29 Jul 2009 07:19:21 -0000 1.14
+++ h3.html 29 Jul 2009 11:23:43 -0000 1.15
@@ -53,7 +53,6 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="h3-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#h3-context">#</a></h2>
         <ul>
@@ -65,6 +64,7 @@
    | <a class="ref" href="h5.html#h5">h5</a>
    | <a class="ref" href="h6.html#h6">h6</a>)+</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="h3-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h3-display">#</a></h2>
         <div class="css-props" id="h3-css"><div class="selectors"><span class="selector">h3</span> {

Index: optgroup.html
===================================================================
RCS file: /sources/public/html5/markup/optgroup.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- optgroup.html 29 Jul 2009 07:19:23 -0000 1.8
+++ optgroup.html 29 Jul 2009 11:23:45 -0000 1.9
@@ -54,13 +54,13 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="optgroup-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#optgroup-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="select.html#select-mdl">select</a> = <a class="ref" href="optgroup.html#optgroup">optgroup</a>*
   &amp; <a class="ref" href="option.html#option">option</a>*</li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="ol.html">&#171; ol</a></span>

Index: input.week.html
===================================================================
RCS file: /sources/public/html5/markup/input.week.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- input.week.html 29 Jul 2009 07:19:22 -0000 1.7
+++ input.week.html 29 Jul 2009 11:23:44 -0000 1.8
@@ -102,12 +102,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.week-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.week-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.time.html">&#171; input.time</a></span>

Index: button.button.html
===================================================================
RCS file: /sources/public/html5/markup/button.button.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- button.button.html 29 Jul 2009 07:19:20 -0000 1.14
+++ button.button.html 29 Jul 2009 11:23:42 -0000 1.15
@@ -77,12 +77,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="button.button-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#button.button-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="button.reset.html">&#171; button.reset</a></span>

Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/form.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- form.html 29 Jul 2009 07:19:21 -0000 1.12
+++ form.html 29 Jul 2009 11:23:43 -0000 1.13
@@ -93,12 +93,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="form-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#form-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="form-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#form-display">#</a></h2>
         <div class="css-props" id="form-css"><div class="selectors"><span class="selector">form</span> {

Index: small.html
===================================================================
RCS file: /sources/public/html5/markup/small.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- small.html 29 Jul 2009 07:19:24 -0000 1.12
+++ small.html 29 Jul 2009 11:23:46 -0000 1.13
@@ -42,12 +42,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="small-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#small-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="small-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#small-display">#</a></h2>
         <div class="css-props" id="small-css"><div class="selectors"><span class="selector">small</span> {

Index: ruby.html
===================================================================
RCS file: /sources/public/html5/markup/ruby.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ruby.html 29 Jul 2009 07:19:23 -0000 1.12
+++ ruby.html 29 Jul 2009 11:23:45 -0000 1.13
@@ -15,8 +15,7 @@
       <h2 class="element-head"><span class="element">ruby</span> &#8211; <span class="shortdesc">ruby annotation</span> <a class="hash" href="#ruby">#</a> <a class="toc-bak" href="Overview.html#ruby-toc">T</a></h2>
       <div id="ruby-longdesc" class="longdesc">
     <p>The <a href="ruby.html#ruby" class="element">ruby</a> element allows
-    one or more spans of phrasing content to be marked with ruby
-    annotations.</p>
+    spans of phrasing content to be marked with ruby annotations.</p>
   </div>
       <div class="no-number no-toc" id="ruby-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#ruby-content">#</a></h2>
@@ -46,12 +45,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="ruby-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#ruby-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="rt.html">&#171; rt</a></span>

Index: ol.html
===================================================================
RCS file: /sources/public/html5/markup/ol.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- ol.html 29 Jul 2009 07:19:23 -0000 1.9
+++ ol.html 29 Jul 2009 11:23:45 -0000 1.10
@@ -57,12 +57,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="ol-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#ol-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="ol-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ol-display">#</a></h2>
         <div class="css-props" id="ol-css"><div class="selectors"><span class="selector">ol</span> {

Index: article.html
===================================================================
RCS file: /sources/public/html5/markup/article.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- article.html 29 Jul 2009 07:19:20 -0000 1.15
+++ article.html 29 Jul 2009 11:23:42 -0000 1.16
@@ -73,12 +73,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="article-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#article-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="area.html">&#171; area</a></span>

Index: dialog.html
===================================================================
RCS file: /sources/public/html5/markup/dialog.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dialog.html 29 Jul 2009 07:19:21 -0000 1.7
+++ dialog.html 29 Jul 2009 11:23:43 -0000 1.8
@@ -15,11 +15,7 @@
       <h2 class="element-head"><span class="element">dialog</span> &#8211; <span class="shortdesc">conversation</span> <a class="hash" href="#dialog">#</a> <a class="toc-bak" href="Overview.html#dialog-toc">T</a></h2>
       <div id="dialog-longdesc" class="longdesc">
     <p>The <a href="dialog.html#dialog" class="element">dialog</a> element
-    represents a <dfn id="conversation">conversation</dfn>, which
-    consists of zero or more talker-discourse (speaker-quote)
-    pairs; each pair associates a &#8220;talker&#8221;/speaker (represented by
-    a <a href="dt.html#dt" class="element">dt</a> element) with a span of
-    discourse/quote (represented by a <a href="dd.html#dd" class="element">dd</a> element).</p>
+    represents a <a href="dialog.html#conversation">conversation</a>.</p>
   </div>
       <div class="no-number no-toc" id="dialog-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#dialog-content">#</a></h2>
@@ -45,12 +41,23 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="dialog-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#dialog-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+      </div>
+      
+        <div class="no-number no-toc" id="dialog-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#dialog-details">#</a></h2>
+    <p>The <a href="dialog.html#dialog" class="element">dialog</a> element
+    represents a
+    <dfn id="conversation" title="conversation">conversation</dfn>,
+    which consists of zero or more talker-discourse (speaker-quote)
+    pairs; each pair associates a &#8220;talker&#8221;/speaker (represented by
+    a <a href="dt.html#dt" class="element">dt</a> element) with a span of
+    span of discourse/quote
+    (represented by a <a href="dd.html#dd" class="element">dd</a> element).</p>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="dfn.html">&#171; dfn</a></span>

Index: elements.html
===================================================================
RCS file: /sources/public/html5/markup/elements.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- elements.html 21 Jul 2009 08:27:45 -0000 1.13
+++ elements.html 29 Jul 2009 11:23:43 -0000 1.14
@@ -74,7 +74,7 @@
 </li>
 <li id="datalist-toc"><a href="datalist.html#datalist"><span class="element">datalist</span> &#8211; <span class="shortdesc">predefined options for other controls</span></a>
 </li>
-<li id="dd-toc"><a href="dd.html#dd"><span class="element">dd</span> &#8211; <span class="shortdesc">description in a term-description grouping</span></a>
+<li id="dd-toc"><a href="dd.html#dd"><span class="element">dd</span> &#8211; <span class="shortdesc">description or span of discourse</span></a>
 </li>
 <li id="del-toc"><a href="del.html#del"><span class="element">del</span> &#8211; <span class="shortdesc">deleted text</span></a>
 </li>
@@ -88,7 +88,7 @@
 </li>
 <li id="dl-toc"><a href="dl.html#dl"><span class="element">dl</span> &#8211; <span class="shortdesc">description list</span></a>
 </li>
-<li id="dt-toc"><a href="dt.html#dt"><span class="element">dt</span> &#8211; <span class="shortdesc">term in a term-description grouping</span></a>
+<li id="dt-toc"><a href="dt.html#dt"><span class="element">dt</span> &#8211; <span class="shortdesc">term or &#8220;talker&#8221;/speaker</span></a>
 </li>
 <li id="em-toc"><a href="em.html#em"><span class="element">em</span> &#8211; <span class="shortdesc">emphatic stress</span></a>
 </li>

Index: colgroup.html
===================================================================
RCS file: /sources/public/html5/markup/colgroup.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- colgroup.html 29 Jul 2009 07:19:20 -0000 1.8
+++ colgroup.html 29 Jul 2009 11:23:43 -0000 1.9
@@ -54,7 +54,6 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="colgroup-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#colgroup-context">#</a></h2>
         <ul>
@@ -68,6 +67,7 @@
        | <a class="ref" href="tr.html#tr">tr</a>+),
       <a class="ref" href="tfoot.html#tfoot">tfoot</a>?))</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="colgroup-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#colgroup-display">#</a></h2>
         <div class="css-props" id="colgroup-css"><div class="selectors"><span class="selector">colgroup</span> {

Index: dl.html
===================================================================
RCS file: /sources/public/html5/markup/dl.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dl.html 29 Jul 2009 07:19:21 -0000 1.8
+++ dl.html 29 Jul 2009 11:23:43 -0000 1.9
@@ -15,13 +15,7 @@
       <h2 class="element-head"><span class="element">dl</span> &#8211; <span class="shortdesc">description list</span> <a class="hash" href="#dl">#</a> <a class="toc-bak" href="Overview.html#dl-toc">T</a></h2>
       <div id="dl-longdesc" class="longdesc">
     <p>The <a href="dl.html#dl" class="element">dl</a> element represents
-    a <dfn id="description-list">description list</dfn>, which
-    consists of zero or more term-description (name-value)
-    groupings; each grouping associates one or more terms/names
-    (the contents of <a href="dt.html#dt" class="element">dt</a>
-    elements) with one or more descriptions/values (the
-    contents of <a href="dd.html#dd" class="element">dd</a>
-    elements).</p>
+    a <a href="dl.html#description-list">description list</a>.</p>
   </div>
       <div class="no-number no-toc" id="dl-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#dl-content">#</a></h2>
@@ -47,12 +41,24 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="dl-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#dl-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
+        <div class="no-number no-toc" id="dl-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#dl-details">#</a></h2>
+    <p>The <a href="dl.html#dl" class="element">dl</a> element represents
+    a
+    <dfn id="description-list" title="description-list">description list</dfn>,
+    which consists of zero or more term-description (name-value)
+    groupings; each grouping associates one or more terms/names
+    (the contents of <a href="dt.html#dt" class="element">dt</a>
+    elements) with one or more descriptions/values (the
+    contents of <a href="dd.html#dd" class="element">dd</a>
+    elements).</p>
+  </div>
       <div class="no-number no-toc" id="dl-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dl-display">#</a></h2>
         <div class="css-props" id="dl-css"><div class="selectors"><span class="selector">dl</span> {

Index: thead.html
===================================================================
RCS file: /sources/public/html5/markup/thead.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- thead.html 29 Jul 2009 07:19:24 -0000 1.8
+++ thead.html 29 Jul 2009 11:23:46 -0000 1.9
@@ -44,7 +44,6 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="thead-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#thead-context">#</a></h2>
         <ul>
@@ -58,6 +57,7 @@
        | <a class="ref" href="tr.html#tr">tr</a>+),
       <a class="ref" href="tfoot.html#tfoot">tfoot</a>?))</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="thead-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#thead-display">#</a></h2>
         <div class="css-props" id="thead-css"><div class="selectors"><span class="selector">thead</span> {

Index: tbody.html
===================================================================
RCS file: /sources/public/html5/markup/tbody.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- tbody.html 29 Jul 2009 07:19:24 -0000 1.8
+++ tbody.html 29 Jul 2009 11:23:46 -0000 1.9
@@ -48,7 +48,6 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="tbody-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#tbody-context">#</a></h2>
         <ul>
@@ -62,6 +61,7 @@
        | <a class="ref" href="tr.html#tr">tr</a>+),
       <a class="ref" href="tfoot.html#tfoot">tfoot</a>?))</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="tbody-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tbody-display">#</a></h2>
         <div class="css-props" id="tbody-css"><div class="selectors"><span class="selector">tbody</span> {

Index: video.html
===================================================================
RCS file: /sources/public/html5/markup/video.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- video.html 29 Jul 2009 10:01:29 -0000 1.14
+++ video.html 29 Jul 2009 11:23:46 -0000 1.15
@@ -118,13 +118,13 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="video-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#video-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="var.html">&#171; var</a></span>

Index: source.html
===================================================================
RCS file: /sources/public/html5/markup/source.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- source.html 29 Jul 2009 10:01:29 -0000 1.15
+++ source.html 29 Jul 2009 11:23:46 -0000 1.16
@@ -15,10 +15,9 @@
       <h2 class="element-head"><span class="element">source</span> &#8211; <span class="shortdesc">media resource</span> <a class="hash" href="#source">#</a> <a class="toc-bak" href="Overview.html#source-toc">T</a></h2>
       <div id="source-longdesc" class="longdesc">
     <p>The <a href="source.html#source" class="element">source</a> element
-    allows authors to specify multiple media resources for media
-    elements (each <dfn id="media-resource">media resource</dfn>
-    is a complete set of media data &#8212; for example, a complete
-    video file, or a complete audio file).</p>
+    allows authors to specify multiple
+    <a href="source.html#media-resource">media resources</a>
+    for media elements.</p>
   </div>
       <div class="no-number no-toc" id="source-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#source-content">#</a></h2>
@@ -69,7 +68,6 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="source-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#source-context">#</a></h2>
         <ul>
@@ -89,7 +87,17 @@
    | <a class="ref" href="source.html#source">source</a>*),
   (<a class="ref" href="syntax.html#normal-character-data">normal-character-data</a>
   &amp; <a class="ref" href="common-models.html#common.elem.phrasing">common.elem.phrasing</a>*)</li></ul>
-      </div></div>
+      </div>
+      
+        <div class="no-number no-toc" id="source-details">
+        <h2 class="element-subhead">Details <a class="hash" href="#source-details">#</a></h2>
+    <p>Each separate
+    <dfn id="media-resource" title="media-resource">media resource</dfn>
+    specified within a
+    <a href="source.html#source" class="element">source</a>
+    element is a complete set of media data &#8212; for example, a
+    complete video file, or a complete audio file).</p>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="small.html">&#171; small</a></span>

Index: button.reset.html
===================================================================
RCS file: /sources/public/html5/markup/button.reset.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- button.reset.html 29 Jul 2009 07:19:20 -0000 1.14
+++ button.reset.html 29 Jul 2009 11:23:42 -0000 1.15
@@ -77,12 +77,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="button.reset-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#button.reset-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="button.submit.html">&#171; button.submit</a></span>

Index: meta.charset.html
===================================================================
RCS file: /sources/public/html5/markup/meta.charset.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- meta.charset.html 29 Jul 2009 07:19:23 -0000 1.11
+++ meta.charset.html 29 Jul 2009 11:23:45 -0000 1.12
@@ -61,7 +61,6 @@
     attribute, then the document must not contain a <a href="meta.html#meta" class="element">meta</a> element in the <a href="meta.http-equiv.content-type.html#encoding-declaration-state">encoding declaration
       state</a>.</p>
   </div>
-      
       <div class="no-number no-toc" id="meta.charset-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#meta.charset-context">#</a></h2>
         <ul>
@@ -76,7 +75,8 @@
   | <a class="ref" href="script.html#script">script</a>
   | <a class="ref" href="noscript.html#noscript.elem.head">noscript.elem.head</a>
   | (<a class="ref" href="command.html#command">command</a>)</li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.content-language.html">&#171; meta.http-equiv.content-language</a></span>

Index: output.html
===================================================================
RCS file: /sources/public/html5/markup/output.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- output.html 29 Jul 2009 07:19:23 -0000 1.11
+++ output.html 29 Jul 2009 11:23:45 -0000 1.12
@@ -53,12 +53,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="output-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#output-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="option.html">&#171; option</a></span>

Index: i.html
===================================================================
RCS file: /sources/public/html5/markup/i.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- i.html 29 Jul 2009 07:19:22 -0000 1.12
+++ i.html 29 Jul 2009 11:23:44 -0000 1.13
@@ -43,6 +43,11 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
+      <div class="no-number no-toc" id="i-context">
+        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#i-context">#</a></h2>
+        <ul>
+        <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
+      </div>
       
         <div class="no-number no-toc" id="i-details">
         <h2 class="element-subhead">Details <a class="hash" href="#i-details">#</a></h2>
@@ -52,11 +57,6 @@
     prose whose typical typographic presentation is
     italicized.</p>
   </div>
-      <div class="no-number no-toc" id="i-context">
-        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#i-context">#</a></h2>
-        <ul>
-        <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div>
       <div class="no-number no-toc" id="i-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#i-display">#</a></h2>
         <div class="css-props" id="i-css"><div class="selectors"><span class="selector">i</span> {

Index: input.submit.html
===================================================================
RCS file: /sources/public/html5/markup/input.submit.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- input.submit.html 29 Jul 2009 07:19:22 -0000 1.8
+++ input.submit.html 29 Jul 2009 11:23:44 -0000 1.9
@@ -84,12 +84,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.submit-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.submit-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.button.html">&#171; input.button</a></span>

Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/input.date.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- input.date.html 29 Jul 2009 07:19:22 -0000 1.7
+++ input.date.html 29 Jul 2009 11:23:44 -0000 1.8
@@ -102,12 +102,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.date-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.date-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.datetime-local.html">&#171; input.datetime-local</a></span>

Index: var.html
===================================================================
RCS file: /sources/public/html5/markup/var.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- var.html 29 Jul 2009 07:19:25 -0000 1.12
+++ var.html 29 Jul 2009 11:23:46 -0000 1.13
@@ -43,12 +43,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="var-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#var-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="var-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#var-display">#</a></h2>
         <div class="css-props" id="var-css"><div class="selectors"><span class="selector">var</span> {

Index: sub.html
===================================================================
RCS file: /sources/public/html5/markup/sub.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- sub.html 29 Jul 2009 07:19:24 -0000 1.12
+++ sub.html 29 Jul 2009 11:23:46 -0000 1.13
@@ -41,12 +41,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="sub-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#sub-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="sub-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#sub-display">#</a></h2>
         <div class="css-props" id="sub-css"><div class="selectors"><span class="selector">sub</span> {

Index: title.html
===================================================================
RCS file: /sources/public/html5/markup/title.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- title.html 29 Jul 2009 07:19:25 -0000 1.11
+++ title.html 29 Jul 2009 11:23:46 -0000 1.12
@@ -40,7 +40,6 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="title-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#title-context">#</a></h2>
         <ul>
@@ -48,6 +47,7 @@
   &amp; <a class="ref" href="base.html#base">base</a>?
   &amp; (<a class="ref" href="common-models.html#common.elem.metadata">common.elem.metadata</a>*)</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="title-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#title-display">#</a></h2>
         <div class="css-props" id="title-css"><div class="selectors"><span class="selector">title</span> {

Index: pre.html
===================================================================
RCS file: /sources/public/html5/markup/pre.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- pre.html 29 Jul 2009 07:19:23 -0000 1.12
+++ pre.html 29 Jul 2009 11:23:45 -0000 1.13
@@ -43,12 +43,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="pre-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#pre-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="pre-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#pre-display">#</a></h2>
         <div class="css-props" id="pre-css"><div class="selectors"><span class="selector">pre</span> {

Index: button.submit.html
===================================================================
RCS file: /sources/public/html5/markup/button.submit.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- button.submit.html 29 Jul 2009 07:19:20 -0000 1.14
+++ button.submit.html 29 Jul 2009 11:23:42 -0000 1.15
@@ -82,12 +82,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="button.submit-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#button.submit-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="button.html">&#171; button</a></span>

Index: rp.html
===================================================================
RCS file: /sources/public/html5/markup/rp.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- rp.html 29 Jul 2009 07:19:23 -0000 1.12
+++ rp.html 29 Jul 2009 11:23:45 -0000 1.13
@@ -46,7 +46,6 @@
   
       </div>
       
-      
       <div class="no-number no-toc" id="rp-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#rp-context">#</a></h2>
         <ul>
@@ -56,7 +55,8 @@
     | (<a class="ref" href="rp.html#rp">rp</a>,
        <a class="ref" href="rt.html#rt">rt</a>,
        <a class="ref" href="rp.html#rp">rp</a>)))+</li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="q.html">&#171; q</a></span>

Index: sup.html
===================================================================
RCS file: /sources/public/html5/markup/sup.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- sup.html 29 Jul 2009 07:19:24 -0000 1.12
+++ sup.html 29 Jul 2009 11:23:46 -0000 1.13
@@ -41,12 +41,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="sup-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#sup-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
       </div>
+      
       <div class="no-number no-toc" id="sup-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#sup-display">#</a></h2>
         <div class="css-props" id="sup-css"><div class="selectors"><span class="selector">sup</span> {

Index: details.html
===================================================================
RCS file: /sources/public/html5/markup/details.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- details.html 29 Jul 2009 07:19:21 -0000 1.11
+++ details.html 29 Jul 2009 11:23:43 -0000 1.12
@@ -67,12 +67,12 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="details-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#details-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="del.html">&#171; del</a></span>

Index: input.url.html
===================================================================
RCS file: /sources/public/html5/markup/input.url.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- input.url.html 29 Jul 2009 07:19:22 -0000 1.7
+++ input.url.html 29 Jul 2009 11:23:44 -0000 1.8
@@ -92,12 +92,12 @@
             element must have a <span title="syntax-start-tag">start tag</span> but must not have an <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="input.url-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.url-context">#</a></h2>
         <ul>
         <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul>
-      </div></div>
+      </div>
+      </div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.email.html">&#171; input.email</a></span>

Index: hgroup.html
===================================================================
RCS file: /sources/public/html5/markup/hgroup.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- hgroup.html 29 Jul 2009 07:19:21 -0000 1.8
+++ hgroup.html 29 Jul 2009 11:23:44 -0000 1.9
@@ -45,18 +45,18 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
+      <div class="no-number no-toc" id="hgroup-context">
+        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#hgroup-context">#</a></h2>
+        <ul>
+        <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
+      </div>
       
         <div class="no-number no-toc" id="hgroup-details">
         <h2 class="element-subhead">Details <a class="hash" href="#hgroup-details">#</a></h2>
     <p>The hgroup element is typically used to group a
     set of one or more <a href="h1.html#h1" class="element">h1</a>-<a href="h6.html#h6" class="element">h6</a> elements &#8212; to group, for
     example, a section title and an accompanying subtitle.</p>
-  </div>
-      <div class="no-number no-toc" id="hgroup-context">
-        <h2 class="element-subhead">Permitted contexts <a class="hash" href="#hgroup-context">#</a></h2>
-        <ul>
-        <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul>
-      </div></div>
+  </div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="header.html">&#171; header</a></span>

Index: h5.html
===================================================================
RCS file: /sources/public/html5/markup/h5.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- h5.html 29 Jul 2009 07:19:21 -0000 1.14
+++ h5.html 29 Jul 2009 11:23:43 -0000 1.15
@@ -53,7 +53,6 @@
             <span title="syntax-end-tag">end tag</span>.</p>
       </div>
       
-      
       <div class="no-number no-toc" id="h5-context">
         <h2 class="element-subhead">Permitted contexts <a class="hash" href="#h5-context">#</a></h2>
         <ul>
@@ -65,6 +64,7 @@
    | <a class="ref" href="h5.html#h5">h5</a>
    | <a class="ref" href="h6.html#h6">h6</a>)+</li></ul>
       </div>
+      
       <div class="no-number no-toc" id="h5-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h5-display">#</a></h2>
         <div class="css-props" id="h5-css"><div class="selectors"><span class="selector">h5</span> {

Received on Wednesday, 29 July 2009 11:25:00 UTC