- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 Jan 2010 04:10:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32394
Modified Files:
Overview.html
Log Message:
Remove a line of IDL that really wasn't adding anything useful. (whatwg r4563)
Index: Overview.html
===================================================================
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:10:42 UTC