html5/spec Overview.html,1.2158,1.2159

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

Modified Files:
	Overview.html 
Log Message:
Allow other specs to define default namespaces for elements they don't define. (credit: avk) (whatwg r2996)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2158
retrieving revision 1.2159
diff -u -d -r1.2158 -r1.2159
--- Overview.html	27 Apr 2009 03:14:58 -0000	1.2158
+++ Overview.html	27 Apr 2009 03:18:09 -0000	1.2159
@@ -49136,9 +49136,9 @@
 
   <p>The interface appropriate for an element in the <a href="#html-namespace-0">HTML
   namespace</a> that is not defined in this specification is
-  <code><a href="#htmlelement">HTMLElement</a></code>. The interface appropriate for an element
-  in another namespace that is not defined by that namespace's
-  specification is <code>Element</code>.</p>
+  <code><a href="#htmlelement">HTMLElement</a></code>. Element in other namespaces whose
+  interface is not defined by that namespace's specification must use
+  the interface <code>Element</code>.</p>
 
   <p>When a <a href="#category-reset" title="category-reset">resettable</a> element is
   created in this manner, its <a href="#concept-form-reset-control" title="concept-form-reset-control">reset algorithm</a> must be

Received on Monday, 27 April 2009 03:18:24 UTC