- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Jun 2008 19:14:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv1179
Modified Files:
Overview.html specgen.xsl
Log Message:
filter out meta@charset
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/pubnotes/specgen.xsl,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- specgen.xsl 9 Jun 2008 19:11:00 -0000 1.21
+++ specgen.xsl 9 Jun 2008 19:14:30 -0000 1.22
@@ -68,6 +68,8 @@
</head>
</xsl:template>
+ <!-- * suppress meta@charset -->
+ <xsl:template match="h:meta[@charset]"/>
<!-- * suppress duplication of ED CSS link -->
<xsl:template match="h:head/h:link[@href = 'http://www.w3.org/StyleSheets/TR/W3C-ED']"/>
<!-- * remove source CSS link -->
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- Overview.html 9 Jun 2008 19:11:00 -0000 1.238
+++ Overview.html 9 Jun 2008 19:14:29 -0000 1.239
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
- <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta charset="utf-8" /><title>HTML 5 Publication Notes</title>
+ <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>HTML 5 Publication Notes</title>
<meta content="$Id$" name="revision" />
<link href="style.css" type="text/css" rel="stylesheet" />
Received on Monday, 9 June 2008 19:15:06 UTC