html5/pubnotes Overview.html,1.334,1.335 Overview.src.html,1.326,1.327

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv27556

Modified Files:
	Overview.html Overview.src.html 
Log Message:
1.1126 "Make application/octet-stream with <object> with no type='' trigger sniffing."


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -d -r1.334 -r1.335
--- Overview.html	24 Jul 2008 10:57:12 -0000	1.334
+++ Overview.html	25 Jul 2008 08:33:06 -0000	1.335
@@ -12,7 +12,7 @@
   </head>
   <body><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 5 Publication Notes</h1><h2>
         W3C
-        Editor’s Draft <em>24 July 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.html">http://dev.w3.org/html5/pubnotes/Overview.html</a><script type="text/ecmascript">
+        Editor’s Draft <em>25 July 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.html">http://dev.w3.org/html5/pubnotes/Overview.html</a><script type="text/ecmascript">
                 var id = "$Id$";
                 var a = document.getElementById('cvsVersionLink');
                 var xs = id.match(/ ([0-9]\.[0-9.]+) /);
@@ -36,7 +36,7 @@
         of the changes without necessarily needing to read the
         specification itself.</p>
     <div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on
-          <b>2008-07-24T19:38:44+09:00</b>.</p></div></div>
+          <b>2008-07-25T17:31:43+09:00</b>.</p></div></div>
     <div id="status">
       <h2>Status of this Document</h2>
     <p><em>
@@ -46,7 +46,7 @@
         report can be found in the <a href="http://www.w3.org/TR/">W3C technical
           reports index</a> at http://www.w3.org/TR/.
       </em></p><p>
-        This document is the 24 July 2008 <b>Editor’s Draft</b> of 
+        This document is the 25 July 2008 <b>Editor’s Draft</b> of 
         <cite>HTML 5 Publication Notes</cite>.
       
       Please send comments about this document to
@@ -983,9 +983,12 @@
             reorganization. In addition, the following changes
             were made:</p>
             <ul>
-              <li>Some corrections to the algorithm in the
-              “Content-Type sniffing: unknown type” subsection
-              were made.</li>
+              <li>Significant revisions were made to text of the
+              algorithm in the “Content-Type sniffing: text or
+              binary” subsection.</li>
+              <li>Significant revisions and corrections were made
+              to the algorithm in the “Content-Type sniffing:
+              unknown type” subsection.</li>
             </ul>
           </div>
         </div>
@@ -1425,6 +1428,15 @@
         current “Editor’s Draft”.</p></div>
               <p>In this section, the following changes were made:</p>
               <ul>
+                <li>In a part of the algorithm for that user
+                agents must run to determine what object element
+                represents, the following statement was added:
+                <q>Otherwise, if the resource type is
+                  “application/octet-stream” but there is no type
+                  attribute on the object element, then change the
+                  resource type to be unknown, so that the
+                  sniffing rules in the next step are
+                  invoked.</q></li>
                 <li>A statement specifying user-agent behavior
                 when the <code class="htmlattribute">data</code>
                 attribute is present had read “Begin a load for

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -d -r1.326 -r1.327
--- Overview.src.html	24 Jul 2008 10:57:12 -0000	1.326
+++ Overview.src.html	25 Jul 2008 08:33:06 -0000	1.327
@@ -382,9 +382,12 @@
             reorganization. In addition, the following changes
             were made:</p>
             <ul>
-              <li>Some corrections to the algorithm in the
-              “Content-Type sniffing: unknown type” subsection
-              were made.</li>
+              <li>Significant revisions were made to text of the
+              algorithm in the “Content-Type sniffing: text or
+              binary” subsection.</li>
+              <li>Significant revisions and corrections were made
+              to the algorithm in the “Content-Type sniffing:
+              unknown type” subsection.</li>
             </ul>
           </section>
         </section>
@@ -645,6 +648,15 @@
               <h2>Section 4.7.5, The object element</h2>
               <p>In this section, the following changes were made:</p>
               <ul>
+                <li>In a part of the algorithm for that user
+                agents must run to determine what object element
+                represents, the following statement was added:
+                <q>Otherwise, if the resource type is
+                  “application/octet-stream” but there is no type
+                  attribute on the object element, then change the
+                  resource type to be unknown, so that the
+                  sniffing rules in the next step are
+                  invoked.</q></li>
                 <li>A statement specifying user-agent behavior
                 when the <code class=htmlattribute>data</code>
                 attribute is present had read “Begin a load for

Received on Friday, 25 July 2008 08:33:44 UTC