html5/pubnotes ChangeLog,1.34,1.35 Overview.html,1.335,1.336 Overview.src.html,1.327,1.328

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

Modified Files:
	ChangeLog Overview.html Overview.src.html 
Log Message:
1.1117 make <embed> do extension sniffing...


Index: ChangeLog
===================================================================
RCS file: /sources/public/html5/pubnotes/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- ChangeLog	19 Jul 2008 18:45:33 -0000	1.34
+++ ChangeLog	25 Jul 2008 09:48:56 -0000	1.35
@@ -1,3 +1,81 @@
+2008-07-25 17:33  mike
+
+	* Overview.html (1.335), Overview.src.html (1.327): 1.1126 "Make
+	  application/octet-stream with <object> with no type='' trigger
+	  sniffing."
+
+2008-07-24 19:57  mike
+
+	* Overview.html (1.334), Overview.src.html (1.326): 1.1123 Define
+	  <area alt> authoring conformance criteria.
+
+2008-07-24 19:03  mike
+
+	* Overview.html (1.333), Overview.src.html (1.325): 1.1120 Support
+	  <embed> with no src=''
+
+2008-07-23 23:55  mike
+
+	* Overview.html (1.332), Overview.src.html (1.324): 1.1082 and
+	  forward...
+
+2008-07-23 18:47  mike
+
+	* Overview.html (1.331), Overview.src.html (1.323): 1.1098 Change
+	  how elements are treated in the after after frameset insertion
+	  mode.
+
+2008-07-23 18:10  mike
+
+	* Overview.html (1.330), Overview.src.html (1.322): 1.1091 Make
+	  addCueRange() have an identifier so that people don't have to use
+	  currying.
+
+2008-07-23 15:30  mike
+
+	* Overview.html (1.329), Overview.src.html (1.321): 1.1092 "Revamp
+	  of the intrinsic dimensions and pixel ratio definitions."
+
+2008-07-23 14:57  mike
+
+	* Overview.html (1.328), Overview.src.html (1.320): 1.1093
+	  "Terminology cleanup near the term 'CDATA'"
+
+2008-07-23 14:46  mike
+
+	* Overview.html (1.327), Overview.src.html (1.319): 1.1094 1905
+	  "Clarify the bogus comment state"
+
+2008-07-23 14:28  mike
+
+	* Overview.html (1.326), Overview.src.html (1.318): Provide a way
+	  to mutate the DOM into an infoset. (Bug 5808) (credit: hs)
+	  (whatwg r1907)
+
+2008-07-23 11:10  mike
+
+	* Overview.html (1.325), Overview.src.html (1.317), specgen.xsl
+	  (1.37): make some specgen refinements
+
+2008-07-21 21:50  mike
+
+	* Overview.html (1.324), Overview.src.html (1.316): minor
+	  clarification
+
+2008-07-21 21:47  mike
+
+	* Overview.html (1.323), Overview.src.html (1.315): fixed some
+	  minor typos
+
+2008-07-21 21:40  mike
+
+	* Overview.html (1.322), Overview.src.html (1.314): filled out the
+	  "summary" section
+
+2008-07-20 03:45  mike
+
+	* ChangeLog (1.34), VERSION (1.15): checkpointing
+
 2008-07-20 03:44  mike
 
 	* Overview.html (1.321), Overview.src.html (1.313): Posting

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -d -r1.335 -r1.336
--- Overview.html	25 Jul 2008 08:33:06 -0000	1.335
+++ Overview.html	25 Jul 2008 09:48:56 -0000	1.336
@@ -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-25T17:31:43+09:00</b>.</p></div></div>
+          <b>2008-07-25T18:47:07+09:00</b>.</p></div></div>
     <div id="status">
       <h2>Status of this Document</h2>
     <p><em>
@@ -1392,6 +1392,21 @@
         current “Editor’s Draft”.</p></div>
               <p>In this section, the following changes were made:</p>
               <ul>
+                <li>In a part of the algorithm that defines the
+                type of content being embedded, the following
+                statements were added:
+                <blockquote>
+                  <p><q>Otherwise, if the &lt;path&gt; component of
+                    the URL of the specified resource matches a
+                    pattern that a plugin supports, then the
+                    content’s type is the type that that plugin
+                    can handle.</q></p>
+                  <p><q>For example, a plugin might say that it can
+                    handle resources with &lt;path&gt; components that
+                    end with the four character string
+                    “.swf”.</q></p>
+                </blockquote>
+                </li>
                 <li>Extensive revisions were made in this section
                 in order to specify how
                 user agents must handle the case of an

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -d -r1.327 -r1.328
--- Overview.src.html	25 Jul 2008 08:33:06 -0000	1.327
+++ Overview.src.html	25 Jul 2008 09:48:57 -0000	1.328
@@ -621,6 +621,21 @@
               <h2>Section 4.7.4, The embed element</h2>
               <p>In this section, the following changes were made:</p>
               <ul>
+                <li>In a part of the algorithm that defines the
+                type of content being embedded, the following
+                statements were added:
+                <blockquote>
+                  <p><q>Otherwise, if the &lt;path> component of
+                    the URL of the specified resource matches a
+                    pattern that a plugin supports, then the
+                    content’s type is the type that that plugin
+                    can handle.</q></p>
+                  <p><q>For example, a plugin might say that it can
+                    handle resources with &lt;path> components that
+                    end with the four character string
+                    “.swf”.</q></p>
+                </blockquote>
+                </li>
                 <li>Extensive revisions were made in this section
                 in order to specify how
                 user agents must handle the case of an

Received on Friday, 25 July 2008 09:49:36 UTC