- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Jun 2008 19:11:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv32106 Modified Files: ChangeLog Overview.html specgen.xsl Log Message: fixed some validity problems Index: specgen.xsl =================================================================== RCS file: /sources/public/html5/pubnotes/specgen.xsl,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- specgen.xsl 9 Jun 2008 18:59:51 -0000 1.20 +++ specgen.xsl 9 Jun 2008 19:11:00 -0000 1.21 @@ -66,7 +66,6 @@ </xsl:choose> <xsl:text> </xsl:text> </head> - <xsl:call-template name="top"/> </xsl:template> <!-- * suppress duplication of ED CSS link --> @@ -95,6 +94,14 @@ </xsl:choose> </xsl:template> + <xsl:template match="h:body"> + <body> + <xsl:copy-of select='@*[namespace-uri()="" or namespace-uri="http://www.w3.org/XML/1998/namespace"]'/> + <xsl:call-template name="top"/> + <xsl:apply-templates/> + </body> + </xsl:template> + <xsl:template name='top'> <div class='head'> <div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C"></img></a></div> Index: Overview.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.237 retrieving revision 1.238 diff -u -d -r1.237 -r1.238 --- Overview.html 9 Jun 2008 18:59:51 -0000 1.237 +++ Overview.html 9 Jun 2008 19:11:00 -0000 1.238 @@ -7,10 +7,10 @@ <link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css" /> - </head><div class="head"><div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C" /></a></div><h1>HTML 5 Publication Notes</h1><h2> + </head> + <body><div class="head"><div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C" /></a></div><h1>HTML 5 Publication Notes</h1><h2> W3C Working Draft <em>10 June 2008</em></h2><dl><dt>This Version:</dt><dd><a href="http://www.w3.org/TR/2008/WD-html5-pubnotes-20080610/">http://www.w3.org/TR/2008/WD-html5-pubnotes-20080610/</a></dd><dt>Latest Version:</dt><dd><a href="http://www.w3.org/TR/html5-pubnotes/">http://www.w3.org/TR/html5-pubnotes/</a></dd><dt>Editor:</dt><dd><a href="http://people.w3.org/mike">Michael(tm) Smith</a>, W3C <<a href="mailto:mike@w3.org">mike@w3.org</a>></dd></dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2008 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p></div><hr /> - <body> <div style="text-align: center" id="tocjump"><a href="#toc">skip to Table of Contents</a></div> Index: ChangeLog =================================================================== RCS file: /sources/public/html5/pubnotes/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ChangeLog 9 Jun 2008 18:59:51 -0000 1.12 +++ ChangeLog 9 Jun 2008 19:11:00 -0000 1.13 @@ -1,3 +1,9 @@ +2008-06-10 03:59 mike + + * ChangeLog (1.12), Overview.html (1.237), Overview.src.html + (1.231), specgen.xsl (1.20), style.css (1.62): various tweaks to + get ready for publication + 2008-06-10 03:56 mike * Makefile (1.5), summary.html (1.1): made build create
Received on Monday, 9 June 2008 19:11:37 UTC