- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Dec 2010 01:52:32 +0900 (JST)
- To: public-html-diffs@w3.org
eliot: changed <mathml> --> <math> per bug 11522
http://dev.w3.org/cvsweb/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html?r1=1.48&r2=1.49&f=h
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- html-xhtml-authoring-guide.html 16 Dec 2010 16:41:22 -0000 1.48
+++ html-xhtml-authoring-guide.html 16 Dec 2010 16:51:15 -0000 1.49
@@ -747,7 +747,7 @@
<p>
[<cite><a href="#bib-HTML5" rel="biblioentry" class="bibref">HTML5</a></cite>] introduces undeclared (native) support for attributes in the XLink namespace and with the prefix <code>xlink:</code>.
<a class="internalDFN" href="#dfn-polyglot-markup" title="polyglot markup">Polyglot markup</a> declares the XLink namespace on the HTML root element (<code><html></code>) or
- once on the foreign element where it is used (<code><svg></code> or <code><mathml></code>), to maintain XML-compatibility [<cite><a href="#bib-XML10" rel="biblioentry" class="bibref">XML10</a></cite>].
+ once on the foreign element where it is used (<code><svg></code> or <code><math></code>), to maintain XML-compatibility [<cite><a href="#bib-XML10" rel="biblioentry" class="bibref">XML10</a></cite>].
</p>
<p>In <a class="internalDFN" href="#dfn-polyglot-markup">polyglot markup</a>, the xlink prefix uses the namespace declaration <code>xmlns:xlink="http://www.w3.org/1999/xlink"</code> before using the xlink prefix for the following attributes:
</p><ul>
Received on Thursday, 16 December 2010 16:53:01 UTC