Skip to content

Commit

Permalink
[e] (0) typos with showNotification() (credit: pt)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1715 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 29, 2008
1 parent ae6d365 commit 2a0e8a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions index
Expand Up @@ -30229,12 +30229,12 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
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,
Expand Down Expand Up @@ -30291,8 +30291,8 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
<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>
Expand Down Expand Up @@ -30367,7 +30367,7 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
<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>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -27986,8 +27986,8 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
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
Expand Down Expand Up @@ -28049,7 +28049,7 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
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>

Expand Down Expand Up @@ -28131,7 +28131,7 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
<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>
Expand Down

0 comments on commit 2a0e8a3

Please sign in to comment.