Merge editorial/bugfix changes in WHATWG commit 6896a25, but not the entangled Promises changes.
--- 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.