- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Jun 2008 08:30:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences In directory hutz:/tmp/cvs-serv7862 Modified Files: Overview.html Overview.src.html Log Message: add notification API stuff I wrote earlier Index: Overview.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- Overview.html 29 May 2008 09:53:35 -0000 1.45 +++ Overview.html 5 Jun 2008 08:30:34 -0000 1.46 @@ -20,13 +20,13 @@ <h1 id=html5-diff>HTML 5 differences from HTML 4</h1> - <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 29 May 2008</h2> + <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 5 June 2008</h2> <dl> <dt>This Version: <dd><a - href="http://www.w3.org/TR/2008/ED-html5-diff-20080529/">http://www.w3.org/TR/2008/ED-html5-diff-20080529/</a> + href="http://www.w3.org/TR/2008/ED-html5-diff-20080605/">http://www.w3.org/TR/2008/ED-html5-diff-20080605/</a> <dt>Latest Version: @@ -1052,6 +1052,9 @@ <li>Server-sent events in combination with the new <code>event-source</code> element. + + <li>Notification API to alert the user to new information, such as new + e-mail messages in an e-mail application. </ul> <h3 id=htmldocument-extensions><span class=secno>4.1 </span>Extensions to @@ -1209,6 +1212,9 @@ <li>The <code>ruby</code>, <code>rt</code> and <code>rp</code> elements have been added to support ruby annotation. + + <li>A <code>showNotification()</code> method has been added to show + notification messages to the user. </ul> <h2 class=no-num id=acknowledgments>Acknowledgments</h2> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- Overview.src.html 29 May 2008 09:53:35 -0000 1.24 +++ Overview.src.html 5 Jun 2008 08:30:34 -0000 1.25 @@ -949,6 +949,9 @@ <li>Server-sent events in combination with the new <code>event-source</code> element.</li> + + <li>Notification API to alert the user to new information, such as new + e-mail messages in an e-mail application. </ul> @@ -1077,6 +1080,8 @@ functionality. <li>The <code>ruby</code>, <code>rt</code> and <code>rp</code> elements have been added to support ruby annotation. + <li>A <code>showNotification()</code> method has been added to show + notification messages to the user. </ul>
Received on Thursday, 5 June 2008 08:39:58 UTC