- From: CVS User egraff <cvsmail@w3.org>
- Date: Wed, 24 Apr 2013 01:10:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide
In directory roscoe:/tmp/cvs-serv13451
Modified Files:
SamplePage.html html-xhtml-authoring-guide.html
Log Message:
Added character encoding to sample page and where the code for that is reproduced in the spec, per bug 18406
--- /sources/public/html5/html-xhtml-author-guide/SamplePage.html 2011/03/01 23:19:15 1.7
+++ /sources/public/html5/html-xhtml-author-guide/SamplePage.html 2013/04/24 01:10:35 1.8
@@ -5,6 +5,7 @@
<head>
<title>A Sample Page Using Polglot Markup</title>
+ <meta charset='utf-8'>
<!-- The link element is self-closing as described in Section 6.4 Void Elements -->
<!-- Style commands are included by linking to an external file rather than including them in-line as described in Section 9. Script and Style -->
<link type="text/css" rel="stylesheet" href="Sample.css"/>
--- /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html 2013/04/24 00:56:20 1.98
+++ /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html 2013/04/24 01:10:35 1.99
@@ -820,6 +820,7 @@
<head>
<title>A Sample Page Using Polglot Markup</title>
+ <meta charset='utf-8'<
<!-- The link element is self-closing as described in Section 6.4 Void Elements -->
<!-- Style commands are included by linking to an external file rather than including them in-line,
as described in Section 9. Script and Style -->
Received on Wednesday, 24 April 2013 01:10:36 UTC