html5/pubnotes ChangeLog,1.5,1.6 Overview.html,1.230,1.231 Overview.src.html,1.224,1.225

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

Modified Files:
	ChangeLog Overview.html Overview.src.html 
Log Message:
r1.912 "onbeforeprint and onafterprint (whatwg r1724)"


Index: ChangeLog
===================================================================
RCS file: /sources/public/html5/pubnotes/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ChangeLog	7 Jun 2008 07:10:21 -0000	1.5
+++ ChangeLog	9 Jun 2008 04:59:44 -0000	1.6
@@ -1,3 +1,9 @@
+2008-06-07 16:10  mike
+
+	* ChangeLog (1.5), Overview.html (1.230), Overview.src.html
+	  (1.224): r1.910 "Make <map name=''> the preferred way of doing
+	  things.  (whatwg r1722)"
+
 2008-06-07 04:45  mike
 
 	* ChangeLog (1.4), Overview.html (1.229), Overview.src.html

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -d -r1.230 -r1.231
--- Overview.html	7 Jun 2008 07:10:21 -0000	1.230
+++ Overview.html	9 Jun 2008 04:59:44 -0000	1.231
@@ -13,7 +13,7 @@
     <link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css" />
   </head><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>6 June 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript">
+        Editor’s Draft <em>7 June 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript">
                 var id = "$Id$";
                 var a = document.getElementById('cvsVersionLink');
                 var xs = id.match(/ ([0-9]\.[0-9.]+) /);
@@ -44,7 +44,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 6 June 2008 <b>Editor’s Draft</b> of 
+        This document is the 7 June 2008 <b>Editor’s Draft</b> of 
         <cite>HTML 5 Publication Notes</cite>.
       
       Please send comments about this document to
@@ -2428,6 +2428,14 @@
               remind the user of scheduled events</q>, and defines
             a new <code class="method">showNotification()</code>
             method.</li>
+            <li>A new “Printing” subsection was added. It defines
+            steps that take place when the
+            <code class="method">print()</code>
+            method is invoked, including steps related to the
+            <code class="event">beforeprint</code>
+            and 
+            <code class="event">afterprint</code>
+            events</li>
           </ul>
         </div>
         <div id="browserstate" class="section">

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- Overview.src.html	7 Jun 2008 07:10:22 -0000	1.224
+++ Overview.src.html	9 Jun 2008 04:59:44 -0000	1.225
@@ -2452,6 +2452,14 @@
               remind the user of scheduled events</q>, and defines
             a new <code class=method>showNotification()</code>
             method.</li>
+            <li>A new “Printing” subsection was added. It defines
+            steps that take place when the
+            <code class=method>print()</code>
+            method is invoked, including steps related to the
+            <code class=event>beforeprint</code>
+            and 
+            <code class=event>afterprint</code>
+            events</li>
           </ul>
         </section>
         <section id=browserstate>

Received on Monday, 9 June 2008 05:00:22 UTC