- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 12:12:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5603
Modified Files:
Overview.html
Log Message:
make nextid, spacer, and rb non-elements for the purposes of the DOM. (whatwg r4266)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3408
retrieving revision 1.3409
diff -u -d -r1.3408 -r1.3409
--- Overview.html 21 Oct 2009 12:10:12 -0000 1.3408
+++ Overview.html 21 Oct 2009 12:12:07 -0000 1.3409
@@ -67425,12 +67425,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>;
@@ -67746,6 +67740,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>;
Received on Wednesday, 21 October 2009 12:12:14 UTC