Skip to content

Commit

Permalink
[e] (0) Remove a line of IDL that really wasn't adding anything useful.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8545

git-svn-id: http://svn.whatwg.org/webapps@4563 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 11, 2010
1 parent 5cb9e1c commit 67f54a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 3 additions & 4 deletions complete.html
Expand Up @@ -15789,7 +15789,7 @@ <h4 id=the-a-element><span class=secno>4.6.1 </span>The <dfn><code>a</code></dfn

</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>

Expand Down Expand Up @@ -37086,7 +37086,7 @@ <h4 id=the-option-element><span class=secno>4.10.10 </span>The <dfn><code>option

</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>

Expand Down Expand Up @@ -52614,8 +52614,7 @@ <h4 id=dialogs-implemented-using-separate-documents><span class=secno>6.7.3 </sp
<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>

Expand Down
7 changes: 3 additions & 4 deletions index
Expand Up @@ -15654,7 +15654,7 @@ first matching case):&lt;/p&gt;

</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>

Expand Down Expand Up @@ -36951,7 +36951,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme

</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>

Expand Down Expand Up @@ -52484,8 +52484,7 @@ interface <dfn id=windowtimers>WindowTimers</dfn> {
<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>

Expand Down
7 changes: 3 additions & 4 deletions source
Expand Up @@ -16667,7 +16667,7 @@ first matching case):&lt;/p&gt;

<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>

Expand Down Expand Up @@ -41209,7 +41209,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {

</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>

Expand Down Expand Up @@ -59320,8 +59320,7 @@ interface <dfn>WindowTimers</dfn> {
<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">

Expand Down

0 comments on commit 67f54a2

Please sign in to comment.