- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 Sep 2012 12:47:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv20989
Modified Files:
Overview.html Overview.src.html
Log Message:
mention Window
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- Overview.html 14 Sep 2012 12:43:02 -0000 1.188
+++ Overview.html 14 Sep 2012 12:47:29 -0000 1.189
@@ -2010,7 +2010,8 @@
<li><p>An API for printing the document (<code class="external" title="dom-print"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#dom-print">print()</a></code>).
<li><p>An API for handling search providers (<code class="external" title="dom-external-addsearchprovider"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#dom-external-addsearchprovider">AddSearchProvider()</a></code> and <code class="external" title="dom-external-issearchproviderinstalled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#dom-external-issearchproviderinstalled">IsSearchProviderInstalled()</a></code>).
-
+
+ <li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object has been defined.
</ul>
<p>WHATWG HTML has further APIs that are not in HTML5 but are separate specifications at the W3C:
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- Overview.src.html 14 Sep 2012 12:43:02 -0000 1.202
+++ Overview.src.html 14 Sep 2012 12:47:30 -0000 1.203
@@ -2068,7 +2068,8 @@
title=dom-external-addsearchprovider>AddSearchProvider()</code> and <code
data-anolis-spec=html
title=dom-external-issearchproviderinstalled>IsSearchProviderInstalled()</code>).
-
+
+ <li><p>The <code data-anolis-spec=html>Window</code> object has been defined.
</ul>
<p>WHATWG HTML has further APIs that are not in HTML5 but are separate specifications at the W3C:
Received on Friday, 14 September 2012 12:47:51 UTC