Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Define isindex as not defined.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7640

git-svn-id: http://svn.whatwg.org/webapps@4024 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent 626b4eb commit 250fa7a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index
Expand Up @@ -74858,6 +74858,12 @@ interface <a href=#htmlinputelement>HTMLInputElement</a> {
attribute of the <code><a href=#the-input-element>input</a></code> element must
<a href=#reflect>reflect</a> the element's <code title=attr-input-usemap><a href=#attr-input-usemap>usemap</a></code> content attribute.</p>

<hr><p>The <code><a href=#isindex-0>isindex</a></code> element must use the
<code><a href=#htmlunknownelement>HTMLUnknownElement</a></code> interface.</p> <!-- has to be
explicitly listed because technically we define the element in the
spec, albeit as obsolete, and then we say that only elements not
defined in this spec use HTMLUnknownElement. -->

<hr><pre class=idl>[Supplemental]
interface <a href=#htmllegendelement>HTMLLegendElement</a> {
attribute DOMString <a href=#dom-legend-align title=dom-legend-align>align</a>;
Expand Down
8 changes: 8 additions & 0 deletions source
Expand Up @@ -88856,6 +88856,14 @@ interface <span>HTMLInputElement</span> {

<hr>

<p>The <code>isindex</code> element must use the
<code>HTMLUnknownElement</code> interface.</p> <!-- has to be
explicitly listed because technically we define the element in the
spec, albeit as obsolete, and then we say that only elements not
defined in this spec use HTMLUnknownElement. -->

<hr>

<pre class="idl">[Supplemental]
interface <span>HTMLLegendElement</span> {
attribute DOMString <span title="dom-legend-align">align</span>;
Expand Down

0 comments on commit 250fa7a

Please sign in to comment.