html5/markup Overview.html,1.381,1.382 a.html,1.48,1.49 abbr.html,1.33,1.34 acknowledgments.html,1.10,1.11 address.html,1.35,1.36 area.html,1.41,1.42 article.html,1.39,1.40 aside.html,1.38,1.39 audio.html,1.46,1.47 b.html,1.35,1.36 base.html,1.37,1.38 bdo.html,1.35,1.36 blockquote.html,1.36,1.37 body.html,1.37,1.38 br.html,1.30,1.31 button.button.html,1.40,1.41 button.reset.html,1.40,1.41 button.submit.html,1.40,1.41 canvas.html,1.34,1.35 caption.html,1.34,1.35 cite.html,1.32,1.33 code.html,1.32,1.33 col.html,1.34,1.35 colgroup.html,1.35,1.36 command.checkbox.html,1.37,1.38 command.command.html,1.37,1.38 command.radio.html,1.37,1.38 datalist.html,1.39,1.40 dd.html,1.36,1.37 del.html,1.38,1.39 details.html,1.23,1.24 dfn.html,1.34,1.35 div.html,1.36,1.37 dl.html,1.35,1.36 dt.html,1.36,1.37 elements.html,1.33,1.34 em.html,1.33,1.34 embed.html,1.37,1.38 fieldset.html,1.37,1.38 figcaption.html,1.6,1.7 figure.html,1.21,1.22 footer.html,1.37,1.38 form.html,1.43,1.44 h1.html,1.37,1.38 h2.html,1.38,1.39 h3.

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv25525

Modified Files:
	Overview.html a.html abbr.html acknowledgments.html 
	address.html area.html article.html aside.html audio.html 
	b.html base.html bdo.html blockquote.html body.html br.html 
	button.button.html button.reset.html button.submit.html 
	canvas.html caption.html cite.html code.html col.html 
	colgroup.html command.checkbox.html command.command.html 
	command.radio.html datalist.html dd.html del.html details.html 
	dfn.html div.html dl.html dt.html elements.html em.html 
	embed.html fieldset.html figcaption.html figure.html 
	footer.html form.html h1.html h2.html h3.html h4.html h5.html 
	h6.html head.html header.html hgroup.html hr.html html.html 
	i.html iframe.html img.html input.button.html 
	input.checkbox.html input.color.html input.date.html 
	input.datetime-local.html input.datetime.html input.email.html 
	input.file.html input.hidden.html input.image.html 
	input.month.html input.number.html input.password.html 
	input.radio.html input.range.html input.reset.html 
	input.search.html input.submit.html input.tel.html 
	input.text.html input.time.html input.url.html input.week.html 
	ins.html kbd.html keygen.html label.html legend.html li.html 
	link.html map.html mark.html menu.html meta.charset.html 
	meta.http-equiv.content-language.html 
	meta.http-equiv.content-type.html 
	meta.http-equiv.default-style.html 
	meta.http-equiv.refresh.html meta.name.html meter.html 
	nav.html noscript.html object.html ol.html optgroup.html 
	option.html output.html p.html param.html pre.html 
	progress.html q.html rp.html rt.html ruby.html samp.html 
	script.html section.html select.html small.html source.html 
	span.html spec.html strong.html style.css style.html sub.html 
	summary.html sup.html table.html tbody.html td.html 
	textarea.html tfoot.html th.html thead.html time.html 
	title.html tr.html ul.html var.html video.html 
Log Message:
checkpointing + added some DOM interfaces

Index: body.html
===================================================================
RCS file: /sources/public/html5/markup/body.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- body.html	8 Feb 2010 08:53:42 -0000	1.37
+++ body.html	10 Feb 2010 12:48:50 -0000	1.38
@@ -124,13 +124,34 @@
     followed by a <a href="syntax.html#comments" title="syntax-comments">comment</a> and the element is either
     not empty or its <span title="syntax-start-tag">start tag</span>
     has not been omitted.</p>
-  
+    
       </div>
       <div class="no-number no-toc" id="body-context">
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#body-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="html.html#html">html</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="body-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#body-interface">#</a></h2><pre class="idl">interface <b>HTMLBodyElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onafterprint" title="handler-window-onafterprint">onafterprint</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onbeforeprint" title="handler-window-onbeforeprint">onbeforeprint</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onbeforeunload" title="handler-window-onbeforeunload">onbeforeunload</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onblur" title="handler-window-onblur">onblur</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onerror" title="handler-window-onerror">onerror</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onfocus" title="handler-window-onfocus">onfocus</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onhashchange" title="handler-window-onhashchange">onhashchange</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onload" title="handler-window-onload">onload</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onmessage" title="handler-window-onmessage">onmessage</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onoffline" title="handler-window-onoffline">onoffline</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-ononline" title="handler-window-ononline">ononline</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onpopstate" title="handler-window-onpopstate">onpopstate</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onpagehide" title="handler-window-onpagehide">onpagehide</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onpageshow" title="handler-window-onpageshow">onpageshow</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onredo" title="handler-window-onredo">onredo</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onresize" title="handler-window-onresize">onresize</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onstorage" title="handler-window-onstorage">onstorage</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onundo" title="handler-window-onundo">onundo</a>;
+           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onunload" title="handler-window-onunload">onunload</a>;
+};</pre></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.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- legend.html	8 Feb 2010 08:53:44 -0000	1.33
+++ legend.html	10 Feb 2010 12:48:52 -0000	1.34
@@ -46,7 +46,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#legend-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="fieldset.html#fieldset">fieldset</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="legend-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#legend-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- address.html	8 Feb 2010 08:53:42 -0000	1.35
+++ address.html	10 Feb 2010 12:48:50 -0000	1.36
@@ -55,11 +55,6 @@
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></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> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div><div class="selectors"><span class="selector">address</span> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div>
         <div class="no-number no-toc" id="address-details">
         <h2 class="element-subhead">Details <a class="hash" href="#address-details">#</a></h2><div class="details">
     <p>If an <a href="address.html#address" class="element">address</a>
@@ -68,7 +63,15 @@
     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></div>
+  </div></div><div class="no-number no-toc" id="address-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#address-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </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> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div><div class="selectors"><span class="selector">address</span> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="abbr.html">&#171; abbr</a></span>

Index: th.html
===================================================================
RCS file: /sources/public/html5/markup/th.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- th.html	8 Feb 2010 08:53:46 -0000	1.41
+++ th.html	10 Feb 2010 12:48:54 -0000	1.42
@@ -133,7 +133,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#th-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="tr.html#tr">tr</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="th-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#th-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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: mark.html
===================================================================
RCS file: /sources/public/html5/markup/mark.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- mark.html	8 Feb 2010 08:53:44 -0000	1.34
+++ mark.html	10 Feb 2010 12:48:52 -0000	1.35
@@ -47,7 +47,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="mark-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#mark-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.381
retrieving revision 1.382
diff -u -d -r1.381 -r1.382
--- Overview.html	8 Feb 2010 06:49:33 -0000	1.381
+++ Overview.html	10 Feb 2010 12:48:49 -0000	1.382
@@ -10,7 +10,7 @@
 <div class="head">
 <div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C"></a></div>
 <h1>HTML: The Markup Language</h1>
-<h2>W3C Editor&#8217;s Draft <em>8 February 2010</em>
+<h2>W3C Editor&#8217;s Draft <em>10 February 2010</em>
 </h2>
 <dl>
 <dt>Latest Editor&#8217;s Draft:</dt>
@@ -50,7 +50,7 @@
           reports index</a> at http://www.w3.org/TR/.
       </em></p>
     <p>
-        This document is the 8 February 2010 Editor&#8217;s Draft of 
+        This document is the 10 February 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
@@ -344,22 +344,22 @@
 <span class="toc-section-number"></span><a href="form.html#form"><span class="toc-section-number"></span> <span class="element">form</span>  &#8211;  <span class="shortdesc">user-submittable form</span></a>
 </li>
 <li id="h1-toc">
-<span class="toc-section-number"></span><a href="h1.html#h1"><span class="toc-section-number"></span> <span class="element">h1</span>  &#8211;  <span class="shortdesc">heading (level 1)</span></a>
+<span class="toc-section-number"></span><a href="h1.html#h1"><span class="toc-section-number"></span> <span class="element">h1</span>  &#8211;  <span class="shortdesc">heading</span></a>
 </li>
 <li id="h2-toc">
-<span class="toc-section-number"></span><a href="h2.html#h2"><span class="toc-section-number"></span> <span class="element">h2</span>  &#8211;  <span class="shortdesc">heading (level 1)</span></a>
+<span class="toc-section-number"></span><a href="h2.html#h2"><span class="toc-section-number"></span> <span class="element">h2</span>  &#8211;  <span class="shortdesc">heading</span></a>
 </li>
 <li id="h3-toc">
-<span class="toc-section-number"></span><a href="h3.html#h3"><span class="toc-section-number"></span> <span class="element">h3</span>  &#8211;  <span class="shortdesc">heading (level 1)</span></a>
+<span class="toc-section-number"></span><a href="h3.html#h3"><span class="toc-section-number"></span> <span class="element">h3</span>  &#8211;  <span class="shortdesc">heading</span></a>
 </li>
 <li id="h4-toc">
-<span class="toc-section-number"></span><a href="h4.html#h4"><span class="toc-section-number"></span> <span class="element">h4</span>  &#8211;  <span class="shortdesc">heading (level 1)</span></a>
+<span class="toc-section-number"></span><a href="h4.html#h4"><span class="toc-section-number"></span> <span class="element">h4</span>  &#8211;  <span class="shortdesc">heading</span></a>
 </li>
 <li id="h5-toc">
-<span class="toc-section-number"></span><a href="h5.html#h5"><span class="toc-section-number"></span> <span class="element">h5</span>  &#8211;  <span class="shortdesc">heading (level 1)</span></a>
+<span class="toc-section-number"></span><a href="h5.html#h5"><span class="toc-section-number"></span> <span class="element">h5</span>  &#8211;  <span class="shortdesc">heading</span></a>
 </li>
 <li id="h6-toc">
