html5/spec Overview.html,1.3715,1.3716

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10866

Modified Files:
	Overview.html 
Log Message:
Make sure bgsound and multicol don't _count_ as 'defined' for the purposes of HTMLElement. (whatwg r4662)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3715
retrieving revision 1.3716
diff -u -d -r1.3715 -r1.3716
--- Overview.html	5 Feb 2010 20:59:42 -0000	1.3715
+++ Overview.html	5 Feb 2010 21:06:37 -0000	1.3716
@@ -63958,8 +63958,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

Received on Friday, 5 February 2010 21:06:41 UTC