[html5] r2667 - [] (0) fix mistake in one of the recent checkins - document.open(a) is also allo [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jan 14 02:26:08 PST 2009
Author: ianh
Date: 2009-01-14 02:26:07 -0800 (Wed, 14 Jan 2009)
New Revision: 2667
Modified:
index
source
Log:
[] (0) fix mistake in one of the recent checkins - document.open(a) is also allowed. (credit: sp)
Modified: index
===================================================================
--- index 2009-01-14 09:00:43 UTC (rev 2666)
+++ index 2009-01-14 10:26:07 UTC (rev 2667)
@@ -5950,7 +5950,7 @@
// <a href=#dynamic-markup-insertion>dynamic markup insertion</a>
attribute DOMString <a href=#dom-innerhtml title=dom-innerHTML>innerHTML</a>;
- <a href=#htmldocument>HTMLDocument</a> <a href=#dom-document-open title=dom-document-open>open</a>([Optional] in DOMString type, in DOMString replace);
+ <a href=#htmldocument>HTMLDocument</a> <a href=#dom-document-open title=dom-document-open>open</a>([Optional] in DOMString type, [Optional] in DOMString replace);
<a href=#window>Window</a> <a href=#dom-document-open title=dom-document-open>open</a>(in DOMString url, in DOMString name, in DOMString features, [Optional] in boolean replace);
void <a href=#dom-document-close title=dom-document-close>close</a>();
void <a href=#dom-document-write title=dom-document-write>write</a>([Variadic] in DOMString text);
@@ -45544,7 +45544,7 @@
<pre class=idl>interface <dfn id=messageport>MessagePort</dfn> {
readonly attribute boolean <a href=#dom-messageport-active title=dom-MessagePort-active>active</a>;
void <a href=#dom-messageport-postmessage title=dom-MessagePort-postMessage>postMessage</a>(in any message, [Optional] in <a href=#messageport>MessagePort</a> messagePort);<!--
- <span>MessagePort</span> <span title="dom-MessagePort-startConversation">startConversation</span>(in DOMString message);-->
+ <span>MessagePort</span> <span title="dom-MessagePort-startConversation">startConversation</span>(in any message);-->
void <a href=#dom-messageport-start title=dom-MessagePort-start>start</a>();
void <a href=#dom-messageport-close title=dom-MessagePort-close>close</a>();
Modified: source
===================================================================
--- source 2009-01-14 09:00:43 UTC (rev 2666)
+++ source 2009-01-14 10:26:07 UTC (rev 2667)
@@ -5932,7 +5932,7 @@
// <span>dynamic markup insertion</span>
attribute DOMString <span title="dom-innerHTML">innerHTML</span>;
- <span>HTMLDocument</span> <span title="dom-document-open">open</span>([Optional] in DOMString type, in DOMString replace);
+ <span>HTMLDocument</span> <span title="dom-document-open">open</span>([Optional] in DOMString type, [Optional] in DOMString replace);
<span>Window</span> <span title="dom-document-open">open</span>(in DOMString url, in DOMString name, in DOMString features, [Optional] in boolean replace);
void <span title="dom-document-close">close</span>();
void <span title="dom-document-write">write</span>([Variadic] in DOMString text);
@@ -52003,7 +52003,7 @@
<pre class="idl">interface <dfn>MessagePort</dfn> {
readonly attribute boolean <span title="dom-MessagePort-active">active</span>;
void <span title="dom-MessagePort-postMessage">postMessage</span>(in any message, [Optional] in <span>MessagePort</span> messagePort);<!--
- <span>MessagePort</span> <span title="dom-MessagePort-startConversation">startConversation</span>(in DOMString message);-->
+ <span>MessagePort</span> <span title="dom-MessagePort-startConversation">startConversation</span>(in any message);-->
void <span title="dom-MessagePort-start">start</span>();
void <span title="dom-MessagePort-close">close</span>();
More information about the Commit-Watchers
mailing list