-<span class="toc-section-number"></span><a href="h6.html#h6"><span class="toc-section-number"></span> <span class="element">h6</span>  &#8211;  <span class="shortdesc">heading (level 1)</span></a>
+<span class="toc-section-number"></span><a href="h6.html#h6"><span class="toc-section-number"></span> <span class="element">h6</span>  &#8211;  <span class="shortdesc">heading</span></a>
 </li>
 <li id="head-toc">
 <span class="toc-section-number"></span><a href="head.html#head"><span class="toc-section-number"></span> <span class="element">head</span>  &#8211;  <span class="shortdesc">document metadata</span></a>

Index: br.html
===================================================================
RCS file: /sources/public/html5/markup/br.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- br.html	8 Feb 2010 08:53:42 -0000	1.30
+++ br.html	10 Feb 2010 12:48:50 -0000	1.31
@@ -52,7 +52,8 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="br-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#br-interface">#</a></h2><pre class="idl">interface <b>HTMLBRElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- input.email.html	8 Feb 2010 08:53:44 -0000	1.37
+++ input.email.html	10 Feb 2010 12:48:52 -0000	1.38
@@ -106,7 +106,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.email-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.email-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- tr.html	8 Feb 2010 08:53:46 -0000	1.31
+++ tr.html	10 Feb 2010 12:48:54 -0000	1.32
@@ -71,7 +71,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#tr-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="table.html#table">table</a></span>, <span class="context-mdl"><a href="thead.html#thead">thead</a></span>, <span class="context-mdl"><a href="tfoot.html#tfoot">tfoot</a></span>, <span class="context-mdl"><a href="tbody.html#tbody">tbody</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="tr-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#tr-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- input.month.html	8 Feb 2010 10:17:25 -0000	1.38
+++ input.month.html	10 Feb 2010 12:48:52 -0000	1.39
@@ -110,7 +110,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.month-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.month-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- iframe.html	8 Feb 2010 10:17:25 -0000	1.46
+++ iframe.html	10 Feb 2010 12:48:51 -0000	1.47
@@ -125,7 +125,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="iframe-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#iframe-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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: ins.html
===================================================================
RCS file: /sources/public/html5/markup/ins.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- ins.html	8 Feb 2010 06:49:34 -0000	1.37
+++ ins.html	10 Feb 2010 12:48:52 -0000	1.38
@@ -63,7 +63,10 @@
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="ins-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#ins-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- abbr.html	8 Feb 2010 08:53:42 -0000	1.33
+++ abbr.html	10 Feb 2010 12:48:49 -0000	1.34
@@ -52,7 +52,10 @@
     <p>The <span class="attribute">title</span> attribute on the
     <a href="abbr.html#abbr" class="element">abbr</a> element represents the
     expansion of the abbreviation or acronym.</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="abbr-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#abbr-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- div.html	8 Feb 2010 08:53:43 -0000	1.36
+++ div.html	10 Feb 2010 12:48:51 -0000	1.37
@@ -57,10 +57,6 @@
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></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> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div>
         <div class="no-number no-toc" id="div-details">
         <h2 class="element-subhead">Details <a class="hash" href="#div-details">#</a></h2><div class="details">
     <p>The <a href="div.html#div" class="element">div</a>
@@ -70,7 +66,12 @@
     and 
     <a href="common-attributes.html#common.attrs.title">title</a>
     to add additional semantics and structure to flow content.</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="div-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#div-interface">#</a></h2><pre class="idl">interface <b>HTMLDivElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></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> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="dfn.html">&#171; dfn</a></span>

Index: meta.name.html
===================================================================
RCS file: /sources/public/html5/markup/meta.name.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- meta.name.html	8 Feb 2010 08:53:45 -0000	1.35
+++ meta.name.html	10 Feb 2010 12:48:53 -0000	1.36
@@ -57,7 +57,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="meta.name-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.name-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="meta.html">&#171; meta</a></span>

Index: table.html
===================================================================
RCS file: /sources/public/html5/markup/table.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- table.html	8 Feb 2010 08:53:46 -0000	1.37
+++ table.html	10 Feb 2010 12:48:54 -0000	1.38
@@ -97,7 +97,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="table-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#table-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- nav.html	8 Feb 2010 08:53:45 -0000	1.39
+++ nav.html	10 Feb 2010 12:48:53 -0000	1.40
@@ -57,10 +57,6 @@
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
       
-      <div class="no-number no-toc" id="nav-display">
-        <h2 class="element-subhead">Typical default display properties <a class="hash" href="#nav-display">#</a></h2>
-        <div class="css-props" id="nav-css"><div class="selectors"><span class="selector">nav</span> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div>
         <div class="no-number no-toc" id="nav-details">
         <h2 class="element-subhead">Details <a class="hash" href="#nav-details">#</a></h2><div class="details">
     <p>Not all groups of links on a page need to be in a <a href="nav.html#nav" class="element">nav</a> element &#8212; only
@@ -69,7 +65,14 @@
     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></div>
+  </div></div><div class="no-number no-toc" id="nav-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#nav-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div>
+      <div class="no-number no-toc" id="nav-display">
+        <h2 class="element-subhead">Typical default display properties <a class="hash" href="#nav-display">#</a></h2>
+        <div class="css-props" id="nav-css"><div class="selectors"><span class="selector">nav</span> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="meter.html">&#171; meter</a></span>

Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/html.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- html.html	8 Feb 2010 08:53:43 -0000	1.36
+++ html.html	10 Feb 2010 12:48:51 -0000	1.37
@@ -66,7 +66,8 @@
   
       </div>
       
-      
+      <div class="no-number no-toc" id="html-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#html-interface">#</a></h2><pre class="idl">interface <b>HTMLHtmlElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></div>
       <div class="no-number no-toc" id="html-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#html-display">#</a></h2>
         <div class="css-props" id="html-css"><div class="selectors"><span class="selector">html</span> {

Index: meta.http-equiv.content-type.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- meta.http-equiv.content-type.html	8 Feb 2010 08:53:45 -0000	1.39
+++ meta.http-equiv.content-type.html	10 Feb 2010 12:48:52 -0000	1.40
@@ -93,7 +93,10 @@
       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></div>
+  </div></div><div class="no-number no-toc" id="meta.http-equiv.content-type-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-type-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- footer.html	8 Feb 2010 08:53:43 -0000	1.37
+++ footer.html	10 Feb 2010 12:48:51 -0000	1.38
@@ -61,16 +61,19 @@
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
       
-      <div class="no-number no-toc" id="footer-display">
-        <h2 class="element-subhead">Typical default display properties <a class="hash" href="#footer-display">#</a></h2>
-        <div class="css-props" id="footer-css"><div class="selectors"><span class="selector">footer</span> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div>
         <div class="no-number no-toc" id="footer-details">
         <h2 class="element-subhead">Details <a class="hash" href="#footer-details">#</a></h2><div class="details">
     <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></div>
+  </div></div><div class="no-number no-toc" id="footer-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#footer-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div>
+      <div class="no-number no-toc" id="footer-display">
+        <h2 class="element-subhead">Typical default display properties <a class="hash" href="#footer-display">#</a></h2>
+        <div class="css-props" id="footer-css"><div class="selectors"><span class="selector">footer</span> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- meta.http-equiv.content-language.html	8 Feb 2010 08:53:44 -0000	1.34
+++ meta.http-equiv.content-language.html	10 Feb 2010 12:48:52 -0000	1.35
@@ -80,7 +80,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="meta.http-equiv.content-language-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-language-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- script.html	8 Feb 2010 10:17:26 -0000	1.47
+++ script.html	10 Feb 2010 12:48:53 -0000	1.48
@@ -107,7 +107,10 @@
             <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span>, <span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="script-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#script-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- input.range.html	8 Feb 2010 10:17:25 -0000	1.38
+++ input.range.html	10 Feb 2010 12:48:52 -0000	1.39
@@ -108,7 +108,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.range-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.range-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- audio.html	8 Feb 2010 08:53:42 -0000	1.46
+++ audio.html	10 Feb 2010 12:48:50 -0000	1.47
@@ -111,7 +111,10 @@
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="audio-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#audio-interface">#</a></h2><pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-audio" title="dom-Audio">Audio</a>(),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-audio-s" title="dom-Audio-s">Audio</a>(in DOMString src)]
+interface <b>HTMLAudioElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlmediaelement" title="">HTMLMediaElement</a> {};</pre></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- time.html	8 Feb 2010 08:53:46 -0000	1.38
+++ time.html	10 Feb 2010 12:48:54 -0000	1.39
@@ -90,7 +90,10 @@
     must conform to the
     <a href="datatypes.html#common.data.date-or-time">date-or-time</a>
     datatype.</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="time-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#time-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- meta.http-equiv.default-style.html	8 Feb 2010 08:53:45 -0000	1.36
+++ meta.http-equiv.default-style.html	10 Feb 2010 12:48:53 -0000	1.37
@@ -73,7 +73,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span>, <span class="context-mdl"><a href="noscript.html#noscript">noscript</a></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="meta.http-equiv.default-style-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.default-style-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- keygen.html	8 Feb 2010 08:53:44 -0000	1.37
+++ keygen.html	10 Feb 2010 12:48:52 -0000	1.38
@@ -76,7 +76,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="keygen-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#keygen-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- command.command.html	8 Feb 2010 08:53:42 -0000	1.37
+++ command.command.html	10 Feb 2010 12:48:50 -0000	1.38
@@ -72,7 +72,15 @@
             <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span>, <span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="command.command-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#command.command-interface">#</a></h2><pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-type" title="dom-command-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-label" title="dom-command-label">label</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-icon" title="dom-command-icon">icon</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-disabled" title="dom-command-disabled">disabled</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-checked" title="dom-command-checked">checked</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>;
+};</pre></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- progress.html	8 Feb 2010 08:53:45 -0000	1.38
+++ progress.html	10 Feb 2010 12:48:53 -0000	1.39
@@ -77,7 +77,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="progress-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#progress-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- dfn.html	8 Feb 2010 08:53:43 -0000	1.34
+++ dfn.html	10 Feb 2010 12:48:50 -0000	1.35
@@ -54,7 +54,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="dfn-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#dfn-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- textarea.html	8 Feb 2010 08:53:46 -0000	1.38
+++ textarea.html	10 Feb 2010 12:48:54 -0000	1.39
@@ -106,7 +106,10 @@
     of the
     <a href="textarea.html#textarea" class="element">textarea</a>
     element represent the control&#8217;s default value.</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="textarea-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#textarea-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </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.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- cite.html	8 Feb 2010 08:53:42 -0000	1.32
