Skip to content

Commit

Permalink
[giow] (0) make nextid, spacer, and rb non-elements for the purposes …
Browse files Browse the repository at this point in the history
…of the DOM.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7989

git-svn-id: http://svn.whatwg.org/webapps@4266 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent 346bf52 commit 1aa782b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
13 changes: 7 additions & 6 deletions complete.html
Expand Up @@ -82900,12 +82900,6 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>14.3.4 </span>Other
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 Expand Up @@ -83221,6 +83215,13 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>14.3.4 </span>Other
<hr><p>User agents must treat <code><a href=#xmp>xmp</a></code> elements in a manner
equivalent to <code><a href=#the-pre-element>pre</a></code> elements.</p>

<hr><p>The <code><a href=#isindex-0>isindex</a></code>, <code><a href=#nextid>nextid</a></code>, <code><a href=#rb>rb</a></code>,
and <code><a href=#spacer>spacer</a></code> elements must use the
<code><a href=#htmlunknownelement>HTMLUnknownElement</a></code> interface.</p> <!-- has to be
explicitly listed because technically we define the elements 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=#htmldocument>HTMLDocument</a> {
attribute DOMString <a href=#dom-document-fgcolor title=dom-document-fgColor>fgColor</a>;
Expand Down
13 changes: 7 additions & 6 deletions index
Expand Up @@ -73963,12 +73963,6 @@ 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 Expand Up @@ -74284,6 +74278,13 @@ interface <a href=#htmlulistelement>HTMLUListElement</a> {
<hr><p>User agents must treat <code><a href=#xmp>xmp</a></code> elements in a manner
equivalent to <code><a href=#the-pre-element>pre</a></code> elements.</p>

<hr><p>The <code><a href=#isindex-0>isindex</a></code>, <code><a href=#nextid>nextid</a></code>, <code><a href=#rb>rb</a></code>,
and <code><a href=#spacer>spacer</a></code> elements must use the
<code><a href=#htmlunknownelement>HTMLUnknownElement</a></code> interface.</p> <!-- has to be
explicitly listed because technically we define the elements 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=#htmldocument>HTMLDocument</a> {
attribute DOMString <a href=#dom-document-fgcolor title=dom-document-fgColor>fgColor</a>;
Expand Down
17 changes: 9 additions & 8 deletions source
Expand Up @@ -91057,14 +91057,6 @@ 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 Expand Up @@ -91449,6 +91441,15 @@ interface <span>HTMLUListElement</span> {

<hr>

<p>The <code>isindex</code>, <code>nextid</code>, <code>rb</code>,
and <code>spacer</code> elements must use the
<code>HTMLUnknownElement</code> interface.</p> <!-- has to be
explicitly listed because technically we define the elements 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>HTMLDocument</span> {
attribute DOMString <span title="dom-document-fgColor">fgColor</span>;
Expand Down

0 comments on commit 1aa782b

Please sign in to comment.