html5/md Overview.html,1.62,1.63

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

Modified Files:
	Overview.html 
Log Message:
Make <object type=application/octet-stream> ignore the type= attribute for legacy compat. Also, fix some trailing spaces throughout. (whatwg r4990)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- Overview.html	7 Apr 2010 00:29:48 -0000	1.62
+++ Overview.html	9 Apr 2010 04:05:45 -0000	1.63
@@ -285,7 +285,7 @@
    <h1>HTML Microdata</h1>
    <h2 class="no-num no-toc" id="generatedID"></h2>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-7-april-2010">Editor's Draft 7 April 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-9-april-2010">Editor's Draft 9 April 2010</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -381,7 +381,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 7 April 2010 Editor's Draft.
+  This specification is the 9 April 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>The contents of this specification are also part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
   specification</a> published by the <a href="http://www.whatwg.org/">WHATWG</a>, which is available under a
   license that permits reuse of the specification text.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><!-- (this text is from the RDFa+HTML spec --><p>This specification is an extension to the HTML5 language. All
@@ -759,7 +759,7 @@
  &lt;p itemprop="desc"&gt;Hedral is a male american domestic
  shorthair, with a fluffy black fur with white paws and belly.&lt;/p&gt;
  &lt;img itemprop="img" src="hedral.jpeg" alt="" title="Hedral, age 18 months"&gt;
-&lt;/section&gt;</pre>   
+&lt;/section&gt;</pre>
 
    <p>In this example the "http://example.org/animals#cat" item has three
    properties, a "name" ("Hedral"), a "desc" ("Hedral is..."), and an
@@ -845,7 +845,7 @@
  itemprop="http://example.com/color"&gt;black&lt;/span&gt; fur with &lt;span
  itemprop="http://example.com/color"&gt;white&lt;/span&gt; paws and belly.&lt;/p&gt;
  &lt;img itemprop="img" src="hedral.jpeg" alt="" title="Hedral, age 18 months"&gt;
-&lt;/section&gt;</pre>   
+&lt;/section&gt;</pre>
 
    <p>This example has one item with the type "http://example.org/animals#cat"
    and the following properties:</p>
@@ -1928,10 +1928,10 @@
      dc:creator "Wil Wheaton"@en ;
      dc:title "Just a Geek"@en ;
      frbr:realization &lt;http://books.example.com/products/9780596007683.BOOK&gt;,
-         &lt;http://books.example.com/products/9780596802189.EBOOK&gt; . 
+         &lt;http://books.example.com/products/9780596802189.EBOOK&gt; .
 
 &lt;http://books.example.com/products/9780596007683.BOOK&gt; a frbr:Expression ;
-     dc:type &lt;http://books.example.com/product-types/BOOK&gt; . 
+     dc:type &lt;http://books.example.com/product-types/BOOK&gt; .
 
 &lt;http://books.example.com/products/9780596802189.EBOOK&gt; a frbr:Expression ;
      dc:type &lt;http://books.example.com/product-types/EBOOK&gt; .</pre>

Received on Friday, 9 April 2010 04:05:49 UTC