+++ cite.html	10 Feb 2010 12:48:50 -0000	1.33
@@ -47,7 +47,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="cite-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#cite-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- meter.html	8 Feb 2010 08:53:45 -0000	1.39
+++ meter.html	10 Feb 2010 12:48:53 -0000	1.40
@@ -157,7 +157,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="meter-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#meter-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- input.button.html	8 Feb 2010 08:53:43 -0000	1.35
+++ input.button.html	10 Feb 2010 12:48:51 -0000	1.36
@@ -87,7 +87,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.button-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.button-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- aside.html	8 Feb 2010 08:53:42 -0000	1.38
+++ aside.html	10 Feb 2010 12:48:50 -0000	1.39
@@ -57,16 +57,19 @@
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
       
-      <div class="no-number no-toc" id="aside-display">
-        <h2 class="element-subhead">Typical default display properties <a class="hash" href="#aside-display">#</a></h2>
-        <div class="css-props" id="aside-css"><div class="selectors"><span class="selector">aside</span> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></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><div class="details">
     <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></div>
+  </div></div><div class="no-number no-toc" id="aside-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#aside-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div>
+      <div class="no-number no-toc" id="aside-display">
+        <h2 class="element-subhead">Typical default display properties <a class="hash" href="#aside-display">#</a></h2>
+        <div class="css-props" id="aside-css"><div class="selectors"><span class="selector">aside</span> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></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.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- section.html	8 Feb 2010 08:53:45 -0000	1.41
+++ section.html	10 Feb 2010 12:48:53 -0000	1.42
@@ -56,7 +56,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="section-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#section-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div>
       <div class="no-number no-toc" id="section-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#section-display">#</a></h2>
         <div class="css-props" id="section-css"><div class="selectors"><span class="selector">section</span> {

Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/link.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- link.html	8 Feb 2010 10:17:25 -0000	1.39
+++ link.html	10 Feb 2010 12:48:52 -0000	1.40
@@ -121,7 +121,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span>, <span class="context-mdl"><a href="noscript.html#noscript">noscript</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="link-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#link-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- meta.http-equiv.refresh.html	8 Feb 2010 08:53:45 -0000	1.34
+++ meta.http-equiv.refresh.html	10 Feb 2010 12:48:53 -0000	1.35
@@ -77,7 +77,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span>, <span class="context-mdl"><a href="noscript.html#noscript">noscript</a></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="meta.http-equiv.refresh-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.refresh-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- area.html	8 Feb 2010 08:53:42 -0000	1.41
+++ area.html	10 Feb 2010 12:48:50 -0000	1.42
@@ -147,7 +147,29 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="area-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#area-interface">#</a></h2><pre class="idl">interface <b>HTMLAreaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-alt" title="dom-area-alt">alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-coords" title="dom-area-coords">coords</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-shape" title="dom-area-shape">shape</a>;
+  stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-href" title="dom-area-href">href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-target" title="dom-area-target">target</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-ping" title="dom-area-ping">ping</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-rel" title="dom-area-rel">rel</a>;
+  readonly attribute DOMTokenList <a href="http://dev.w3.org/html5/spec/#dom-area-rellist" title="dom-area-relList">relList</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-media" title="dom-area-media">media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-hreflang" title="dom-area-hreflang">hreflang</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-type" title="dom-area-type">type</a>;
+
+  // <a href="http://dev.w3.org/html5/spec/#url-decomposition-idl-attributes" title="">URL decomposition IDL attributes</a>
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-protocol" title="dom-area-protocol">protocol</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-host" title="dom-area-host">host</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-hostname" title="dom-area-hostname">hostname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-port" title="dom-area-port">port</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-pathname" title="dom-area-pathname">pathname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-search" title="dom-area-search">search</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-hash" title="dom-area-hash">hash</a>;
+};</pre></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.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- input.text.html	8 Feb 2010 08:53:44 -0000	1.36
+++ input.text.html	10 Feb 2010 12:48:52 -0000	1.37
@@ -95,7 +95,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.text-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.text-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- samp.html	8 Feb 2010 08:53:45 -0000	1.33
+++ samp.html	10 Feb 2010 12:48:53 -0000	1.34
@@ -46,7 +46,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="samp-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#samp-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- h6.html	8 Feb 2010 08:53:43 -0000	1.38
+++ h6.html	10 Feb 2010 12:48:51 -0000	1.39
@@ -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: h6 &#8211; heading (level 1)</title>
+<title>HTML5: h6 &#8211; heading</title>
 <link rel="stylesheet" href="style.css" type="text/css"></link>
 <link rel="stylesheet" href="W3C-ED.css" type="text/css"></link>
 </head>
@@ -12,7 +12,7 @@
 <span class="nav-next"><a href="head.html">head &#187;</a></span>
 </div>
 <div id="h6" class="section">
-      <h2 class="element-head"><span class="element">h6</span> &#8211; <span class="shortdesc">heading (level 1)</span> <a class="hash" href="#h6">#</a> <a class="toc-bak" href="Overview.html#h6-toc">T</a></h2>
+      <h2 class="element-head"><span class="element">h6</span> &#8211; <span class="shortdesc">heading</span> <a class="hash" href="#h6">#</a> <a class="toc-bak" href="Overview.html#h6-toc">T</a></h2>
       <div id="h6-longdesc" class="longdesc">
     <p>The <a href="h1.html#h1" class="element">h1</a> through <a href="h6.html#h6" class="element">h6</a> elements are headings for
     the sections with which they are associated.</p>
@@ -58,7 +58,8 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span>, <span class="context-mdl"><a href="hgroup.html#hgroup">hgroup</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="h6-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#h6-interface">#</a></h2><pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- input.checkbox.html	8 Feb 2010 08:53:43 -0000	1.35
+++ input.checkbox.html	10 Feb 2010 12:48:51 -0000	1.36
@@ -89,7 +89,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.checkbox-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.checkbox-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- a.html	8 Feb 2010 06:49:33 -0000	1.48
+++ a.html	10 Feb 2010 12:48:49 -0000	1.49
@@ -156,11 +156,6 @@
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </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> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">color</span>: <span class="prop-value"><i class="vendor-value">(internal value)</i></span>;</div><div class="css-property"><span class="prop-name">text-decoration</span>: <span class="prop-value">underline</span>;</div><div class="css-property"><span class="prop-name">cursor</span>: <span class="prop-value">auto</span>; }</div></div><div class="selectors"><span class="selector">a<span class="pseudo">:link:active</span></span>, <span class="selector">a<span class="pseudo">:visited:active</span></span> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">color</span>: <span class="prop-value"><i class="vendor-value">(internal value)</i></span>; }</div></div></div></div>
         <div class="no-number no-toc" id="a-details">
         <h2 class="element-subhead">Details <a class="hash" href="#a-details">#</a></h2><div class="details">
     <p>If the
@@ -169,7 +164,33 @@
     <a class="element" href="a.html#a">a</a>
     element are empty, the element represents an
     <dfn id="empty-hyperlink" title="empty-hyperlink">empty hyperlink</dfn>.</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="a-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#a-interface">#</a></h2><pre class="idl">interface <b>HTMLAnchorElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+  stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-href" title="dom-a-href">href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-target" title="dom-a-target">target</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-ping" title="dom-a-ping">ping</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-rel" title="dom-a-rel">rel</a>;
+  readonly attribute DOMTokenList <a href="http://dev.w3.org/html5/spec/#dom-a-rellist" title="dom-a-relList">relList</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-media" title="dom-a-media">media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-hreflang" title="dom-a-hreflang">hreflang</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-type" title="dom-a-type">type</a>;
+
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-text" title="dom-a-text">text</a>;
+
+  // <a href="http://dev.w3.org/html5/spec/#url-decomposition-idl-attributes" title="">URL decomposition IDL attributes</a>
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-protocol" title="dom-a-protocol">protocol</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-host" title="dom-a-host">host</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-hostname" title="dom-a-hostname">hostname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-port" title="dom-a-port">port</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-pathname" title="dom-a-pathname">pathname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-search" title="dom-a-search">search</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-hash" title="dom-a-hash">hash</a>;
+};</pre></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> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">color</span>: <span class="prop-value"><i class="vendor-value">(internal value)</i></span>;</div><div class="css-property"><span class="prop-name">text-decoration</span>: <span class="prop-value">underline</span>;</div><div class="css-property"><span class="prop-name">cursor</span>: <span class="prop-value">auto</span>; }</div></div><div class="selectors"><span class="selector">a<span class="pseudo">:link:active</span></span>, <span class="selector">a<span class="pseudo">:visited:active</span></span> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">color</span>: <span class="prop-value"><i class="vendor-value">(internal value)</i></span>; }</div></div></div></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="elements.html">&#171; elements</a></span>

Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/object.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- object.html	8 Feb 2010 08:53:45 -0000	1.44
+++ object.html	10 Feb 2010 12:48:53 -0000	1.45
@@ -160,7 +160,10 @@
     of the content, will either be treated as an image, as a
     nested browsing context, or as external content to be
     processed by a plugin.</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="object-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#object-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </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.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- input.tel.html	8 Feb 2010 08:53:44 -0000	1.36
+++ input.tel.html	10 Feb 2010 12:48:52 -0000	1.37
@@ -96,7 +96,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.tel-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.tel-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- h4.html	8 Feb 2010 08:53:43 -0000	1.38
+++ h4.html	10 Feb 2010 12:48:51 -0000	1.39
@@ -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: h4 &#8211; heading (level 1)</title>
+<title>HTML5: h4 &#8211; heading</title>
 <link rel="stylesheet" href="style.css" type="text/css"></link>
 <link rel="stylesheet" href="W3C-ED.css" type="text/css"></link>
 </head>
