- From: poot <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 10:48:10 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Define isindex as not defined. (whatwg r4024) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3185&r2=1.3186&f=h http://html5.org/tools/web-apps-tracker?from=4023&to=4024 =================================================================== 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:48 UTC