[html5] r4266 - [giow] (0) make nextid, spacer, and rb non-elements for the purposes of the DOM. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 21 05:24:57 PDT 2009
Author: ianh
Date: 2009-10-21 05:24:52 -0700 (Wed, 21 Oct 2009)
New Revision: 4266
Modified:
complete.html
index
source
Log:
[giow] (0) make nextid, spacer, and rb non-elements for the purposes of the DOM.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7989
Modified: complete.html
===================================================================
--- complete.html 2009-10-21 12:22:58 UTC (rev 4265)
+++ complete.html 2009-10-21 12:24:52 UTC (rev 4266)
@@ -82900,12 +82900,6 @@
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>;
@@ -83221,6 +83215,13 @@
<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>;
Modified: index
===================================================================
--- index 2009-10-21 12:22:58 UTC (rev 4265)
+++ index 2009-10-21 12:24:52 UTC (rev 4266)
@@ -73963,12 +73963,6 @@
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>;
@@ -74284,6 +74278,13 @@
<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>;
Modified: source
===================================================================
--- source 2009-10-21 12:22:58 UTC (rev 4265)
+++ source 2009-10-21 12:24:52 UTC (rev 4266)
@@ -91057,14 +91057,6 @@
<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>;
@@ -91449,6 +91441,15 @@
<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>;
More information about the Commit-Watchers
mailing list