html5/pubnotes Overview.html,1.332,1.333 Overview.src.html,1.324,1.325

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
1.1120 Support <embed> with no src=''


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -d -r1.332 -r1.333
--- Overview.html	23 Jul 2008 14:55:27 -0000	1.332
+++ Overview.html	24 Jul 2008 10:03:09 -0000	1.333
@@ -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>23 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>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">
                 var id = "$Id$";
                 var a = document.getElementById('cvsVersionLink');
                 var xs = id.match(/ ([0-9]\.[0-9.]+) /);
@@ -28,7 +28,7 @@
     <div id="abstract">
       <h2>Abstract</h2>
       <p>This document provides summaries and details about
-      changes made between successive drafts of the <a href="http://www.w3.org/TR/2008/WD-html5-20080610/">HTML 5
+      changes made between successive W3C drafts of the <a href="http://www.w3.org/TR/2008/WD-html5-20080610/">HTML 5
         specification</a> <a href="#html5">[HTML5]</a>.
         It documents substantive changes only, and omits editorial
         changes. It’s intended to be readable as a “standalone”
@@ -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-23T23:54:44+09:00</b>.</p></div></div>
+          <b>2008-07-24T18:23:16+09:00</b>.</p></div></div>
     <div id="status">
       <h2>Status of this Document</h2>
     <p><em>
@@ -46,14 +46,14 @@
         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 23 July 2008 <b>Editor’s Draft</b> of 
+        This document is the 24 July 2008 <b>Editor’s Draft</b> of 
         <cite>HTML 5 Publication Notes</cite>.
       
       Please send comments about this document to
       <a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a>
       (<a href="http://lists.w3.org/Archives/Public/public-html-comments">archived</a>).
     </p><p>
-      This document was produced by the <a href="http://www.w3.org/html/wg">HTML Working Group</a>.
+      This document was produced by the <a href="http://www.w3.org/html/wg">W3C HTML Working Group</a>.
       
       You can find the source for the current version of this document in the
       <a href="http://dev.w3.org/html5/pubnotes/Overview.html">group’s source repository</a>.
@@ -589,6 +589,14 @@
         draft. For more detailed descriptions of the changes, see
         the sections in this document that follow this one.</p>
         <ul>
+          <li>A new
+          <code class="element">bb</code>
+          element
+          was added. It represents a user-agent command that
+          the user can invoke, and for which in some cases a
+          user agent may display a <strong>browser
+            button</strong> (a user-agent-defined icon or
+          user-agent-defined text).</li>
           <li>A new <a href="http://www.w3.org/TR/html5/single-page/#channel0">channel messaging</a> feature was added. It defines
           the
           <code>MessageChannel</code>
@@ -1379,6 +1387,13 @@
         current “Editor’s Draft”.</p></div>
               <p>In this section, the following changes were made:</p>
               <ul>
+                <li>Extensive revisions were made in this section
+                in order to specify how
+                user agents must handle the case of an
+                <code class="element">embed</code> element
+                without a
+                <code class="htmlattribute">src</code>
+                attribute.</li>
                 <li>In statements related to behavior when the
                 <code class="domattribute">src</code>
                 attribute

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -d -r1.324 -r1.325
--- Overview.src.html	23 Jul 2008 14:55:27 -0000	1.324
+++ Overview.src.html	24 Jul 2008 10:03:09 -0000	1.325
@@ -34,13 +34,13 @@
         <div class=person>
           <span class=name>Michael(tm) Smith</span>
           <span class="homepage url">http://people.w3.org/mike</span>
-          <span class=affiliation>W3C</span>
+          <span class=affiliation>W3C</span>,
           <span class=email>mike@w3.org</span>
         </div>
       </div>
       <div id=groupinfo>
         <div id=group-url class=url>http://www.w3.org/html/wg</div>
-        <div id=group-name class=name>HTML Working Group</div>
+        <div id=group-name class=name>W3C HTML Working Group</div>
         <div id=w3c-ipp class=url>http://www.w3.org/2004/01/pp-impl/40318/status</div>
         <div id=comments-address class=email>public-html-comments@w3.org</div>
         <div id=comments-archive class=url>http://lists.w3.org/Archives/Public/public-html-comments</div>
@@ -50,7 +50,7 @@
     <section id=abstract>
       <h2>Abstract</h2>
       <p>This document provides summaries and details about
-      changes made between successive drafts of the <a
+      changes made between successive W3C drafts of the <a
         href="http://www.w3.org/TR/2008/WD-html5-20080610/">HTML 5
         specification</a> <a href="#html5">[HTML5]</a>.
         It documents substantive changes only, and omits editorial
@@ -74,6 +74,14 @@
         draft. For more detailed descriptions of the changes, see
         the sections in this document that follow this one.</p>
         <ul>
+          <li>A new
+          <code class=element>bb</code>
+          element
+          was added. It represents a user-agent command that
+          the user can invoke, and for which in some cases a
+          user agent may display a <strong>browser
+            button</strong> (a user-agent-defined icon or
+          user-agent-defined text).</li>
           <li>A new <a
           href=http://www.w3.org/TR/html5/single-page/#channel0
           >channel messaging</a> feature was added. It defines
@@ -610,6 +618,13 @@
               <h2>Section 4.7.4, The embed element</h2>
               <p>In this section, the following changes were made:</p>
               <ul>
+                <li>Extensive revisions were made in this section
+                in order to specify how
+                user agents must handle the case of an
+                <code class=element>embed</code> element
+                without a
+                <code class=htmlattribute>src</code>
+                attribute.</li>
                 <li>In statements related to behavior when the
                 <code class=domattribute>src</code>
                 attribute

Received on Thursday, 24 July 2008 10:03:47 UTC