Merge editorial/bugfix changes in WHATWG commit 6896a25, but not the entangled Promises changes.
authorEdward O'Connor <eoconnor@apple.com>
Wed, 30 Apr 2014 14:29:01 -0700
changeset 36 41c928b92c07
parent 35 baec5d686215
child 37 d0c65054fdec
Merge editorial/bugfix changes in WHATWG commit 6896a25, but not the entangled Promises changes.
Overview.src.html
--- a/Overview.src.html	Wed Apr 30 13:44:55 2014 -0700
+++ b/Overview.src.html	Wed Apr 30 14:29:01 2014 -0700
@@ -474,6 +474,7 @@
   attribute <span data-anolis-spec=html>EventHandler</span> <span title=handler-onerror>onerror</span>;
   attribute <span data-anolis-spec=html>EventHandler</span> <span title=handler-onclose>onclose</span>;
 
+  readonly attribute DOMString <span title=dom-Notification-title>title</span>;
   readonly attribute <span>NotificationDirection</span> <span title=dom-Notification-dir>dir</span>;
   readonly attribute DOMString <span title=dom-Notification-dir>lang</span>;
   readonly attribute DOMString <span title=dom-Notification-dir>body</span>;
@@ -615,6 +616,9 @@
 must run the <span>close steps</span> for the
 <span title=concept-notification>notification</span>.
 
+<p>The <dfn title=dom-Notification-title><code>title</code></dfn> attribute must return the
+<span title=concept-notification>notification</span>'s <span>title</span>.
+
 <p>The <dfn title=dom-Notification-dir><code>dir</code></dfn> attribute must return the
 <span title=concept-notification>notification</span>'s <span>direction</span>.
 
@@ -735,6 +739,7 @@
 James Graham,
 Jon Lee,
 Jonas Sicking,
+Michael Henretty,
 Olli Pettay, and
 Simon Pieters
 for being awesome.