html5/md Overview.html,1.9,1.10

Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv18762

Modified Files:
	Overview.html 
Log Message:
Tweak the spec's name based on adactio's feedback. (whatwg r4576)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Overview.html	10 Jan 2010 11:03:30 -0000	1.9
+++ Overview.html	11 Jan 2010 13:23:16 -0000	1.10
@@ -217,7 +217,7 @@
 
    .details-example img { vertical-align: top; }
 
-  </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20{%20display:%20none;%20}" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script>
+  </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20{%20display:%20none;%20}" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
    function getCookie(name) {
      var params = location.search.substr(1).split("&");
      for (var index = 0; index < params.length; index++) {
@@ -262,7 +262,7 @@
    <h1>HTML5 Microdata</h1>
    <h2 class="no-num no-toc" id="generatedID"></h2>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-10-january-2010">Editor's Draft 10 January 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-11-january-2010">Editor's Draft 11 January 2010</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/md/">http://www.w3.org/TR/md/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -350,7 +350,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 10 January 2010 Editor's Draft.
+  This specification is the 11 January 2010 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
   larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>.
   <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
@@ -403,7 +403,7 @@
   <ol>
    <li><a href="#content-models"><span class="secno">6.1 </span>Content models</a></li>
    <li><a href="#drag-and-drop"><span class="secno">6.2 </span>Drag-and-drop</a></ol></li>
- <li><a href="#microdata-vocabularies"><span class="secno">7 </span>Microdata vocabularies</a>
+ <li><a href="#mdvocabs"><span class="secno">7 </span>Microdata vocabularies</a>
   <ol>
    <li><a href="#vcard"><span class="secno">7.1 </span>vCard</a>
     <ol>
@@ -1351,7 +1351,7 @@
     string to the <code title="dom-DragEvent-dataTransfer">dataTransfer</code> member,
     associated with the <code title="">application/microdata+json</code> format.</p>
    </li>
-  </ol></div><h2 id="microdata-vocabularies"><span class="secno">7 </span>Microdata vocabularies</h2><h3 id="vcard"><span class="secno">7.1 </span>vCard</h3><p>An item with the <a href="#item-type">item type</a> <dfn id="md-vcard" title="md-vcard"><code>http://microformats.org/profile/hcard</code></dfn>
+  </ol></div><h2 id="mdvocabs"><span class="secno">7 </span>Microdata vocabularies</h2><h3 id="vcard"><span class="secno">7.1 </span>vCard</h3><p>An item with the <a href="#item-type">item type</a> <dfn id="md-vcard" title="md-vcard"><code>http://microformats.org/profile/hcard</code></dfn>
   represents a person's or organization's contact information.<p>This vocabulary <a href="#support-global-identifiers-for-items" title="support global identifiers for
   items">supports global identifiers for items</a>.<p>The following are the type's <a href="#defined-property-name" title="defined property
   name">defined property names</a>. They are based on the

Received on Monday, 11 January 2010 13:23:20 UTC