hixie: markup fixes (whatwg r3512)

hixie: markup fixes (whatwg r3512)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2709&r2=1.2710&f=h
http://html5.org/tools/web-apps-tracker?from=3511&to=3512

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2709
retrieving revision 1.2710
diff -u -d -r1.2709 -r1.2710
--- Overview.html 31 Jul 2009 08:40:32 -0000 1.2709
+++ Overview.html 31 Jul 2009 10:08:02 -0000 1.2710
@@ -739,7 +739,7 @@
      <li><a href="#the-legend-element"><span class="secno">4.12.1 </span>The <code>legend</code> element</a></li>
      <li><a href="#the-div-element"><span class="secno">4.12.2 </span>The <code>div</code> element</a></ol></li>
    <li><a href="#matching-html-elements-using-selectors"><span class="secno">4.13 </span>Matching HTML elements using selectors</a></ol></li>
- <li><a href="#microdata-0"><span class="secno">5 </span>Microdata</a>
+ <li><a href="#microdata"><span class="secno">5 </span>Microdata</a>
   <ol>
    <li><a href="#introduction-2"><span class="secno">5.1 </span>Introduction</a>
     <ol>
@@ -5331,7 +5331,7 @@
 
   </ol><!-- see also http://ln.hixie.ch/?start=1161042744&count=1 --></div><h5 id="htmlpropertycollection"><span class="secno">2.8.2.5 </span>HTMLPropertyCollection</h5><p>The <code><a href="#htmlpropertycollection-0">HTMLPropertyCollection</a></code> interface represents a
   <a href="#collections-0" title="collections">collection</a> of elements that add
-  name-value pairs to a particular <a href="#concept-item" title="concept-item">item</a> in the <a href="#microdata-0">microdata</a>
+  name-value pairs to a particular <a href="#concept-item" title="concept-item">item</a> in the <a href="#microdata">microdata</a>
   model.<pre class="idl">[Callable=<a href="#dom-htmlpropertycollection-nameditem" title="dom-HTMLPropertyCollection-namedItem">namedItem</a>]
 interface <dfn id="htmlpropertycollection-0">HTMLPropertyCollection</dfn> {
   readonly attribute unsigned long <a href="#dom-htmlpropertycollection-length" title="dom-HTMLPropertyCollection-length">length</a>;
@@ -6711,7 +6711,7 @@
   readonly attribute <a href="#domtokenlist-0">DOMTokenList</a> <a href="#dom-classlist" title="dom-classList">classList</a>;
   readonly attribute <a href="#domstringmap-0">DOMStringMap</a> <a href="#dom-dataset" title="dom-dataset">dataset</a>;
 
-  // <a href="#microdata-0">microdata</a>
+  // <a href="#microdata">microdata</a>
   [PutForwards=<a href="#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="#domsettabletokenlist-0">DOMSettableTokenList</a> <a href="#dom-item" title="dom-item">item</a>;
   [PutForwards=<a href="#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="#domsettabletokenlist-0">DOMSettableTokenList</a> <a href="#dom-itemprop" title="dom-itemprop">itemprop</a>;
   readonly attribute <a href="#htmlpropertycollection-0">HTMLPropertyCollection</a> <a href="#dom-properties" title="dom-properties">properties</a>;
@@ -36767,7 +36767,7 @@
   those are all defined in sufficient detail in a language-agnostic
   fashion in the Selectors specification. <a href="#references">[SELECTORS]</a></p>
 
-  </div><h2 id="microdata-0"><span class="secno">5 </span><dfn id="microdata">Microdata</dfn></h2><!-- v2
+  </div><h2 id="microdata"><span class="secno">5 </span><dfn>Microdata</dfn></h2><!-- v2
 
   * <ref property="foo" content="id"> to import the item with id="id"
     into the current microdata block

Received on Friday, 31 July 2009 10:09:06 UTC