- From: poot <cvsmail@w3.org>
- Date: Sat, 6 Feb 2010 06:06:46 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make sure bgsound and multicol don't _count_ as 'defined' for the purposes of HTMLElement. (whatwg r4662) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3715&r2=1.3716&f=h http://html5.org/tools/web-apps-tracker?from=4661&to=4662 =================================================================== 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:07:20 UTC