Allow other specs to define default namespaces for elements they don't define. (credit: avk) (whatwg r2996)

Allow other specs to define default namespaces for elements they don't
define. (credit: avk) (whatwg r2996)

create an element for a token
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2159.html#create-an-element-for-the-token

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2158&r2=1.2159&f=h
http://html5.org/tools/web-apps-tracker?from=2995&to=2996

===================================================================
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:20:20 UTC