@@ -12,7 +12,7 @@
 <span class="nav-next"><a href="h5.html">h5 &#187;</a></span>
 </div>
 <div id="h4" class="section">
-      <h2 class="element-head"><span class="element">h4</span> &#8211; <span class="shortdesc">heading (level 1)</span> <a class="hash" href="#h4">#</a> <a class="toc-bak" href="Overview.html#h4-toc">T</a></h2>
+      <h2 class="element-head"><span class="element">h4</span> &#8211; <span class="shortdesc">heading</span> <a class="hash" href="#h4">#</a> <a class="toc-bak" href="Overview.html#h4-toc">T</a></h2>
       <div id="h4-longdesc" class="longdesc">
     <p>The <a href="h1.html#h1" class="element">h1</a> through <a href="h6.html#h6" class="element">h6</a> elements are headings for
     the sections with which they are associated.</p>
@@ -58,7 +58,8 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span>, <span class="context-mdl"><a href="hgroup.html#hgroup">hgroup</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="h4-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#h4-interface">#</a></h2><pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- header.html	8 Feb 2010 08:53:43 -0000	1.38
+++ header.html	10 Feb 2010 12:48:51 -0000	1.39
@@ -61,17 +61,20 @@
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
       
-      <div class="no-number no-toc" id="header-display">
-        <h2 class="element-subhead">Typical default display properties <a class="hash" href="#header-display">#</a></h2>
-        <div class="css-props" id="header-css"><div class="selectors"><span class="selector">header</span> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div>
         <div class="no-number no-toc" id="header-details">
         <h2 class="element-subhead">Details <a class="hash" href="#header-details">#</a></h2><div class="details">
     <p>The header element typically contains the headings for a
     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></div>
+  </div></div><div class="no-number no-toc" id="header-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#header-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div>
+      <div class="no-number no-toc" id="header-display">
+        <h2 class="element-subhead">Typical default display properties <a class="hash" href="#header-display">#</a></h2>
+        <div class="css-props" id="header-css"><div class="selectors"><span class="selector">header</span> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- b.html	8 Feb 2010 08:53:42 -0000	1.35
+++ b.html	10 Feb 2010 12:48:50 -0000	1.36
@@ -48,7 +48,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="b-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#b-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- img.html	8 Feb 2010 10:17:25 -0000	1.44
+++ img.html	10 Feb 2010 12:48:51 -0000	1.45
@@ -140,7 +140,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="img-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#img-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- bdo.html	8 Feb 2010 08:53:42 -0000	1.35
+++ bdo.html	10 Feb 2010 12:48:50 -0000	1.36
@@ -55,7 +55,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="bdo-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#bdo-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="base.html">&#171; base</a></span>

Index: input.number.html
===================================================================
RCS file: /sources/public/html5/markup/input.number.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- input.number.html	8 Feb 2010 10:17:25 -0000	1.38
+++ input.number.html	10 Feb 2010 12:48:52 -0000	1.39
@@ -110,7 +110,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.number-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.number-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- col.html	8 Feb 2010 08:53:42 -0000	1.34
+++ col.html	10 Feb 2010 12:48:50 -0000	1.35
@@ -78,7 +78,12 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#col-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="colgroup.html#colgroup">colgroup</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="col-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#col-interface">#</a></h2><pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-tbody-rows" title="dom-tbody-rows">rows</a>;
+  <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-tbody-insertrow" title="dom-tbody-insertRow">insertRow</a>(in optional long index);
+  void <a href="http://dev.w3.org/html5/spec/#dom-tbody-deleterow" title="dom-tbody-deleteRow">deleteRow</a>(in long index);
+};</pre></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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- command.radio.html	8 Feb 2010 08:53:42 -0000	1.37
+++ command.radio.html	10 Feb 2010 12:48:50 -0000	1.38
@@ -83,7 +83,15 @@
             <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span>, <span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="command.radio-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#command.radio-interface">#</a></h2><pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-type" title="dom-command-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-label" title="dom-command-label">label</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-icon" title="dom-command-icon">icon</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-disabled" title="dom-command-disabled">disabled</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-checked" title="dom-command-checked">checked</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>;
+};</pre></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- input.datetime.html	8 Feb 2010 10:17:25 -0000	1.38
+++ input.datetime.html	10 Feb 2010 12:48:52 -0000	1.39
@@ -111,7 +111,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.datetime-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- input.password.html	8 Feb 2010 08:53:44 -0000	1.36
+++ input.password.html	10 Feb 2010 12:48:52 -0000	1.37
@@ -95,7 +95,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.password-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.password-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- embed.html	8 Feb 2010 08:53:43 -0000	1.37
+++ embed.html	10 Feb 2010 12:48:51 -0000	1.38
@@ -99,7 +99,13 @@
     other type of interactive content which involves use of a
     third-party plugin as a handler (rather than being natively
     supported by the UA).</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="embed-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#embed-interface">#</a></h2><pre class="idl">interface <b>HTMLEmbedElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-embed-src" title="dom-embed-src">src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-embed-type" title="dom-embed-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
+};</pre></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.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- dd.html	8 Feb 2010 08:53:43 -0000	1.36
+++ dd.html	10 Feb 2010 12:48:50 -0000	1.37
@@ -51,10 +51,6 @@
         <p class="permitted-parents"><span class="context-mdl"><a href="dl.html#dl">dl</a></span></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> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div>
         <div class="no-number no-toc" id="dd-details">
         <h2 class="element-subhead">Details <a class="hash" href="#dd-details">#</a></h2><div class="details">
     <p>The 
@@ -63,7 +59,14 @@
     <dfn id="dd-description" title="dd-description">description or value</dfn>
     part of a term-description (name-value) grouping in a
     <a href="dl.html#description-list">description list</a>.</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="dd-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#dd-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</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> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="datalist.html">&#171; datalist</a></span>

Index: ul.html
===================================================================
RCS file: /sources/public/html5/markup/ul.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- ul.html	8 Feb 2010 08:53:46 -0000	1.31
+++ ul.html	10 Feb 2010 12:48:54 -0000	1.32
@@ -60,7 +60,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="ul-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#ul-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- input.time.html	8 Feb 2010 10:17:25 -0000	1.38
+++ input.time.html	10 Feb 2010 12:48:52 -0000	1.39
@@ -111,7 +111,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.time-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.time-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.month.html">&#171; input.month</a></span>

Index: dt.html
===================================================================
RCS file: /sources/public/html5/markup/dt.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- dt.html	8 Feb 2010 08:53:43 -0000	1.36
+++ dt.html	10 Feb 2010 12:48:51 -0000	1.37
@@ -50,10 +50,6 @@
         <p class="permitted-parents"><span class="context-mdl"><a href="dl.html#dl">dl</a></span></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> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div>
         <div class="no-number no-toc" id="dt-details">
         <h2 class="element-subhead">Details <a class="hash" href="#dt-details">#</a></h2><div class="details">
     <p>The
@@ -62,7 +58,14 @@
     <dfn id="dt-term" title="dt-term">term or name</dfn>
     part of a term-description (name-value) grouping in a
     <a href="dl.html#description-list">description list</a>.</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="dt-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#dt-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</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> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="dl.html">&#171; dl</a></span>

Index: strong.html
===================================================================
RCS file: /sources/public/html5/markup/strong.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- strong.html	8 Feb 2010 08:53:45 -0000	1.35
+++ strong.html	10 Feb 2010 12:48:53 -0000	1.36
@@ -45,7 +45,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="strong-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#strong-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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: acknowledgments.html
===================================================================
RCS file: /sources/public/html5/markup/acknowledgments.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- acknowledgments.html	2 Feb 2010 17:04:53 -0000	1.10
+++ acknowledgments.html	10 Feb 2010 12:48:50 -0000	1.11
@@ -12,36 +12,6 @@
 </div>
 <div id="acknowledgments" class="section">
       <h2>B. Acknowledgments <a class="hash" href="#acknowledgments">#</a> <a class="toc-bak" href="Overview.html#acknowledgments-toc">T</a></h2>
-      <p>Parts of this document were programatically
-              generated from a modified version of a
-              RELAX NG schema for HTML5 from the <a href="http://syntax.whattf.org/relaxng/">syntax.whattf.org source repository</a>,
-              distributed with the following copyright notice and
-              license statement:</p>
-      <pre class="license">
-The RELAX NG Schema for (X)HTML 5 is licensed under the MIT open source license.
-The following legal notice applies to all files in this directory:
-
-Copyright (c) 2005-2007 Elika J. Etemad (fantasai) and Henri Sivonen (hsivonen)
-Copyright (c) 2007-2008 Mozilla Foundation
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-</pre>
       <p>This document incorporates a modified version of a 
               <a href="http://svn.webkit.org/repository/webkit/trunk/WebCore/css/html.css">CSS stylesheet from the WebKit source repository</a>,
               distributed with the following copyright notice and

Index: input.color.html
===================================================================
RCS file: /sources/public/html5/markup/input.color.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- input.color.html	8 Feb 2010 08:53:43 -0000	1.37
+++ input.color.html	10 Feb 2010 12:48:51 -0000	1.38
@@ -93,7 +93,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.color-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.color-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.tel.html">&#171; input.tel</a></span>

