- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 May 2008 12:12:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15259
Modified Files:
Overview.html
Log Message:
typos with showNotification() (credit: pt) (whatwg r1715)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.901
retrieving revision 1.902
diff -u -d -r1.901 -r1.902
--- Overview.html 29 May 2008 12:08:24 -0000 1.901
+++ Overview.html 29 May 2008 12:12:14 -0000 1.902
@@ -30313,12 +30313,12 @@
trusted.
<p>To this end, each <a href="#origin0">origin</a> can be flagged as being
- a <dfn id=trusted>trusted notification source</dfn>. By default no origin
- should be flagged as such, but user agents may allow users to whitelist
- origins or groups of origins as being <a href="#trusted" title="trusted
- notification source">trusted notification sources</a>. Only origins
- flagged as trusted in this way are allowed to show notification UI outside
- of their tab.
+ a <dfn id=trusted>trusted notification source</dfn>. By default origins
+ should not be flagged as such, but user agents may allow users to
+ whitelist origins or groups of origins as being <a href="#trusted"
+ title="trusted notification source">trusted notification sources</a>. Only
+ origins flagged as trusted in this way are allowed to show notification UI
+ outside of their tab.
<p class=example>For example, a user agent could allow a user to mark all
subdomains and ports of example.org as trusted notification sources. Then,
@@ -30375,8 +30375,8 @@
<p>The notification, in this case, would have a button on it to let the
user indicate that he trusts the site. If the user clicked this button,
the next notification would use the system-wide notification system,
- appearing even if the tab for the mail application was burried deep
- inside a minimised window.</p>
+ appearing even if the tab for the mail application was buried deep inside
+ a minimised window.</p>
</div>
<div class=example>
@@ -30451,7 +30451,7 @@
<p>For instance, if a user has his mail application open in three windows,
and thus the same "New Mail" notification is fired three times each time
a mail is received, instead of displaying three identical notifications
- each time, the user agent could just shown one, with the title "New Mail
+ each time, the user agent could just show one, with the title "New Mail
x3".</p>
</div>
Received on Thursday, 29 May 2008 12:12:53 UTC