Regenerate Overview.html
authorEdward O'Connor <eoconnor@apple.com>
Thu, 15 Aug 2013 15:23:15 -0700
changeset 33 2b5a13fe9272
parent 32 498b5397ed3f
child 34 c0cf2410619b
Regenerate Overview.html
Overview.html
--- a/Overview.html	Thu Aug 15 15:21:23 2013 -0700
+++ b/Overview.html	Thu Aug 15 15:23:15 2013 -0700
@@ -47,7 +47,7 @@
 <!--end-logo-->
 
 <h1>Web Notifications</h1>
-<h2 class="no-num no-toc" id="editor's-draft-24-may-2013">Editor's Draft 24 May 2013</h2>
+<h2 class="no-num no-toc" id="editor's-draft-15-august-2013">Editor's Draft 15 August 2013</h2>
 
 <dl>
  <dt>This Version:
@@ -96,7 +96,7 @@
 found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
 at http://www.w3.org/TR/.</em>
 
-<p>This is the 24 May 2013 Editor's Draft of Web Notifications.
+<p>This is the 15 August 2013 Editor's Draft of Web Notifications.
 Please send comments to
 <a href="mailto:public-web-notification@w3.org">public-web-notification@w3.org</a>
 (<a href="http://lists.w3.org/Archives/Public/public-web-notification/">archived</a>).
@@ -189,14 +189,12 @@
 platform-independent. Since the common platforms do not provide the same
 functionality, this spec will indicate what events are guaranteed and
 which are not. In particular, notifications as specified here only can
-contain text and icon content. In the future, notifications generated from
-web content may wish to contain web content themselves, but that is outside
-the scope of this document.
+contain text and icon content.
 
 <p>In general, the event model for notifications is best-effort; while the
 <code><a href="#notification">Notification</a></code> object offers a <code title="">click</code> event,
 applications may enhance their functionality by listening for that event,
-but <em>must not depend on receiving it</em>, in case the underlying
+but cannot depend on receiving it, in case the underlying
 notification platform does not provide that capability.
 
 
@@ -550,13 +548,12 @@
  <var title="">notification</var>'s <a href="#tag">tag</a> to <code title="">tag</code>.
 
  <li><p>If <var title="">options</var>'s <code title="">icon</code> is present,
- <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#resolve-a-url" title="resolve a URL">resolve</a>
- <code title="">icon</code> against the
+ <a class="external" href="http://url.spec.whatwg.org/#concept-url-parser" title="concept-url-parser">parse</a>
+ <code title="">icon</code> using the
  <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#entry-script">entry script</a>'s
  <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#script's-base-url" title="script's base URL">base URL</a>, and
- if that does not fail, set
- <var title="">notification</var>'s <a href="#icon-url">icon URL</a> to the resulting
- <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#absolute-url">absolute URL</a>. (Otherwise
+ if that does not return failure, set
+ <var title="">notification</var>'s <a href="#icon-url">icon URL</a> to the return value. (Otherwise
  <a href="#icon-url">icon URL</a> is not set.)
 
  <li><p>Return <var title="">notification</var>, but continue running these
@@ -645,7 +642,7 @@
 
 <p>The <dfn id="dom-notification-icon" title="dom-Notification-icon"><code>icon</code></dfn> attribute must return the
 <a href="#concept-notification" title="concept-notification">notification</a>'s <a href="#icon-url">icon URL</a>,
-<a class="external" data-anolis-spec="url" href="http://url.spec.whatwg.org/#concept-url-serializer" title="concept-url-serializer">serialized</a>, and the
+<a class="external" href="http://url.spec.whatwg.org/#concept-url-serializer" title="concept-url-serializer">serialized</a>, and the
 empty string otherwise.
 
 
@@ -746,7 +743,7 @@
 <dd><cite><a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a></cite>, Scott Bradner. IETF.
 
 <dt id="refsURL">[URL]
-<dd><cite><a href="http://url.spec.whatwg.org/">URL</a></cite>, Anne van Kesteren. WHATWG.
+<dd><cite><a href="http://url.spec.whatwg.org/">URL Standard</a></cite>, Anne van Kesteren. WHATWG.
 
 <dt id="refsWEBIDL">[WEBIDL]
 <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web IDL</a></cite>, Cameron McCormack. W3C.