Index: li.html
===================================================================
RCS file: /sources/public/html5/markup/li.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- li.html	8 Feb 2010 08:53:44 -0000	1.39
+++ li.html	10 Feb 2010 12:48:52 -0000	1.40
@@ -75,7 +75,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#li-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="ul.html#ul">ul</a></span>, <span class="context-mdl"><a href="ol.html#ol">ol</a></span>, <span class="context-mdl"><a href="menu.html#menu">menu</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="li-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#li-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- style.html	8 Feb 2010 10:17:26 -0000	1.41
+++ style.html	10 Feb 2010 12:48:54 -0000	1.42
@@ -77,7 +77,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span>, <span class="context-mdl"><a href="div.html#div">div</a></span>, <span class="context-mdl"><a href="noscript.html#noscript">noscript</a></span>, <span class="context-mdl"><a href="section.html#section">section</a></span>, <span class="context-mdl"><a href="article.html#article">article</a></span>, <span class="context-mdl"><a href="aside.html#aside">aside</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="style-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#style-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- del.html	8 Feb 2010 06:49:34 -0000	1.38
+++ del.html	10 Feb 2010 12:48:50 -0000	1.39
@@ -63,7 +63,11 @@
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="del-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#del-interface">#</a></h2><pre class="idl">interface <b>HTMLModElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-mod-cite" title="dom-mod-cite">cite</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-mod-datetime" title="dom-mod-datetime">dateTime</a>;
+};</pre></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.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- menu.html	8 Feb 2010 10:17:26 -0000	1.43
+++ menu.html	10 Feb 2010 12:48:52 -0000	1.44
@@ -88,7 +88,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="menu-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#menu-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- input.image.html	8 Feb 2010 08:53:44 -0000	1.37
+++ input.image.html	10 Feb 2010 12:48:52 -0000	1.38
@@ -119,7 +119,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.image-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.image-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- code.html	8 Feb 2010 08:53:42 -0000	1.32
+++ code.html	10 Feb 2010 12:48:50 -0000	1.33
@@ -45,7 +45,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="code-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#code-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- h2.html	8 Feb 2010 08:53:43 -0000	1.38
+++ h2.html	10 Feb 2010 12:48:51 -0000	1.39
@@ -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: h2 &#8211; heading (level 1)</title>
+<title>HTML5: h2 &#8211; heading</title>
 <link rel="stylesheet" href="style.css" type="text/css"></link>
 <link rel="stylesheet" href="W3C-ED.css" type="text/css"></link>
 </head>
@@ -12,7 +12,7 @@
 <span class="nav-next"><a href="h3.html">h3 &#187;</a></span>
 </div>
 <div id="h2" class="section">
-      <h2 class="element-head"><span class="element">h2</span> &#8211; <span class="shortdesc">heading (level 1)</span> <a class="hash" href="#h2">#</a> <a class="toc-bak" href="Overview.html#h2-toc">T</a></h2>
+      <h2 class="element-head"><span class="element">h2</span> &#8211; <span class="shortdesc">heading</span> <a class="hash" href="#h2">#</a> <a class="toc-bak" href="Overview.html#h2-toc">T</a></h2>
       <div id="h2-longdesc" class="longdesc">
     <p>The <a href="h1.html#h1" class="element">h1</a> through <a href="h6.html#h6" class="element">h6</a> elements are headings for
     the sections with which they are associated.</p>
@@ -58,7 +58,8 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span>, <span class="context-mdl"><a href="hgroup.html#hgroup">hgroup</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="h2-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#h2-interface">#</a></h2><pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></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.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- head.html	8 Feb 2010 08:53:43 -0000	1.31
+++ head.html	10 Feb 2010 12:48:51 -0000	1.32
@@ -63,7 +63,8 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#head-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="html.html#html">html</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="head-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#head-interface">#</a></h2><pre class="idl">interface <b>HTMLHeadElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- p.html	8 Feb 2010 08:53:45 -0000	1.37
+++ p.html	10 Feb 2010 12:48:53 -0000	1.38
@@ -84,7 +84,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="p-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#p-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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: figcaption.html
===================================================================
RCS file: /sources/public/html5/markup/figcaption.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- figcaption.html	8 Feb 2010 08:53:43 -0000	1.6
+++ figcaption.html	10 Feb 2010 12:48:51 -0000	1.7
@@ -46,7 +46,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#figcaption-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="figure.html#figure">figure</a></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="figcaption-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#figcaption-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="fieldset.html">&#171; fieldset</a></span>

Index: map.html
===================================================================
RCS file: /sources/public/html5/markup/map.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- map.html	5 Feb 2010 06:19:00 -0000	1.37
+++ map.html	10 Feb 2010 12:48:52 -0000	1.38
@@ -73,7 +73,10 @@
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="map-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#map-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- input.file.html	8 Feb 2010 08:53:44 -0000	1.35
+++ input.file.html	10 Feb 2010 12:48:52 -0000	1.36
@@ -94,7 +94,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.file-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.file-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- input.radio.html	8 Feb 2010 08:53:44 -0000	1.36
+++ input.radio.html	10 Feb 2010 12:48:52 -0000	1.37
@@ -90,7 +90,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.radio-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.radio-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- command.checkbox.html	8 Feb 2010 08:53:42 -0000	1.37
+++ command.checkbox.html	10 Feb 2010 12:48:50 -0000	1.38
@@ -78,7 +78,15 @@
             <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span>, <span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="command.checkbox-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#command.checkbox-interface">#</a></h2><pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-type" title="dom-command-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-label" title="dom-command-label">label</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-icon" title="dom-command-icon">icon</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-disabled" title="dom-command-disabled">disabled</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-checked" title="dom-command-checked">checked</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>;
+};</pre></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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- param.html	8 Feb 2010 08:53:45 -0000	1.37
+++ param.html	10 Feb 2010 12:48:53 -0000	1.38
@@ -65,7 +65,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#param-context">#</a></h2>
         <p class="permitted-parents"><a href="object.html#object">object</a></p>
       </div>
-      
+      <div class="no-number no-toc" id="param-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#param-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- span.html	8 Feb 2010 08:53:45 -0000	1.33
+++ span.html	10 Feb 2010 12:48:53 -0000	1.34
@@ -56,7 +56,10 @@
     and 
     <a href="common-attributes.html#common.attrs.title">title</a>
     to add additional semantics and structure to phrasing content.</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="span-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#span-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </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.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- input.reset.html	8 Feb 2010 08:53:44 -0000	1.36
+++ input.reset.html	10 Feb 2010 12:48:52 -0000	1.37
@@ -87,7 +87,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.reset-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.reset-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- input.datetime-local.html	8 Feb 2010 10:17:25 -0000	1.38
+++ input.datetime-local.html	10 Feb 2010 12:48:52 -0000	1.39
@@ -111,7 +111,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.datetime-local-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-local-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.datetime.html">&#171; input.datetime</a></span>

Index: q.html
===================================================================
RCS file: /sources/public/html5/markup/q.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- q.html	8 Feb 2010 08:53:45 -0000	1.35
+++ q.html	10 Feb 2010 12:48:53 -0000	1.36
@@ -55,7 +55,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="q-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#q-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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: option.html
===================================================================
RCS file: /sources/public/html5/markup/option.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- option.html	8 Feb 2010 08:53:45 -0000	1.39
+++ option.html	10 Feb 2010 12:48:53 -0000	1.40
@@ -80,7 +80,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#option-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="optgroup.html#optgroup">optgroup</a></span>, <span class="context-mdl"><a href="select.html#select">select</a></span>, <span class="context-mdl"><a href="datalist.html#datalist">datalist</a></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="option-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#option-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- label.html	8 Feb 2010 08:53:44 -0000	1.39
+++ label.html	10 Feb 2010 12:48:52 -0000	1.40
@@ -82,7 +82,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="label-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#label-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- select.html	8 Feb 2010 08:53:45 -0000	1.37
+++ select.html	10 Feb 2010 12:48:53 -0000	1.38
@@ -90,7 +90,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="select-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#select-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- noscript.html	8 Feb 2010 08:53:45 -0000	1.37
+++ noscript.html	10 Feb 2010 12:48:53 -0000	1.38
@@ -69,7 +69,10 @@
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="noscript-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#noscript-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- blockquote.html	8 Feb 2010 08:53:42 -0000	1.36
+++ blockquote.html	10 Feb 2010 12:48:50 -0000	1.37
@@ -55,7 +55,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="blockquote-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#blockquote-interface">#</a></h2><pre class="idl">interface <b>HTMLQuoteElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-quote-cite" title="dom-quote-cite">cite</a>;
+};</pre></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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- hr.html	8 Feb 2010 08:53:43 -0000	1.35
+++ hr.html	10 Feb 2010 12:48:51 -0000	1.36
@@ -64,17 +64,18 @@
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </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> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">0.5em auto</span>;</div><div class="css-property"><span class="prop-name">border-style</span>: <span class="prop-value">inset</span>;</div><div class="css-property"><span class="prop-name">border-width</span>: <span class="prop-value">1px</span>; }</div></div></div></div>
         <div class="no-number no-toc" id="hr-details">
         <h2 class="element-subhead">Details <a class="hash" href="#hr-details">#</a></h2><div class="details">
     <p>Some examples of thematic breaks that can be marked up
     using the hr element include a scene change in a story, or a
     transition to another topic within a section of a reference
     book.</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="hr-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#hr-interface">#</a></h2><pre class="idl">interface <b>HTMLHRElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></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> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">0.5em auto</span>;</div><div class="css-property"><span class="prop-name">border-style</span>: <span class="prop-value">inset</span>;</div><div class="css-property"><span class="prop-name">border-width</span>: <span class="prop-value">1px</span>; }</div></div></div></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="hgroup.html">&#171; hgroup</a></span>

Index: td.html
===================================================================
RCS file: /sources/public/html5/markup/td.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- td.html	8 Feb 2010 08:53:46 -0000	1.39
+++ td.html	10 Feb 2010 12:48:54 -0000	1.40
@@ -120,7 +120,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#td-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="tr.html#tr">tr</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="td-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#td-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- em.html	8 Feb 2010 08:53:43 -0000	1.33
+++ em.html	10 Feb 2010 12:48:51 -0000	1.34
@@ -45,7 +45,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="em-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#em-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- figure.html	8 Feb 2010 08:53:43 -0000	1.21
+++ figure.html	10 Feb 2010 12:48:51 -0000	1.22
@@ -52,7 +52,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="figure-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#figure-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="figcaption.html">&#171; figcaption</a></span>

