- From: poot <cvsmail@w3.org>
- Date: Wed, 14 Jan 2009 19:28:57 +0900 (JST)
- To: public-html-diffs@w3.org
fix mistake in one of the recent checkins - document.open(a) is also allowed. (credit: sp) (whatwg r2667) HTMLDocument http://people.w3.org/mike/diffs/html5/spec/Overview.1.1837.html#htmldocument MessagePort http://people.w3.org/mike/diffs/html5/spec/Overview.1.1837.html#messageport http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1836&r2=1.1837&f=h http://html5.org/tools/web-apps-tracker?from=2666&to=2667 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1836 retrieving revision 1.1837 diff -u -d -r1.1836 -r1.1837 --- Overview.html 14 Jan 2009 09:00:48 -0000 1.1836 +++ Overview.html 14 Jan 2009 10:26:12 -0000 1.1837 @@ -4952,7 +4952,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); @@ -36688,7 +36688,7 @@ received by the other port, and vice versa.<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>();
Received on Wednesday, 14 January 2009 10:29:34 UTC