[html5] r1715 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 29 05:12:11 PDT 2008
Author: ianh
Date: 2008-05-29 05:12:11 -0700 (Thu, 29 May 2008)
New Revision: 1715
Modified:
index
source
Log:
[e] (0) typos with showNotification() (credit: pt)
Modified: index
===================================================================
--- index 2008-05-29 12:08:19 UTC (rev 1714)
+++ index 2008-05-29 12:12:11 UTC (rev 1715)
@@ -30229,12 +30229,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,
@@ -30291,8 +30291,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>
@@ -30367,7 +30367,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>
Modified: source
===================================================================
--- source 2008-05-29 12:08:19 UTC (rev 1714)
+++ source 2008-05-29 12:12:11 UTC (rev 1715)
@@ -27986,8 +27986,8 @@
can be trusted.</p>
<p>To this end, each <span>origin</span> can be flagged as being a
- <dfn>trusted notification source</dfn>. By default no origin should
- be flagged as such, but user agents may allow users to whitelist
+ <dfn>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 <span title="trusted
notification source">trusted notification sources</span>. Only
origins flagged as trusted in this way are allowed to show
@@ -28049,7 +28049,7 @@
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>
+ application was buried deep inside a minimised window.</p>
</div>
@@ -28131,7 +28131,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
+ identical notifications each time, the user agent could just show
one, with the title "New Mail x3".</p>
</div>
More information about the Commit-Watchers
mailing list