Index: input.hidden.html
===================================================================
RCS file: /sources/public/html5/markup/input.hidden.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- input.hidden.html	8 Feb 2010 08:53:44 -0000	1.36
+++ input.hidden.html	10 Feb 2010 12:48:52 -0000	1.37
@@ -88,7 +88,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.hidden-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.hidden-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- caption.html	8 Feb 2010 08:53:42 -0000	1.34
+++ caption.html	10 Feb 2010 12:48:50 -0000	1.35
@@ -53,7 +53,8 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#caption-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="table.html#table">table</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="caption-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#caption-interface">#</a></h2><pre class="idl">interface <b>HTMLTableCaptionElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></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: style.css
===================================================================
RCS file: /sources/public/html5/markup/style.css,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- style.css	8 Feb 2010 10:23:51 -0000	1.98
+++ style.css	10 Feb 2010 12:48:53 -0000	1.99
@@ -257,11 +257,17 @@
   font-weight: normal;
 }
 .element-head {
-  border: 1px dotted gray;
+  border: 1px solid #ddd;
   padding: 2px;
-  padding-left: 6px;
+  padding-left: 10px;
   padding-top: 3px;
-  padding-bottom: 2px;
+  padding-bottom: 3px;
+  -webkit-border-radius: 6px;
+  -webkit-box-shadow: 4px 4px 4px #888;
+  -moz-border-radius: 6px;
+  -moz-box-shadow: 4px 4px 4px #888;
+  border-radius: 6px;
+  box-shadow: 4px 4px 4px #888;
 }
 .element-subhead {
   margin-bottom: 0px;
@@ -282,6 +288,12 @@
   padding-bottom: 1px;
   padding-left: 12px;
   background-color: #eee;
+  -webkit-border-radius: 8px;
+  -webkit-box-shadow: 4px 4px 4px #888;
+  -moz-border-radius: 8px;
+  -moz-box-shadow: 4px 4px 4px #888;
+  border-radius: 8px;
+  box-shadow: 4px 4px 4px #888;
 }
 #input .css-props {
   margin-right: 0%;
@@ -399,9 +411,14 @@
 .warning {
   font-style: italic;
   padding: 10px;
-  border: 1px dashed gray;
   background-color: #eee;
   margin-right: 15%;
+  -webkit-border-radius: 8px;
+  -webkit-box-shadow: 4px 4px 4px #888;
+  -moz-border-radius: 8px;
+  -moz-box-shadow: 4px 4px 4px #888;
+  border-radius: 8px;
+  box-shadow: 4px 4px 4px #888;
 }
 
 .note:before {
@@ -536,6 +553,12 @@
   padding-bottom: 1px;
   padding-left: 10px;
   padding-right: 10px;
+  -webkit-border-radius: 8px;
+  -webkit-box-shadow: 4px 4px 4px #888;
+  -moz-border-radius: 8px;
+  -moz-box-shadow: 4px 4px 4px #888;
+  border-radius: 8px;
+  box-shadow: 4px 4px 4px #888;
 }
 .status-missing {
   margin-left: 20px;
@@ -579,6 +602,21 @@
   font-size: smaller;
   font-weight: bold;
   color: white;
+  -webkit-border-radius: 4px;
+  -webkit-box-shadow: 3px 3px 3px #888;
+  -moz-border-radius: 4px;
+  -moz-box-shadow: 3px 3px 3px #888;
+  border-radius: 4px;
+  box-shadow: 3px 3px 3px #888;
+  border-bottom: none;
+}
+.attr-defs .new-feature,
+.attr-defs .changed-feature,
+.attr-defs .obsoleted-feature {
+  border-bottom: none;
+  margin-left: 8px;
+  vertical-align: top;
+  font-size: .80em;
 }
 .new-feature {
   background-color: orange;
@@ -593,7 +631,7 @@
 h2 .new-feature,
 h2 .changed-feature,
 h2 .obsoleted-feature {
-  padding-top: 3px;
+  border-bottom: none;
 }
 
 .prose-model p {
@@ -840,4 +878,25 @@
 
 .content-model-prologue {
   margin-bottom: 12px !important;
+}
+
+pre.idl {
+  margin-left: 0;
+  background: #EEEEEE;
+  color: black;
+  padding: 0.5em 1em;
+  -webkit-border-radius: 8px;
+  -webkit-box-shadow: 4px 4px 4px #888;
+  -moz-border-radius: 8px;
+  -moz-box-shadow: 4px 4px 4px #888;
+  border-radius: 8px;
+  box-shadow: 4px 4px 4px #888;
+}
+pre.idl :link, pre.idl :visited {
+  color: inherit;
+  background: transparent;
+}
 
+.dom-interface {
+  margin-left: 1em;
+}

Index: kbd.html
===================================================================
RCS file: /sources/public/html5/markup/kbd.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- kbd.html	8 Feb 2010 08:53:44 -0000	1.34
+++ kbd.html	10 Feb 2010 12:48:52 -0000	1.35
@@ -46,16 +46,19 @@
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></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> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>; }</div></div></div></div>
         <div class="no-number no-toc" id="kbd-details">
         <h2 class="element-subhead">Details <a class="hash" href="#kbd-details">#</a></h2><div class="details">
     <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></div>
+  </div></div><div class="no-number no-toc" id="kbd-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#kbd-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </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> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>; }</div></div></div></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="ins.html">&#171; ins</a></span>

Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/base.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- base.html	8 Feb 2010 08:53:42 -0000	1.37
+++ base.html	10 Feb 2010 12:48:50 -0000	1.38
@@ -61,7 +61,11 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#base-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="head.html#head">head</a></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="base-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#base-interface">#</a></h2><pre class="idl">interface <b>HTMLBaseElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-base-href" title="dom-base-href">href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-base-target" title="dom-base-target">target</a>;
+};</pre></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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- canvas.html	8 Feb 2010 06:49:33 -0000	1.34
+++ canvas.html	10 Feb 2010 12:48:50 -0000	1.35
@@ -63,7 +63,15 @@
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="canvas-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#canvas-interface">#</a></h2><pre class="idl">interface <b>HTMLCanvasElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-canvas-width" title="dom-canvas-width">width</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-canvas-height" title="dom-canvas-height">height</a>;
+
+  DOMString <a href="http://dev.w3.org/html5/spec/#dom-canvas-todataurl" title="dom-canvas-toDataURL">toDataURL</a>(in optional DOMString type, in any... args);
+
+  object <a href="http://dev.w3.org/html5/spec/#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(in DOMString contextId);
+};</pre></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.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- input.search.html	8 Feb 2010 08:53:44 -0000	1.39
+++ input.search.html	10 Feb 2010 12:48:52 -0000	1.40
@@ -97,7 +97,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.search-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.search-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- tfoot.html	8 Feb 2010 08:53:46 -0000	1.31
+++ tfoot.html	10 Feb 2010 12:48:54 -0000	1.32
@@ -67,7 +67,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#tfoot-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="table.html#table">table</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="tfoot-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#tfoot-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- rt.html	8 Feb 2010 08:53:45 -0000	1.35
+++ rt.html	10 Feb 2010 12:48:53 -0000	1.36
@@ -47,7 +47,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#rt-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="ruby.html#ruby">ruby</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="rt-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#rt-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div>
       <div class="no-number no-toc" id="rt-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#rt-display">#</a></h2>
         <div class="css-props" id="rt-css"><div class="selectors"><span class="selector">rt</span> {

Index: fieldset.html
===================================================================
RCS file: /sources/public/html5/markup/fieldset.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- fieldset.html	8 Feb 2010 08:53:43 -0000	1.37
+++ fieldset.html	10 Feb 2010 12:48:51 -0000	1.38
@@ -49,7 +49,22 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="fieldset-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#fieldset-interface">#</a></h2><pre class="idl">interface <b>HTMLFieldSetElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fieldset-disabled" title="dom-fieldset-disabled">disabled</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
+
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fieldset-type" title="dom-fieldset-type">type</a>;
+
+  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformcontrolscollection" title="">HTMLFormControlsCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-fieldset-elements" title="dom-fieldset-elements">elements</a>;
+
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+};</pre></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.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- spec.html	8 Feb 2010 10:17:26 -0000	1.158
+++ spec.html	10 Feb 2010 12:48:53 -0000	1.159
@@ -10,7 +10,7 @@
 <div class="head">
 <div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C"></a></div>
 <h1>HTML: The Markup Language</h1>
-<h2>W3C Editor&#8217;s Draft <em>8 February 2010</em>
+<h2>W3C Editor&#8217;s Draft <em>10 February 2010</em>
 </h2>
 <dl>
 <dt>Latest Editor&#8217;s Draft:</dt>
@@ -49,7 +49,7 @@
           reports index</a> at http://www.w3.org/TR/.
       </em></p>
[...2732 lines suppressed...]
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-</pre>
       <p>This document incorporates a modified version of a 
               <a href="http://svn.webkit.org/repository/webkit/trunk/WebCore/css/html.css">CSS stylesheet from the WebKit source repository</a>,
               distributed with the following copyright notice and

Index: datalist.html
===================================================================
RCS file: /sources/public/html5/markup/datalist.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- datalist.html	8 Feb 2010 08:53:43 -0000	1.39
+++ datalist.html	10 Feb 2010 12:48:50 -0000	1.40
@@ -49,10 +49,6 @@
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
       
-      <div class="no-number no-toc" id="datalist-display">
-        <h2 class="element-subhead">Typical default display properties <a class="hash" href="#datalist-display">#</a></h2>
-        <div class="css-props" id="datalist-css"><div class="selectors"><span class="selector">datalist</span> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></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><div class="details">
     <p>The <a href="syntax.html#contents">contents</a>
@@ -62,7 +58,14 @@
     user agents, intermixed with
     <a href="option.html#option" class="element">option</a>
     elements that represent the predefined options.</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="datalist-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#datalist-interface">#</a></h2><pre class="idl">interface <b>HTMLDataListElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-datalist-options" title="dom-datalist-options">options</a>;
+};</pre></div>
+      <div class="no-number no-toc" id="datalist-display">
+        <h2 class="element-subhead">Typical default display properties <a class="hash" href="#datalist-display">#</a></h2>
+        <div class="css-props" id="datalist-css"><div class="selectors"><span class="selector">datalist</span> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="command.checkbox.html">&#171; command.checkbox</a></span>

