[html5] r4563 - [e] (0) Remove a line of IDL that really wasn't adding anything useful. Fixing h [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Jan 10 20:10:32 PST 2010
Author: ianh
Date: 2010-01-10 20:10:30 -0800 (Sun, 10 Jan 2010)
New Revision: 4563
Modified:
complete.html
index
source
Log:
[e] (0) Remove a line of IDL that really wasn't adding anything useful.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8545
Modified: complete.html
===================================================================
--- complete.html 2010-01-11 03:23:18 UTC (rev 4562)
+++ complete.html 2010-01-11 04:10:30 UTC (rev 4563)
@@ -15789,7 +15789,7 @@
</ol></div>
- <dl class=domintro><dt><var title="">option</var> . <code title=dom-option-text><a href=#dom-option-text>text</a></code>
+ <dl class=domintro><dt><var title="">option</var> . <code title=dom-option-text><a href=#dom-option-text>text</a></code></dt>
<dd>
@@ -37086,7 +37086,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>
@@ -52614,8 +52614,7 @@
<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>
+};</pre>
<dl class=domintro><dt><var title="">window</var> . <code title=dom-WindowModal-dialogArguments><a href=#dom-windowmodal-dialogarguments>dialogArguments</a></code></dt>
Modified: index
===================================================================
--- index 2010-01-11 03:23:18 UTC (rev 4562)
+++ index 2010-01-11 04:10:30 UTC (rev 4563)
@@ -15654,7 +15654,7 @@
</ol></div>
- <dl class=domintro><dt><var title="">option</var> . <code title=dom-option-text><a href=#dom-option-text>text</a></code>
+ <dl class=domintro><dt><var title="">option</var> . <code title=dom-option-text><a href=#dom-option-text>text</a></code></dt>
<dd>
@@ -36951,7 +36951,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>
@@ -52484,8 +52484,7 @@
<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>
+};</pre>
<dl class=domintro><dt><var title="">window</var> . <code title=dom-WindowModal-dialogArguments><a href=#dom-windowmodal-dialogarguments>dialogArguments</a></code></dt>
Modified: source
===================================================================
--- source 2010-01-11 03:23:18 UTC (rev 4562)
+++ source 2010-01-11 04:10:30 UTC (rev 4563)
@@ -16667,7 +16667,7 @@
<dl class="domintro">
- <dt><var title="">option</var> . <code title="dom-option-text">text</code></dfn>
+ <dt><var title="">option</var> . <code title="dom-option-text">text</code></dt>
<dd>
@@ -41209,7 +41209,7 @@
</dd>
- <dt><var title="">option</var> . <code title="dom-option-text">text</code></dfn>
+ <dt><var title="">option</var> . <code title="dom-option-text">text</code></dt>
<dd>
@@ -59320,8 +59320,7 @@
<pre class="idl">[Supplemental, NoInterfaceObject] interface <dfn>WindowModal</dfn> {
readonly attribute any <span title="dom-WindowModal-dialogArguments">dialogArguments</span>;
attribute DOMString <span title="dom-WindowModal-returnValue">returnValue</span>;
-};
-<span>Window</span> implements <span>WindowModal</span>; /* sometimes */</pre>
+};</pre>
<dl class="domintro">
More information about the Commit-Watchers
mailing list