- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Jun 2008 10:35:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv5830
Modified Files:
Overview.html Overview.src.html
Log Message:
r1.901 "showNotification() -- first draft. (whatwg r1714)"
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- Overview.html 5 Jun 2008 10:33:12 -0000 1.225
+++ Overview.html 6 Jun 2008 10:35:39 -0000 1.226
@@ -2372,9 +2372,15 @@
unchanged, to become the “Simple dialogs”
subsection.</li>
<li>A new “Dialogs implemented using separate
- documents” subsection was added. This section defines
+ documents” subsection was added. That subsection defines
how user agents must behave when the <code class="method">showModalDialog()</code> method is
invoked.</li>
+ <li>A new “Notifications” subsection was added. That
+ subsection concerns <q>short, transient messages that
+ bring the user’s attention to new information, or
+ remind the user of scheduled events</q>, and defines
+ a new <code class="method">showNotification()</code>
+ method.</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.219
retrieving revision 1.220
diff -u -d -r1.219 -r1.220
--- Overview.src.html 5 Jun 2008 10:33:12 -0000 1.219
+++ Overview.src.html 6 Jun 2008 10:35:39 -0000 1.220
@@ -2395,10 +2395,16 @@
unchanged, to become the “Simple dialogs”
subsection.</li>
<li>A new “Dialogs implemented using separate
- documents” subsection was added. This section defines
+ documents” subsection was added. That subsection defines
how user agents must behave when the <code
class=method>showModalDialog()</code> method is
invoked.</li>
+ <li>A new “Notifications” subsection was added. That
+ subsection concerns <q>short, transient messages that
+ bring the user’s attention to new information, or
+ remind the user of scheduled events</q>, and defines
+ a new <code class=method>showNotification()</code>
+ method.</li>
</ul>
</section>
<section id=browserstate>
Received on Friday, 6 June 2008 10:36:14 UTC