[html5] r4662 - [giow] (0) Make sure bgsound and multicol don't _count_ as 'defined' for the pur [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Feb 5 13:06:33 PST 2010
Author: ianh
Date: 2010-02-05 13:06:31 -0800 (Fri, 05 Feb 2010)
New Revision: 4662
Modified:
complete.html
index
source
Log:
[giow] (0) Make sure bgsound and multicol don't _count_ as 'defined' for the purposes of HTMLElement.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8549
Modified: complete.html
===================================================================
--- complete.html 2010-02-05 20:59:36 UTC (rev 4661)
+++ complete.html 2010-02-05 21:06:31 UTC (rev 4662)
@@ -84245,8 +84245,9 @@
<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
+ <hr><p>The <code><a href=#bgsound>bgsound</a></code>, <code><a href=#isindex-0>isindex</a></code>,
+ <code><a href=#multicol>multicol</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
Modified: index
===================================================================
--- index 2010-02-05 20:59:36 UTC (rev 4661)
+++ index 2010-02-05 21:06:31 UTC (rev 4662)
@@ -78542,8 +78542,9 @@
<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
+ <hr><p>The <code><a href=#bgsound>bgsound</a></code>, <code><a href=#isindex-0>isindex</a></code>,
+ <code><a href=#multicol>multicol</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
Modified: source
===================================================================
--- source 2010-02-05 20:59:36 UTC (rev 4661)
+++ source 2010-02-05 21:06:31 UTC (rev 4662)
@@ -93816,8 +93816,9 @@
<hr>
- <p>The <code>isindex</code>, <code>nextid</code>, <code>rb</code>,
- and <code>spacer</code> elements must use the
+ <p>The <code>bgsound</code>, <code>isindex</code>,
+ <code>multicol</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
More information about the Commit-Watchers
mailing list