- From: CVS User mike <cvsmail@w3.org>
- Date: Tue, 15 Jul 2014 12:23:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-polyglot
In directory roscoe:/tmp/cvs-serv28833
Modified Files:
CR-html-polyglot-20140530.html
Log Message:
Fixed broken link.
--- /sources/public/html5/html-polyglot/CR-html-polyglot-20140530.html 2014/07/15 12:20:59 1.13
+++ /sources/public/html5/html-polyglot/CR-html-polyglot-20140530.html 2014/07/15 12:23:07 1.14
@@ -209,7 +209,9 @@
<h3>Specifying a document’s character encoding</h3>
<p>
<a title="polyglot markup">Polyglot markup</a> uses the UTF-8 character encoding, the only character encoding for which both HTML and XML require support.
- HTML requires UTF-8 to be explicitly declared to avoid <a href="http://www.w3.org/TR/html5/semantics.html#charset">fallback to a legacy encoding</a>. [[!HTML5]]
+ HTML requires UTF-8 to be explicitly declared to avoid
+ <a href="http://www.w3.org/html/wg/drafts/html/master/single-page.html#charset">fallback to a legacy encoding</a>.
+ [[!HTML5]]
</p>
<p> For XML, UTF-8 is an <a href="http://www.w3.org/TR/2008/REC-xml-20081126/#charencoding">encoding default</a>.
Documents served with an XML content type therefore do not need to use any of the HTML encoding declaration methods,
Received on Tuesday, 15 July 2014 12:23:08 UTC