Index: h1.html
===================================================================
RCS file: /sources/public/html5/markup/h1.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- h1.html	8 Feb 2010 08:53:43 -0000	1.37
+++ h1.html	10 Feb 2010 12:48:51 -0000	1.38
@@ -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: h1 &#8211; heading (level 1)</title>
+<title>HTML5: h1 &#8211; heading</title>
 <link rel="stylesheet" href="style.css" type="text/css"></link>
 <link rel="stylesheet" href="W3C-ED.css" type="text/css"></link>
 </head>
@@ -12,7 +12,7 @@
 <span class="nav-next"><a href="h2.html">h2 &#187;</a></span>
 </div>
 <div id="h1" class="section">
-      <h2 class="element-head"><span class="element">h1</span> &#8211; <span class="shortdesc">heading (level 1)</span> <a class="hash" href="#h1">#</a> <a class="toc-bak" href="Overview.html#h1-toc">T</a></h2>
+      <h2 class="element-head"><span class="element">h1</span> &#8211; <span class="shortdesc">heading</span> <a class="hash" href="#h1">#</a> <a class="toc-bak" href="Overview.html#h1-toc">T</a></h2>
       <div id="h1-longdesc" class="longdesc">
     <p>The <a href="h1.html#h1" class="element">h1</a> through <a href="h6.html#h6" class="element">h6</a> elements are headings for
     the sections with which they are associated.</p>
@@ -58,7 +58,8 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span>, <span class="context-mdl"><a href="hgroup.html#hgroup">hgroup</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="h1-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#h1-interface">#</a></h2><pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- h3.html	8 Feb 2010 08:53:43 -0000	1.38
+++ h3.html	10 Feb 2010 12:48:51 -0000	1.39
@@ -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: h3 &#8211; heading (level 1)</title>
+<title>HTML5: h3 &#8211; heading</title>
 <link rel="stylesheet" href="style.css" type="text/css"></link>
 <link rel="stylesheet" href="W3C-ED.css" type="text/css"></link>
 </head>
@@ -12,7 +12,7 @@
 <span class="nav-next"><a href="h4.html">h4 &#187;</a></span>
 </div>
 <div id="h3" class="section">
-      <h2 class="element-head"><span class="element">h3</span> &#8211; <span class="shortdesc">heading (level 1)</span> <a class="hash" href="#h3">#</a> <a class="toc-bak" href="Overview.html#h3-toc">T</a></h2>
+      <h2 class="element-head"><span class="element">h3</span> &#8211; <span class="shortdesc">heading</span> <a class="hash" href="#h3">#</a> <a class="toc-bak" href="Overview.html#h3-toc">T</a></h2>
       <div id="h3-longdesc" class="longdesc">
     <p>The <a href="h1.html#h1" class="element">h1</a> through <a href="h6.html#h6" class="element">h6</a> elements are headings for
     the sections with which they are associated.</p>
@@ -58,7 +58,8 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span>, <span class="context-mdl"><a href="hgroup.html#hgroup">hgroup</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="h3-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#h3-interface">#</a></h2><pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></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.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- optgroup.html	8 Feb 2010 08:53:45 -0000	1.32
+++ optgroup.html	10 Feb 2010 12:48:53 -0000	1.33
@@ -58,7 +58,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#optgroup-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="select.html#select">select</a></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="optgroup-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#optgroup-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- input.week.html	8 Feb 2010 10:17:25 -0000	1.38
+++ input.week.html	10 Feb 2010 12:48:52 -0000	1.39
@@ -110,7 +110,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.week-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.week-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- button.button.html	8 Feb 2010 08:53:42 -0000	1.40
+++ button.button.html	10 Feb 2010 12:48:50 -0000	1.41
@@ -80,7 +80,28 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="button.button-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#button.button-interface">#</a></h2><pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-button-type" title="dom-button-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-button-value" title="dom-button-value">value</a>;
+
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+};</pre></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.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- form.html	8 Feb 2010 10:17:25 -0000	1.43
+++ form.html	10 Feb 2010 12:48:51 -0000	1.44
@@ -111,7 +111,30 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="form-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#form-interface">#</a></h2><pre class="idl">[OverrideBuiltins]
+interface <b>HTMLFormElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-form-acceptcharset" title="dom-form-acceptCharset">acceptCharset</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-action" title="dom-fs-action">action</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-form-autocomplete" title="dom-form-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-enctype" title="dom-fs-enctype">enctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-method" title="dom-fs-method">method</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-form-name" title="dom-form-name">name</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-novalidate" title="dom-fs-noValidate">noValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-target" title="dom-fs-target">target</a>;
+
+  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformcontrolscollection" title="">HTMLFormControlsCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-form-elements" title="dom-form-elements">elements</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/#dom-form-length" title="dom-form-length">length</a>;
+  caller getter any <a href="http://dev.w3.org/html5/spec/#dom-form-item" title="dom-form-item">item</a>(in unsigned long index);
+  caller getter any <a href="http://dev.w3.org/html5/spec/#dom-form-nameditem" title="dom-form-namedItem">namedItem</a>(in DOMString name);
+
+  void <a href="http://dev.w3.org/html5/spec/#dom-form-submit" title="dom-form-submit">submit</a>();
+  void <a href="http://dev.w3.org/html5/spec/#dom-form-reset" title="dom-form-reset">reset</a>();
+  boolean <a href="http://dev.w3.org/html5/spec/#dom-form-checkvalidity" title="dom-form-checkValidity">checkValidity</a>();
+
+  void <a href="http://dev.w3.org/html5/spec/#dom-form-dispatchforminput" title="dom-form-dispatchFormInput">dispatchFormInput</a>();
+  void <a href="http://dev.w3.org/html5/spec/#dom-form-dispatchformchange" title="dom-form-dispatchFormChange">dispatchFormChange</a>();
+};</pre></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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- small.html	8 Feb 2010 08:53:45 -0000	1.35
+++ small.html	10 Feb 2010 12:48:53 -0000	1.36
@@ -46,7 +46,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="small-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#small-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- ruby.html	8 Feb 2010 08:53:45 -0000	1.35
+++ ruby.html	10 Feb 2010 12:48:53 -0000	1.36
@@ -49,7 +49,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="ruby-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#ruby-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div>
       <div class="no-number no-toc" id="ruby-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ruby-display">#</a></h2>
         <div class="css-props" id="ruby-css"><div class="selectors"><span class="selector">ruby</span> {

Index: ol.html
===================================================================
RCS file: /sources/public/html5/markup/ol.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- ol.html	8 Feb 2010 08:53:45 -0000	1.36
+++ ol.html	10 Feb 2010 12:48:53 -0000	1.37
@@ -84,7 +84,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="ol-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#ol-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- article.html	8 Feb 2010 08:53:42 -0000	1.39
+++ article.html	10 Feb 2010 12:48:50 -0000	1.40
@@ -57,7 +57,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="article-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#article-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div>
       <div class="no-number no-toc" id="article-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#article-display">#</a></h2>
         <div class="css-props" id="article-css"><div class="selectors"><span class="selector">article</span> {

Index: elements.html
===================================================================
RCS file: /sources/public/html5/markup/elements.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- elements.html	7 Feb 2010 11:54:01 -0000	1.33
+++ elements.html	10 Feb 2010 12:48:51 -0000	1.34
@@ -101,17 +101,17 @@
 </li>
 <li id="form-toc"><span class="toc-section-number"></span><a href="form.html#form"><span class="toc-section-number"></span> <span class="element">form</span>  &#8211;  <span class="shortdesc">user-submittable form</span></a>
 </li>
-<li id="h1-toc"><span class="toc-section-number"></span><a href="h1.html#h1"><span class="toc-section-number"></span> <span class="element">h1</span>  &#8211;  <span class="shortdesc">heading (level 1)</span></a>
+<li id="h1-toc"><span class="toc-section-number"></span><a href="h1.html#h1"><span class="toc-section-number"></span> <span class="element">h1</span>  &#8211;  <span class="shortdesc">heading</span></a>
 </li>
-<li id="h2-toc"><span class="toc-section-number"></span><a href="h2.html#h2"><span class="toc-section-number"></span> <span class="element">h2</span>  &#8211;  <span class="shortdesc">heading (level 1)</span></a>
+<li id="h2-toc"><span class="toc-section-number"></span><a href="h2.html#h2"><span class="toc-section-number"></span> <span class="element">h2</span>  &#8211;  <span class="shortdesc">heading</span></a>
 </li>
-<li id="h3-toc"><span class="toc-section-number"></span><a href="h3.html#h3"><span class="toc-section-number"></span> <span class="element">h3</span>  &#8211;  <span class="shortdesc">heading (level 1)</span></a>
+<li id="h3-toc"><span class="toc-section-number"></span><a href="h3.html#h3"><span class="toc-section-number"></span> <span class="element">h3</span>  &#8211;  <span class="shortdesc">heading</span></a>
 </li>
-<li id="h4-toc"><span class="toc-section-number"></span><a href="h4.html#h4"><span class="toc-section-number"></span> <span class="element">h4</span>  &#8211;  <span class="shortdesc">heading (level 1)</span></a>
+<li id="h4-toc"><span class="toc-section-number"></span><a href="h4.html#h4"><span class="toc-section-number"></span> <span class="element">h4</span>  &#8211;  <span class="shortdesc">heading</span></a>
 </li>
-<li id="h5-toc"><span class="toc-section-number"></span><a href="h5.html#h5"><span class="toc-section-number"></span> <span class="element">h5</span>  &#8211;  <span class="shortdesc">heading (level 1)</span></a>
+<li id="h5-toc"><span class="toc-section-number"></span><a href="h5.html#h5"><span class="toc-section-number"></span> <span class="element">h5</span>  &#8211;  <span class="shortdesc">heading</span></a>
 </li>
-<li id="h6-toc"><span class="toc-section-number"></span><a href="h6.html#h6"><span class="toc-section-number"></span> <span class="element">h6</span>  &#8211;  <span class="shortdesc">heading (level 1)</span></a>
+<li id="h6-toc"><span class="toc-section-number"></span><a href="h6.html#h6"><span class="toc-section-number"></span> <span class="element">h6</span>  &#8211;  <span class="shortdesc">heading</span></a>
 </li>
 <li id="head-toc"><span class="toc-section-number"></span><a href="head.html#head"><span class="toc-section-number"></span> <span class="element">head</span>  &#8211;  <span class="shortdesc">document metadata</span></a>
 </li>

Index: colgroup.html
===================================================================
RCS file: /sources/public/html5/markup/colgroup.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- colgroup.html	8 Feb 2010 08:53:42 -0000	1.35
+++ colgroup.html	10 Feb 2010 12:48:50 -0000	1.36
@@ -77,7 +77,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#colgroup-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="table.html#table">table</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="colgroup-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#colgroup-interface">#</a></h2><pre class="idl">interface <b>HTMLTableColElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-colgroup-span" title="dom-colgroup-span">span</a>;
+};</pre></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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- dl.html	8 Feb 2010 08:53:43 -0000	1.35
+++ dl.html	10 Feb 2010 12:48:51 -0000	1.36
@@ -56,10 +56,6 @@
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></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> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>; }</div></div></div></div>
         <div class="no-number no-toc" id="dl-details">
         <h2 class="element-subhead">Details <a class="hash" href="#dl-details">#</a></h2><div class="details">
     <p>The <a href="dl.html#dl" class="element">dl</a> element represents
