Merge WHATWG change which clarifies that some platforms provide an notification activation feature.
authorEdward O'Connor <eoconnor@apple.com>
Wed, 16 Apr 2014 16:19:50 -0700
changeset 34 c0cf2410619b
parent 33 2b5a13fe9272
child 35 baec5d686215
Merge WHATWG change which clarifies that some platforms provide an notification activation feature.
Overview.src.html
--- a/Overview.src.html	Thu Aug 15 15:23:15 2013 -0700
+++ b/Overview.src.html	Wed Apr 16 16:19:50 2014 -0700
@@ -324,6 +324,18 @@
  <span>list of pending notifications</span>.
 </ol>
 
+<h3>Activating a notification</h3>
+
+<p>When a <span title=concept-notification>notification</span>
+<var title>notification</var> is activated by the user, assuming the underlying
+notifications platform supports activation, the user agent must, for each
+<code>Notification</code> object representing <var title>notification</var>,
+<span data-anolis-spec=html>queue a task</span> to
+<span data-anolis-spec=dom title=concept-event-fire>fire an event</span>
+named <code title>click</code> on the <code>Notification</code> object.
+
+<p class=note>Throughout the web platform "activate" is intentionally misnamed as "click".
+
 <h3>Closing a notification</h3>
 
 <p>When a <span title=concept-notification>notification</span> is closed,
@@ -718,6 +730,7 @@
 Drew Wilson,
 Jake Archibald,
 Edward O'Connor,
+Frederick Hirsch,
 Ian Hickson,
 James Graham,
 Jon Lee,