--- a/Overview.html Thu Jun 21 13:34:44 2012 +0200
+++ b/Overview.html Sun Jun 24 08:09:32 2012 +0200
@@ -47,7 +47,7 @@
<!--end-logo-->
<h1>Web Notifications</h1>
-<h2 class="no-num no-toc" id="editor's-draft-21-june-2012">Editor's Draft 21 June 2012</h2>
+<h2 class="no-num no-toc" id="editor's-draft-24-june-2012">Editor's Draft 24 June 2012</h2>
<dl>
<dt>This Version:
@@ -94,7 +94,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 21 June 2012 Editor's Draft of Web Notifications.
+<p>This is the 24 June 2012 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>).
@@ -211,8 +211,9 @@
<h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
-<p>Most terminology used in this specification is from DOM and HTML.
+<p>Most terminology used in this specification is from DOM, IDL, and HTML.
<a href="#refsDOM">[DOM]</a>
+<a href="#refsWEBIDL">[WEBIDL]</a>
<a href="#refsHTML">[HTML]</a>
@@ -462,10 +463,6 @@
"rtl"
};</pre>
-<p class="XXX">Web IDL is
-<a href="http://lists.w3.org/Archives/Public/public-script-coord/2012AprJun/0222.html">not yet updated</a>
-to allow for static attributes.
-
<p>The
<dfn id="dom-notification" title="dom-Notification"><code>Notification(<var title="">title</var>, <var title="">options</var>)</code></dfn>
constructor must run these steps:
@@ -691,6 +688,9 @@
<dt id="refsRFC2119">[RFC2119]
<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="refsWEBIDL">[WEBIDL]
+<dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web IDL</a></cite>, Cameron McCormack. W3C.
+
</dl></div>
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
--- a/Overview.src.html Thu Jun 21 13:34:44 2012 +0200
+++ b/Overview.src.html Sun Jun 24 08:09:32 2012 +0200
@@ -189,8 +189,9 @@
<h2>Terminology</h2>
-<p>Most terminology used in this specification is from DOM and HTML.
+<p>Most terminology used in this specification is from DOM, IDL, and HTML.
<span data-anolis-ref>DOM</span>
+<span data-anolis-ref>WEBIDL</span>
<span data-anolis-ref>HTML</span>
@@ -440,10 +441,6 @@
"rtl"
};</pre>
-<p class=XXX>Web IDL is
-<a href="http://lists.w3.org/Archives/Public/public-script-coord/2012AprJun/0222.html">not yet updated</a>
-to allow for static attributes.
-
<p>The
<dfn title=dom-Notification><code>Notification(<var title>title</var>, <var title>options</var>)</code></dfn>
constructor must run these steps: