- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Jul 2011 19:57:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv19754
Modified Files:
Overview.html dom.html offline.html spec.html
spec.preprocessed.html system-state-and-capabilities.html
timers.html webappapis.html
Log Message:
Update the IDL blocks to use 'partial' instead of [Supplemental] where possible. (whatwg r6315)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1505
retrieving revision 1.1506
diff -u -d -r1.1505 -r1.1506
--- Overview.html 20 Jul 2011 01:57:33 -0000 1.1505
+++ Overview.html 20 Jul 2011 19:57:44 -0000 1.1506
@@ -359,7 +359,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5045.</p>
+ This is revision 1.5046.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.1132
retrieving revision 1.1133
diff -u -d -r1.1132 -r1.1133
--- offline.html 14 Jul 2011 23:57:42 -0000 1.1132
+++ offline.html 20 Jul 2011 19:57:45 -0000 1.1133
@@ -767,7 +767,7 @@
host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a> is marked as <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-obsolete" title='Read about this "obsolete" reference in the full HTML5 spec.'>obsolete</a>.</dd>
- </dl><h4 id="browser-state"><span class="secno">5.6.4 </span>Browser state</h4><pre class="idl">[Supplemental, NoInterfaceObject]
+ </dl><h4 id="browser-state"><span class="secno">5.6.4 </span>Browser state</h4><pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="navigatoronline" role="button" tabindex="0">NavigatorOnLine</dfn> {
readonly attribute boolean <a href="#dom-navigator-online" title="dom-navigator-onLine">onLine</a>;
};</pre><dl class="domintro"><dt><var title="">window</var> . <code id="dom-navigator" title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code id="dom-navigator-online" title="dom-navigator-onLine"><a href="#dom-navigator-online">onLine</a></code></dt>
Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/webappapis.html,v
retrieving revision 1.555
retrieving revision 1.556
diff -u -d -r1.555 -r1.556
--- webappapis.html 14 Jul 2011 23:57:48 -0000 1.555
+++ webappapis.html 20 Jul 2011 19:57:49 -0000 1.556
@@ -504,7 +504,7 @@
<tr><td><dfn aria-haspopup="true" id="handler-window-onunload" role="button" tabindex="0"><code>onunload</code></dfn> <td> <code title="event-unload">unload</code>
</table><p class="note">The <code title="handler-window-onerror"><a href="#handler-window-onerror" id="onerror_4">onerror</a></code>
handler is also used for <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#runtime-script-errors" title='Read about this "reporting script errors" reference in the full HTML5 spec.'>reporting script errors</a>.<h3 id="atob"><span class="secno">6.2 </span>Base64 utility methods</h3><p>The <code title="dom-windowbase64-atob"><a href="#dom-windowbase64-atob">atob()</a></code> and <code title="dom-windowbase64-btoa"><a href="#dom-windowbase64-btoa">btoa()</a></code> methods allow authors to
- transform content to and from the base64 encoding.<pre class="idl">[Supplemental, NoInterfaceObject]
+ transform content to and from the base64 encoding.<pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="windowbase64" role="button" tabindex="0">WindowBase64</dfn> {
DOMString <a href="#dom-windowbase64-btoa" title="dom-windowbase64-btoa">btoa</a>(in DOMString btoa);
DOMString <a href="#dom-windowbase64-atob" title="dom-windowbase64-atob">atob</a>(in DOMString atob);
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1635
retrieving revision 1.1636
diff -u -d -r1.1635 -r1.1636
--- spec.html 20 Jul 2011 01:57:37 -0000 1.1635
+++ spec.html 20 Jul 2011 19:57:45 -0000 1.1636
@@ -360,7 +360,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5045.</p>
+ This is revision 1.5046.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -3408,7 +3408,7 @@
attribute.</p><h4 id="creating-documents"><span class="secno">3.1.5 </span>Creating documents</h4><p><a href="#xml-documents" id="xml-documents_1">XML documents</a> can be created from script using the
<code title="dom-DOMImplementation-createDocument"><a href="http://dev.w3.org/html5/spec/infrastructure.html#dom-domimplementation-createdocument" class="full-spec-link" title='Read about this "createDocument()" reference in the full HTML5 spec.'>createDocument()</a></code>
method on the <code><a href="http://dev.w3.org/html5/spec/infrastructure.html#domimplementation" class="full-spec-link" title='Read about this "DOMImplementation" reference in the full HTML5 spec.'>DOMImplementation</a></code> interface.</p><p><a href="#html-documents" id="html-documents_3">HTML documents</a> can be created using the <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code>
- method:</p><pre class="idl">[Supplemental, NoInterfaceObject]
+ method:</p><pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="domhtmlimplementation" role="button" tabindex="0">DOMHTMLImplementation</dfn> {
<a href="#document" id="document_40">Document</a> <a href="#dom-domhtmlimplementation-createhtmldocument" title="dom-DOMHTMLImplementation-createHTMLDocument">createHTMLDocument</a>(in DOMString title);
};
@@ -23767,7 +23767,7 @@
host</a> is associated with an <a href="http://dev.w3.org/html5/spec/offline.html#application-cache" class="full-spec-link" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
whose <a href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" class="full-spec-link" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a> is marked as <a href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-obsolete" title='Read about this "obsolete" reference in the full HTML5 spec.' class="full-spec-link">obsolete</a>.</p></dd>
- </dl><h4 id="browser-state"><span class="secno">5.6.4 </span>Browser state</h4><pre class="idl">[Supplemental, NoInterfaceObject]
+ </dl><h4 id="browser-state"><span class="secno">5.6.4 </span>Browser state</h4><pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="navigatoronline" role="button" tabindex="0">NavigatorOnLine</dfn> {
readonly attribute boolean <a href="#dom-navigator-online" title="dom-navigator-onLine">onLine</a>;
};</pre><dl class="domintro"><dt><var title="">window</var> . <code id="dom-navigator" title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code id="dom-navigator-online" title="dom-navigator-onLine"><a href="#dom-navigator-online">onLine</a></code></dt>
@@ -23959,7 +23959,7 @@
</td></tr><tr><td><dfn aria-haspopup="true" id="handler-window-onunload" role="button" tabindex="0"><code>onunload</code></dfn> </td><td> <code title="event-unload">unload</code>
</td></tr></tbody></table><p class="note">The <code title="handler-window-onerror"><a href="#handler-window-onerror" id="onerror_4">onerror</a></code>
handler is also used for <a href="http://dev.w3.org/html5/spec/webappapis.html#runtime-script-errors" class="full-spec-link" title='Read about this "reporting script errors" reference in the full HTML5 spec.'>reporting script errors</a>.</p><h3 id="atob"><span class="secno">6.2 </span>Base64 utility methods</h3><p>The <code title="dom-windowbase64-atob"><a href="#dom-windowbase64-atob">atob()</a></code> and <code title="dom-windowbase64-btoa"><a href="#dom-windowbase64-btoa">btoa()</a></code> methods allow authors to
- transform content to and from the base64 encoding.</p><pre class="idl">[Supplemental, NoInterfaceObject]
+ transform content to and from the base64 encoding.</p><pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="windowbase64" role="button" tabindex="0">WindowBase64</dfn> {
DOMString <a href="#dom-windowbase64-btoa" title="dom-windowbase64-btoa">btoa</a>(in DOMString btoa);
DOMString <a href="#dom-windowbase64-atob" title="dom-windowbase64-atob">atob</a>(in DOMString atob);
@@ -24003,7 +24003,7 @@
removed before <code title="dom-windowbase64-atob"><a href="#dom-windowbase64-atob">atob()</a></code> is
used for decoding.</p><h3 id="timers"><span class="secno">6.3 </span>Timers</h3><p>The <code title="dom-windowtimers-setTimeout"><a href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-settimeout" class="full-spec-link" title='Read about this "setTimeout()" reference in the full HTML5 spec.'>setTimeout()</a></code>
and <code title="dom-windowtimers-setInterval"><a href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-setinterval" class="full-spec-link" title='Read about this "setInterval()" reference in the full HTML5 spec.'>setInterval()</a></code>
- methods allow authors to schedule timer-based callbacks.</p><pre class="idl">[Supplemental, NoInterfaceObject]
+ methods allow authors to schedule timer-based callbacks.</p><pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="windowtimers" role="button" tabindex="0">WindowTimers</dfn> {
long <a href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-settimeout" title='Read about this "setTimeout" reference in the full HTML5 spec.' class="full-spec-link">setTimeout</a>(in any handler, in optional any timeout, in any... args);
void <a href="#dom-windowtimers-cleartimeout" title="dom-windowtimers-clearTimeout">clearTimeout</a>(in long handle);
@@ -24154,7 +24154,7 @@
<a href="#navigator" id="navigator_2">Navigator</a> implements <a href="#navigatorid" id="navigatorid_0">NavigatorID</a>;
<a href="#navigator" id="navigator_3">Navigator</a> implements <a href="#navigatoronline" id="navigatoronline_0">NavigatorOnLine</a>;
<a href="#navigator" id="navigator_4">Navigator</a> implements <a href="#navigatorcontentutils" id="navigatorcontentutils_0">NavigatorContentUtils</a>;
-<a href="#navigator" id="navigator_5">Navigator</a> implements <a href="#navigatorstorageutils" id="navigatorstorageutils_0">NavigatorStorageUtils</a>;</pre><h5 id="client-identification"><span class="secno">6.5.1.1 </span>Client identification</h5><pre class="idl">[Supplemental, NoInterfaceObject]
+<a href="#navigator" id="navigator_5">Navigator</a> implements <a href="#navigatorstorageutils" id="navigatorstorageutils_0">NavigatorStorageUtils</a>;</pre><h5 id="client-identification"><span class="secno">6.5.1.1 </span>Client identification</h5><pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="navigatorid" role="button" tabindex="0">NavigatorID</dfn> { readonly attribute DOMString <a href="#dom-navigator-appname" title="dom-navigator-appName">appName</a>;
readonly attribute DOMString <a href="#dom-navigator-appversion" title="dom-navigator-appVersion">appVersion</a>;
readonly attribute DOMString <a href="#dom-navigator-platform" title="dom-navigator-platform">platform</a>;
@@ -24185,7 +24185,7 @@
<p>Returns the complete User-Agent header.</p>
</dd>
- </dl><h5 id="custom-handlers"><span class="secno">6.5.1.2 </span>Custom scheme and content handlers</h5><pre class="idl">[Supplemental, NoInterfaceObject]
+ </dl><h5 id="custom-handlers"><span class="secno">6.5.1.2 </span>Custom scheme and content handlers</h5><pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="navigatorcontentutils" role="button" tabindex="0">NavigatorContentUtils</dfn> {
// content handler registration
void <a href="#dom-navigator-registerprotocolhandler" id="dom-navigator-registerprotocolhandler_0" title="dom-navigator-registerProtocolHandler">registerProtocolHandler</a>(in DOMString scheme, in DOMString url, in DOMString title);
@@ -24223,7 +24223,7 @@
</dd>
- </dl><h5 id="manually-releasing-the-storage-mutex"><span class="secno">6.5.1.3 </span>Manually releasing the storage mutex</h5><pre class="idl">[Supplemental, NoInterfaceObject]
+ </dl><h5 id="manually-releasing-the-storage-mutex"><span class="secno">6.5.1.3 </span>Manually releasing the storage mutex</h5><pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="navigatorstorageutils" role="button" tabindex="0">NavigatorStorageUtils</dfn> {
void <a href="#dom-navigator-yieldforstorageupdates" title="dom-navigator-yieldForStorageUpdates">yieldForStorageUpdates</a>();
};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code id="dom-navigator-yieldforstorageupdates" title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">yieldForStorageUpdates</a></code>()</dt>
Index: system-state-and-capabilities.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/system-state-and-capabilities.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- system-state-and-capabilities.html 15 Jul 2011 20:58:18 -0000 1.4
+++ system-state-and-capabilities.html 20 Jul 2011 19:57:49 -0000 1.5
@@ -354,7 +354,7 @@
<a href="#navigator" id="navigator_2">Navigator</a> implements <a href="#navigatorid" id="navigatorid_0">NavigatorID</a>;
<a href="#navigator" id="navigator_3">Navigator</a> implements <a href="offline.html#navigatoronline" id="navigatoronline_0">NavigatorOnLine</a>;
<a href="#navigator" id="navigator_4">Navigator</a> implements <a href="#navigatorcontentutils" id="navigatorcontentutils_0">NavigatorContentUtils</a>;
-<a href="#navigator" id="navigator_5">Navigator</a> implements <a href="#navigatorstorageutils" id="navigatorstorageutils_0">NavigatorStorageUtils</a>;</pre><h5 id="client-identification"><span class="secno">6.5.1.1 </span>Client identification</h5><pre class="idl">[Supplemental, NoInterfaceObject]
+<a href="#navigator" id="navigator_5">Navigator</a> implements <a href="#navigatorstorageutils" id="navigatorstorageutils_0">NavigatorStorageUtils</a>;</pre><h5 id="client-identification"><span class="secno">6.5.1.1 </span>Client identification</h5><pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="navigatorid" role="button" tabindex="0">NavigatorID</dfn> { readonly attribute DOMString <a href="#dom-navigator-appname" title="dom-navigator-appName">appName</a>;
readonly attribute DOMString <a href="#dom-navigator-appversion" title="dom-navigator-appVersion">appVersion</a>;
readonly attribute DOMString <a href="#dom-navigator-platform" title="dom-navigator-platform">platform</a>;
@@ -385,7 +385,7 @@
<p>Returns the complete User-Agent header.</p>
</dd>
- </dl><h5 id="custom-handlers"><span class="secno">6.5.1.2 </span>Custom scheme and content handlers</h5><pre class="idl">[Supplemental, NoInterfaceObject]
+ </dl><h5 id="custom-handlers"><span class="secno">6.5.1.2 </span>Custom scheme and content handlers</h5><pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="navigatorcontentutils" role="button" tabindex="0">NavigatorContentUtils</dfn> {
// content handler registration
void <a href="#dom-navigator-registerprotocolhandler" id="dom-navigator-registerprotocolhandler_0" title="dom-navigator-registerProtocolHandler">registerProtocolHandler</a>(in DOMString scheme, in DOMString url, in DOMString title);
@@ -423,7 +423,7 @@
</dd>
- </dl><h5 id="manually-releasing-the-storage-mutex"><span class="secno">6.5.1.3 </span>Manually releasing the storage mutex</h5><pre class="idl">[Supplemental, NoInterfaceObject]
+ </dl><h5 id="manually-releasing-the-storage-mutex"><span class="secno">6.5.1.3 </span>Manually releasing the storage mutex</h5><pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="navigatorstorageutils" role="button" tabindex="0">NavigatorStorageUtils</dfn> {
void <a href="#dom-navigator-yieldforstorageupdates" title="dom-navigator-yieldForStorageUpdates">yieldForStorageUpdates</a>();
};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="offline.html#dom-navigator">navigator</a></code> . <code id="dom-navigator-yieldforstorageupdates" title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">yieldForStorageUpdates</a></code>()</dt>
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.1134
retrieving revision 1.1135
diff -u -d -r1.1134 -r1.1135
--- dom.html 14 Jul 2011 22:57:08 -0000 1.1134
+++ dom.html 20 Jul 2011 19:57:44 -0000 1.1135
@@ -694,7 +694,7 @@
attribute.<h4 id="creating-documents"><span class="secno">3.1.5 </span>Creating documents</h4><p><a href="#xml-documents" id="xml-documents_1">XML documents</a> can be created from script using the
<code title="dom-DOMImplementation-createDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-domimplementation-createdocument" title='Read about this "createDocument()" reference in the full HTML5 spec.'>createDocument()</a></code>
method on the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#domimplementation" title='Read about this "DOMImplementation" reference in the full HTML5 spec.'>DOMImplementation</a></code> interface.<p><a href="#html-documents" id="html-documents_3">HTML documents</a> can be created using the <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code>
- method:<pre class="idl">[Supplemental, NoInterfaceObject]
+ method:<pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="domhtmlimplementation" role="button" tabindex="0">DOMHTMLImplementation</dfn> {
<a href="infrastructure.html#document" id="document_40">Document</a> <a href="#dom-domhtmlimplementation-createhtmldocument" title="dom-DOMHTMLImplementation-createHTMLDocument">createHTMLDocument</a>(in DOMString title);
};
Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.487
retrieving revision 1.488
diff -u -d -r1.487 -r1.488
--- spec.preprocessed.html 20 Jul 2011 01:57:41 -0000 1.487
+++ spec.preprocessed.html 20 Jul 2011 19:57:49 -0000 1.488
@@ -376,7 +376,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5045.</p>
+ This is revision 1.5046.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -2979,7 +2979,7 @@
attribute.</p><h4 id="creating-documents"><span class="secno">3.1.5 </span>Creating documents</h4><p><a href="#xml-documents">XML documents</a> can be created from script using the
<code title="dom-DOMImplementation-createDocument"><a href="#dom-domimplementation-createdocument">createDocument()</a></code>
method on the <code><a href="#domimplementation">DOMImplementation</a></code> interface.</p><p><a href="#html-documents">HTML documents</a> can be created using the <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code>
- method:</p><pre class="idl">[Supplemental, NoInterfaceObject]
+ method:</p><pre class="idl">[NoInterfaceObject]
interface <dfn id="domhtmlimplementation" role="button" tabindex="0" aria-haspopup="true">DOMHTMLImplementation</dfn> {
<a href="#document">Document</a> <a href="#dom-domhtmlimplementation-createhtmldocument" title="dom-DOMHTMLImplementation-createHTMLDocument">createHTMLDocument</a>(in DOMString title);
};
@@ -23653,7 +23653,7 @@
host</a> is associated with an <a href="#application-cache">application cache</a>
whose <a href="#application-cache-group">application cache group</a> is marked as <a href="#concept-appcache-obsolete" title="concept-appcache-obsolete">obsolete</a>.</p></dd>
- </dl><h4 id="browser-state"><span class="secno">5.6.10 </span>Browser state</h4><pre class="idl">[Supplemental, NoInterfaceObject]
+ </dl><h4 id="browser-state"><span class="secno">5.6.10 </span>Browser state</h4><pre class="idl">[NoInterfaceObject]
interface <dfn id="navigatoronline" role="button" tabindex="0" aria-haspopup="true">NavigatorOnLine</dfn> {
readonly attribute boolean <a href="#dom-navigator-online" title="dom-navigator-onLine">onLine</a>;
};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator" id="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-onLine" id="dom-navigator-online"><a href="#dom-navigator-online">onLine</a></code></dt>
@@ -23846,7 +23846,7 @@
</td></tr><tr><td><dfn id="handler-window-onunload" role="button" tabindex="0" aria-haspopup="true"><code>onunload</code></dfn> </td><td> <code title="event-unload">unload</code>
</td></tr></tbody></table><p class="note">The <code title="handler-window-onerror"><a href="#handler-window-onerror">onerror</a></code>
handler is also used for <a href="#runtime-script-errors">reporting script errors</a>.</p><h3 id="atob"><span class="secno">6.2 </span>Base64 utility methods</h3><p>The <code title="dom-windowbase64-atob"><a href="#dom-windowbase64-atob">atob()</a></code> and <code title="dom-windowbase64-btoa"><a href="#dom-windowbase64-btoa">btoa()</a></code> methods allow authors to
- transform content to and from the base64 encoding.</p><pre class="idl">[Supplemental, NoInterfaceObject]
+ transform content to and from the base64 encoding.</p><pre class="idl">[NoInterfaceObject]
interface <dfn id="windowbase64" role="button" tabindex="0" aria-haspopup="true">WindowBase64</dfn> {
DOMString <a href="#dom-windowbase64-btoa" title="dom-windowbase64-btoa">btoa</a>(in DOMString btoa);
DOMString <a href="#dom-windowbase64-atob" title="dom-windowbase64-atob">atob</a>(in DOMString atob);
@@ -23890,7 +23890,7 @@
removed before <code title="dom-windowbase64-atob"><a href="#dom-windowbase64-atob">atob()</a></code> is
used for decoding.</p><h3 id="timers"><span class="secno">6.3 </span>Timers</h3><p>The <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout()</a></code>
and <code title="dom-windowtimers-setInterval"><a href="#dom-windowtimers-setinterval">setInterval()</a></code>
- methods allow authors to schedule timer-based callbacks.</p><pre class="idl">[Supplemental, NoInterfaceObject]
+ methods allow authors to schedule timer-based callbacks.</p><pre class="idl">[NoInterfaceObject]
interface <dfn id="windowtimers" role="button" tabindex="0" aria-haspopup="true">WindowTimers</dfn> {
long <a href="#dom-windowtimers-settimeout" title="dom-windowtimers-setTimeout">setTimeout</a>(in any handler, in optional any timeout, in any... args);
void <a href="#dom-windowtimers-cleartimeout" title="dom-windowtimers-clearTimeout">clearTimeout</a>(in long handle);
@@ -24041,7 +24041,7 @@
<a href="#navigator">Navigator</a> implements <a href="#navigatorid">NavigatorID</a>;
<a href="#navigator">Navigator</a> implements <a href="#navigatoronline">NavigatorOnLine</a>;
<a href="#navigator">Navigator</a> implements <a href="#navigatorcontentutils">NavigatorContentUtils</a>;
-<a href="#navigator">Navigator</a> implements <a href="#navigatorstorageutils">NavigatorStorageUtils</a>;</pre><h5 id="client-identification"><span class="secno">6.5.1.1 </span>Client identification</h5><pre class="idl">[Supplemental, NoInterfaceObject]
+<a href="#navigator">Navigator</a> implements <a href="#navigatorstorageutils">NavigatorStorageUtils</a>;</pre><h5 id="client-identification"><span class="secno">6.5.1.1 </span>Client identification</h5><pre class="idl">[NoInterfaceObject]
interface <dfn id="navigatorid" role="button" tabindex="0" aria-haspopup="true">NavigatorID</dfn> { readonly attribute DOMString <a href="#dom-navigator-appname" title="dom-navigator-appName">appName</a>;
readonly attribute DOMString <a href="#dom-navigator-appversion" title="dom-navigator-appVersion">appVersion</a>;
readonly attribute DOMString <a href="#dom-navigator-platform" title="dom-navigator-platform">platform</a>;
@@ -24072,7 +24072,7 @@
<p>Returns the complete User-Agent header.</p>
</dd>
- </dl><h5 id="custom-handlers"><span class="secno">6.5.1.2 </span>Custom scheme and content handlers</h5><pre class="idl">[Supplemental, NoInterfaceObject]
+ </dl><h5 id="custom-handlers"><span class="secno">6.5.1.2 </span>Custom scheme and content handlers</h5><pre class="idl">[NoInterfaceObject]
interface <dfn id="navigatorcontentutils" role="button" tabindex="0" aria-haspopup="true">NavigatorContentUtils</dfn> {
// content handler registration
void <a href="#dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler">registerProtocolHandler</a>(in DOMString scheme, in DOMString url, in DOMString title);
@@ -24110,7 +24110,7 @@
</dd>
- </dl><h5 id="manually-releasing-the-storage-mutex"><span class="secno">6.5.1.5 </span>Manually releasing the storage mutex</h5><pre class="idl">[Supplemental, NoInterfaceObject]
+ </dl><h5 id="manually-releasing-the-storage-mutex"><span class="secno">6.5.1.5 </span>Manually releasing the storage mutex</h5><pre class="idl">[NoInterfaceObject]
interface <dfn id="navigatorstorageutils" role="button" tabindex="0" aria-haspopup="true">NavigatorStorageUtils</dfn> {
void <a href="#dom-navigator-yieldforstorageupdates" title="dom-navigator-yieldForStorageUpdates">yieldForStorageUpdates</a>();
};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-yieldForStorageUpdates" id="dom-navigator-yieldforstorageupdates"><a href="#dom-navigator-yieldforstorageupdates">yieldForStorageUpdates</a></code>()</dt>
Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/timers.html,v
retrieving revision 1.579
retrieving revision 1.580
diff -u -d -r1.579 -r1.580
--- timers.html 14 Jul 2011 23:57:47 -0000 1.579
+++ timers.html 20 Jul 2011 19:57:49 -0000 1.580
@@ -348,7 +348,7 @@
<h3 id="timers"><span class="secno">6.3 </span>Timers</h3><p>The <code title="dom-windowtimers-setTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-settimeout" title='Read about this "setTimeout()" reference in the full HTML5 spec.'>setTimeout()</a></code>
and <code title="dom-windowtimers-setInterval"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-setinterval" title='Read about this "setInterval()" reference in the full HTML5 spec.'>setInterval()</a></code>
- methods allow authors to schedule timer-based callbacks.<pre class="idl">[Supplemental, NoInterfaceObject]
+ methods allow authors to schedule timer-based callbacks.<pre class="idl">[NoInterfaceObject]
interface <dfn aria-haspopup="true" id="windowtimers" role="button" tabindex="0">WindowTimers</dfn> {
long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-settimeout" title='Read about this "setTimeout" reference in the full HTML5 spec.'>setTimeout</a>(in any handler, in optional any timeout, in any... args);
void <a href="#dom-windowtimers-cleartimeout" title="dom-windowtimers-clearTimeout">clearTimeout</a>(in long handle);
Received on Wednesday, 20 July 2011 19:57:54 UTC