@@ -73,7 +69,12 @@
     <a href="dd.html#dd-description">descriptions/values</a>
     (the contents of <a href="dd.html#dd" class="element">dd</a>
     elements).</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="dl-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#dl-interface">#</a></h2><pre class="idl">interface <b>HTMLDListElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></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> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>; }</div></div></div></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="div.html">&#171; div</a></span>

Index: thead.html
===================================================================
RCS file: /sources/public/html5/markup/thead.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- thead.html	8 Feb 2010 08:53:46 -0000	1.31
+++ thead.html	10 Feb 2010 12:48:54 -0000	1.32
@@ -69,7 +69,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#thead-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="table.html#table">table</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="thead-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#thead-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- tbody.html	8 Feb 2010 08:53:46 -0000	1.31
+++ tbody.html	10 Feb 2010 12:48:54 -0000	1.32
@@ -71,7 +71,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#tbody-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="table.html#table">table</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="tbody-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#tbody-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- video.html	8 Feb 2010 08:53:46 -0000	1.43
+++ video.html	10 Feb 2010 12:48:54 -0000	1.44
@@ -130,7 +130,10 @@
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="video-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#video-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- source.html	8 Feb 2010 08:53:45 -0000	1.43
+++ source.html	10 Feb 2010 12:48:53 -0000	1.44
@@ -85,7 +85,10 @@
     <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></div>
+  </div></div><div class="no-number no-toc" id="source-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#source-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </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.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- button.reset.html	8 Feb 2010 08:53:42 -0000	1.40
+++ button.reset.html	10 Feb 2010 12:48:50 -0000	1.41
@@ -80,7 +80,28 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="button.reset-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#button.reset-interface">#</a></h2><pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-button-type" title="dom-button-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-button-value" title="dom-button-value">value</a>;
+
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+};</pre></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.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- meta.charset.html	8 Feb 2010 08:53:44 -0000	1.42
+++ meta.charset.html	10 Feb 2010 12:48:52 -0000	1.43
@@ -73,7 +73,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="meta.charset-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.charset-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- output.html	8 Feb 2010 08:53:45 -0000	1.39
+++ output.html	10 Feb 2010 12:48:53 -0000	1.40
@@ -59,7 +59,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="output-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#output-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- i.html	8 Feb 2010 08:53:43 -0000	1.33
+++ i.html	10 Feb 2010 12:48:51 -0000	1.34
@@ -48,10 +48,6 @@
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </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> {
-</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div>
         <div class="no-number no-toc" id="i-details">
         <h2 class="element-subhead">Details <a class="hash" href="#i-details">#</a></h2><div class="details">
     <p>Some examples of spans that might use the i element include
@@ -59,7 +55,14 @@
     from another language, a thought, a ship name, or some other
     prose whose typical typographic presentation is
     italicized.</p>
-  </div></div></div>
+  </div></div><div class="no-number no-toc" id="i-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#i-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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> {
+</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="html.html">&#171; html</a></span>

Index: input.submit.html
===================================================================
RCS file: /sources/public/html5/markup/input.submit.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- input.submit.html	8 Feb 2010 08:53:44 -0000	1.36
+++ input.submit.html	10 Feb 2010 12:48:52 -0000	1.37
@@ -92,7 +92,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.submit-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.submit-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- input.date.html	8 Feb 2010 10:17:25 -0000	1.37
+++ input.date.html	10 Feb 2010 12:48:51 -0000	1.38
@@ -110,7 +110,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.date-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.date-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- var.html	8 Feb 2010 08:53:46 -0000	1.33
+++ var.html	10 Feb 2010 12:48:54 -0000	1.34
@@ -47,7 +47,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="var-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#var-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- sub.html	8 Feb 2010 08:53:46 -0000	1.34
+++ sub.html	10 Feb 2010 12:48:54 -0000	1.35
@@ -45,7 +45,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="sub-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#sub-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- title.html	8 Feb 2010 08:53:46 -0000	1.32
+++ title.html	10 Feb 2010 12:48:54 -0000	1.33
@@ -44,7 +44,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#title-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="head.html#head">head</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="title-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#title-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- pre.html	8 Feb 2010 08:53:45 -0000	1.35
+++ pre.html	10 Feb 2010 12:48:53 -0000	1.36
@@ -56,7 +56,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="pre-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#pre-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- button.submit.html	8 Feb 2010 08:53:42 -0000	1.40
+++ button.submit.html	10 Feb 2010 12:48:50 -0000	1.41
@@ -85,7 +85,28 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="button.submit-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#button.submit-interface">#</a></h2><pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-button-type" title="dom-button-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-button-value" title="dom-button-value">value</a>;
+
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+};</pre></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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- rp.html	8 Feb 2010 08:53:45 -0000	1.35
+++ rp.html	10 Feb 2010 12:48:53 -0000	1.36
@@ -49,7 +49,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#rp-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="ruby.html#ruby">ruby</a></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="rp-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#rp-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- sup.html	8 Feb 2010 08:53:46 -0000	1.34
+++ sup.html	10 Feb 2010 12:48:54 -0000	1.35
@@ -45,7 +45,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="sup-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#sup-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- details.html	8 Feb 2010 08:53:43 -0000	1.23
+++ details.html	10 Feb 2010 12:48:50 -0000	1.24
@@ -70,7 +70,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="details-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#details-interface">#</a></h2><pre class="idl">interface <b>HTMLDetailsElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-details-open" title="dom-details-open">open</a>;
+};</pre></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- input.url.html	8 Feb 2010 08:53:44 -0000	1.38
+++ input.url.html	10 Feb 2010 12:48:52 -0000	1.39
@@ -100,7 +100,10 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="input.url-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#input.url-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="input.email.html">&#171; input.email</a></span>

Index: summary.html
===================================================================
RCS file: /sources/public/html5/markup/summary.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- summary.html	8 Feb 2010 08:53:46 -0000	1.6
+++ summary.html	10 Feb 2010 12:48:54 -0000	1.7
@@ -47,7 +47,10 @@
         <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#summary-context">#</a></h2>
         <p class="permitted-parents"><span class="context-mdl"><a href="details.html#details">details</a></span></p>
       </div>
-      </div>
+      <div class="no-number no-toc" id="summary-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#summary-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></div></div>
 <hr class="footerbreak"></hr>
 <div class="nav">
 <span class="nav-prev"><a href="sub.html">&#171; sub</a></span>

Index: hgroup.html
===================================================================
RCS file: /sources/public/html5/markup/hgroup.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- hgroup.html	8 Feb 2010 08:53:43 -0000	1.33
+++ hgroup.html	10 Feb 2010 12:48:51 -0000	1.34
@@ -56,7 +56,10 @@
     <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></div>
+  </div></div><div class="no-number no-toc" id="hgroup-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#hgroup-interface">#</a></h2><p class="dom-interface">Uses
+            <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>.
+          </p></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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- h5.html	8 Feb 2010 08:53:43 -0000	1.38
+++ h5.html	10 Feb 2010 12:48:51 -0000	1.39
@@ -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: h5 &#8211; heading (level 1)</title>
+<title>HTML5: h5 &#8211; heading</title>
 <link rel="stylesheet" href="style.css" type="text/css"></link>
 <link rel="stylesheet" href="W3C-ED.css" type="text/css"></link>
 </head>
@@ -12,7 +12,7 @@
 <span class="nav-next"><a href="h6.html">h6 &#187;</a></span>
 </div>
 <div id="h5" class="section">
-      <h2 class="element-head"><span class="element">h5</span> &#8211; <span class="shortdesc">heading (level 1)</span> <a class="hash" href="#h5">#</a> <a class="toc-bak" href="Overview.html#h5-toc">T</a></h2>
+      <h2 class="element-head"><span class="element">h5</span> &#8211; <span class="shortdesc">heading</span> <a class="hash" href="#h5">#</a> <a class="toc-bak" href="Overview.html#h5-toc">T</a></h2>
       <div id="h5-longdesc" class="longdesc">
     <p>The <a href="h1.html#h1" class="element">h1</a> through <a href="h6.html#h6" class="element">h6</a> elements are headings for
     the sections with which they are associated.</p>
@@ -58,7 +58,8 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.flow">flow elements</a></span></span>, <span class="context-mdl"><a href="hgroup.html#hgroup">hgroup</a></span></p>
       </div>
-      
+      <div class="no-number no-toc" id="h5-interface">
+        <h2 class="element-subhead">DOM interface <a class="hash" href="#h5-interface">#</a></h2><pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></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, 10 February 2010 12:49:47 UTC