[html5] r1424 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 10 01:56:59 PDT 2008


Author: ianh
Date: 2008-04-10 01:56:56 -0700 (Thu, 10 Apr 2008)
New Revision: 1424

Modified:
   index
   source
Log:
[] (0) Encourage allowing MathML and SVG to be exported as XML.

Modified: index
===================================================================
--- index	2008-04-10 05:39:13 UTC (rev 1423)
+++ index	2008-04-10 08:56:56 UTC (rev 1424)
@@ -19323,12 +19323,20 @@
    href="#mathml0">MathML namespace</a> containing some appropiate error
    message.
 
+  <p>To enable authors to use MathML tools that only accept MathML in its XML
+   form, interactive HTML user agents are encouaraged to provide a way to
+   export any MathML fragment as a namespace-well-formed XML fragment.
+
   <h4 id=svg><span class=secno>3.12.16 </span>SVG</h4>
 
   <p>The <code>svg</code> element from the <a href="#svg-namespace">SVG
    namespace</a> falls into the <a href="#embedded1">embedded content</a>
    category for the purposes of the content models in this specification.
 
+  <p>To enable authors to use SVG tools that only accept SVG in its XML form,
+   interactive HTML user agents are encouaraged to provide a way to export
+   any SVG fragment as a namespace-well-formed XML fragment.
+
   <h4 id=dimension><span class=secno>3.12.17 </span><dfn
    id=dimension0>Dimension attributes</dfn></h4>
 

Modified: source
===================================================================
--- source	2008-04-10 05:39:13 UTC (rev 1423)
+++ source	2008-04-10 08:56:56 UTC (rev 1424)
@@ -16947,14 +16947,24 @@
   element in the <span>MathML namespace</span> containing some
   appropiate error message.</p>
 
+  <p>To enable authors to use MathML tools that only accept MathML in
+  its XML form, interactive HTML user agents are encouaraged to
+  provide a way to export any MathML fragment as a
+  namespace-well-formed XML fragment.</p>
 
+
   <h4>SVG</h4>
 
   <p>The <code>svg</code> element from the <span>SVG namespace</span>
   falls into the <span>embedded content</span> category for the
   purposes of the content models in this specification.</p>
 
+  <p>To enable authors to use SVG tools that only accept SVG in its
+  XML form, interactive HTML user agents are encouaraged to provide a
+  way to export any SVG fragment as a namespace-well-formed XML
+  fragment.</p>
 
+
   <h4><dfn>Dimension attributes</dfn></h4>
 
   <p>The <dfn title="attr-dim-width"><code>width</code></dfn> and <dfn




More information about the Commit-Watchers mailing list