- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 01:47:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1108
Modified Files:
	Overview.html 
Log Message:
Define isindex as not defined. (whatwg r4024)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3185
retrieving revision 1.3186
diff -u -d -r1.3185 -r1.3186
--- Overview.html	29 Sep 2009 01:44:05 -0000	1.3185
+++ Overview.html	29 Sep 2009 01:47:52 -0000	1.3186
@@ -68351,6 +68351,12 @@
   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>;
Received on Tuesday, 29 September 2009 01:48:04 UTC