spec/Overview.html 1.1023 1834 Allow xmlns='...' anywhere in HTML. (bug

Allow xmlns='...' anywhere in HTML. (bug: 5801) (blame: hs) (whatwg
r1834) (changed by: Ian Hickson)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1023.html#global

Current content per affected section: 
  http://dev.w3.org/html5/spec/Overview.html#global

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#global

Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1022&r2=1.1023&f=h

http://html5.org/tools/web-apps-tracker?from=1833&to=1834

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1022
retrieving revision 1.1023
diff -u -d -r1.1022 -r1.1023
--- Overview.html	30 Jun 2008 23:18:54 -0000	1.1022
+++ Overview.html	30 Jun 2008 23:46:08 -0000	1.1023
@@ -7457,10 +7457,8 @@
    title="">data-msgid</code>) can be specified on any <span>HTML
    element</span>, to store custom data specific to the page.
 
-  <p>In <a href="#html-">HTML documents</a>, the <code><a
-   href="#html">html</a></code> element, and any other elements in the <a
-   href="#html-namespace0">HTML namespace</a> whose parent element is not in
-   the <a href="#html-namespace0">HTML namespace</a>, may have an <code
+  <p>In <a href="#html-">HTML documents</a>, elements in the <a
+   href="#html-namespace0">HTML namespace</a> may have an <code
    title="">xmlns</code> attribute specified, if, and only if, it has the
    exact value "<code>http://www.w3.org/1999/xhtml</code>". This does not
    apply to <a href="#xml-documents">XML documents</a>.

Received on Monday, 30 June 2008 23:49:14 UTC