- From: poot <cvsmail@w3.org>
- Date: Mon, 11 Jan 2010 13:10:54 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Remove a line of IDL that really wasn't adding anything useful. (whatwg r4563) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3642&r2=1.3643&f=h http://html5.org/tools/web-apps-tracker?from=4562&to=4563 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3642 retrieving revision 1.3643 diff -u -d -r1.3642 -r1.3643 --- Overview.html 11 Jan 2010 03:23:25 -0000 1.3642 +++ Overview.html 11 Jan 2010 04:10:37 -0000 1.3643 @@ -13601,7 +13601,7 @@ suffix</a></var>, then take that into account when following the hyperlink.</li> - </ol></div><dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-text"><a href="#dom-option-text">text</a></code> + </ol></div><dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-text"><a href="#dom-option-text">text</a></code></dt> <dd> @@ -29966,7 +29966,7 @@ </dd> - <dt><var title="">option</var> . <code title="dom-option-text"><a href="#dom-option-text">text</a></code> + <dt><var title="">option</var> . <code title="dom-option-text"><a href="#dom-option-text">text</a></code></dt> <dd> @@ -40493,8 +40493,7 @@ </div><pre class="idl">[Supplemental, NoInterfaceObject] interface <dfn id="windowmodal">WindowModal</dfn> { readonly attribute any <a href="#dom-windowmodal-dialogarguments" title="dom-WindowModal-dialogArguments">dialogArguments</a>; attribute DOMString <a href="#dom-windowmodal-returnvalue" title="dom-WindowModal-returnValue">returnValue</a>; -}; -<a href="#window">Window</a> implements <a href="#windowmodal">WindowModal</a>; /* sometimes */</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-WindowModal-dialogArguments"><a href="#dom-windowmodal-dialogarguments">dialogArguments</a></code></dt> +};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-WindowModal-dialogArguments"><a href="#dom-windowmodal-dialogarguments">dialogArguments</a></code></dt> <dd>
Received on Monday, 11 January 2010 04:11:22 UTC